Jump to content

Uwe Raabe

Members
  • Content Count

    2542
  • Joined

  • Last visited

  • Days Won

    147

Posts posted by Uwe Raabe


  1. 7 minutes ago, Sherlock said:

    Goes to show that one should not copy&paste release notes

    There is no copy&paste here. That are just the release notes for Delphi 11 Alexandria when it came out. The relevant info for the update releases are linked in the Notes at the top:

    image.thumb.png.103e633e0d96b82f66a0e4640eb29382.png


  2. 3 hours ago, Lainkes said:

    If the users want to change from date to month and year, they need to use the arrow keys.

    Or  a couple of other keys like the decimal point or the DIV key on the numeric keypad.


  3. 46 minutes ago, aehimself said:

    I secretly hope that even after the release of 11.3 an LSP fix is going to be released for 11.2 since they figured out how to make one

    If it can be reduced to the LSPServer alone, that may be (although I still doubt that), but in many cases part of the problem also lies inside the IDE/Compiler and cannot be fixed with an LSP replacement alone.

     


  4. 18 minutes ago, David Schwartz said:

    It's running in the service so it's hard to track down specifics. The exact same code unit is compiled into another project that all runs locally and it works fine

    In that case the problem seems to be outside of the code in question. My guess is that either RESTRequest is destroyed in between or some memory is overwritten, but I doubt that the component itself is responsible for that.

     

    That's why I asked for a reproducible test case. Usually when one cannot create a reproducible test case, the problematic code part lies outside of the tested one.


  5. Can you make a minimal example to reproduce?

     

    Oh, and:

    9 minutes ago, David Schwartz said:

    Then I change the endpoint and clear params and make another request,

    In contrast to your statement you don't clear the params in the shown code.

     

    BTW, you should keep the BaseURL as is and put the endpoint in RESTRequest.Resource instead.

×