Jump to content

mvanrijnen

Members
  • Content Count

    471
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by mvanrijnen

  1. mvanrijnen

    FireDAC Array DML returning values from inserted records

    SO, i mean your stackoverflow topic
  2. mvanrijnen

    Embarcadero.com

    probably some youngster CSS junk 🙂
  3. mvanrijnen

    FireDAC Array DML returning values from inserted records

    this links to this topic instead of SA 🙂
  4. mvanrijnen

    10.4.2 LSP code completion error

    for me it does, sometimes it stops working. Because we work on VM's from 10.4.2 on, they are always on, when i end the workday i commit (svn) and close the rdp session. And sometimes, then the nextday it is not working. LSP is much better then older versions. Were in the VM's on Windows 10 20H2 Build 19042.867
  5. mvanrijnen

    10.4.2 LSP code completion error

    see: Windows 10 KB5001567 released to fix KB5000802 BSOD, printing issue (windowslatest.com)
  6. mvanrijnen

    Delphi Binance API program

    [code] SIGNED (TRADE and USER_DATA) Endpoint security SIGNED endpoints require an additional parameter, signature, to be sent in the query string or request body. Endpoints use HMAC SHA256 signatures. The HMAC SHA256 signature is a keyed HMAC SHA256 operation. Use your secretKey as the key and totalParams as the value for the HMAC operation. The signature is not case sensitive. totalParams is defined as the query string concatenated with the request body. [/code] see the: Use your secretKey as the key and totalParams as the value for the HMAC operation. Be very carefull with your secret key ! Also make sure, you have your computer/server synchronized with a timeserver. (and if i got it correct, you have to need the timestamp in UTC time, not local time). this had to be one post, sorry
  7. mvanrijnen

    Delphi Binance API program

    The creator of Delphi WebSockets Binance API (esegece.com) is also on this forum, find him or buy his product. (i think i gonna buy it for trading on binance)
  8. mvanrijnen

    I will be less active for a few weeks

    Being dutch living in the netherlands, i estimate a vaccin around Christmas 🙂
  9. mvanrijnen

    swagger help needed

    Starting soon, but have todo a total rewrite, with the knowledge of the client at work in mind. Ideas are already there, there will be an swaggger (json) import, a standard baseclient to work with, and a possibility to generate against your own baseclients (self made or emb's). Will be working with some kind of template then. Already made a github repo for this, we can fill ideas overthere or here for starters first till the project is at a minimum usable level. I found a simular C# project which does this, maybe i fork that so i only have to create the delphi generator.
  10. mvanrijnen

    Running .Net Standard Assembly

    I find it always much more easier to just write the needed code in .Net, and expose the functionallity through a COM DLL to delphi;.
  11. mvanrijnen

    Min & Max

    i have a minmax and maxmin function 🙂
  12. mvanrijnen

    Several F2084 Internal Error on Delphi 10.4.2

    maybe EMB has to do some more interaction with their customers. I don't find the "blogs" they promote not very useful as communication about problems with Delphi, it's more like commercial shit. (i unsubscribed the news from EMB because of the shitload of promotional material they send, but now i mis product updates 🙂 )
  13. mvanrijnen

    Several F2084 Internal Error on Delphi 10.4.2

    Maybe EMB has to visit some clients, and see what the problems are. They then can send an engineer who (maybe) can figure out why some clients keep getting problems. The current system for the big problems there are is just not working at the moment (my feeling), too many big bugs keeps coming back, or are never resolved,.
  14. Somebody knows how to get the clients ip address from within a radserver resource method?
  15. mvanrijnen

    Remote desktop friendly

    And if we go to the documentation: Vcl.Forms.TApplication Methods - RAD Studio API Documentation (embarcadero.com) there is no link to: Vcl.Forms.TApplication.UpdateMetricSettings - RAD Studio API Documentation (embarcadero.com) @Embarcadero, update documentation please !, or do we have to guess the methods? 😉
  16. mvanrijnen

    Remote desktop friendly

    here is some (old) explanation (don't know it's current though): winforms - Using .NET desktop application with DevExpress over Remote Desktop - Stack Overflow (someone known to all of us here, has responded there also back then : ) ).
  17. I usually use a seperate .exe located next to the service dll. The exutable stops the serive, does the updates, and restars the service. The executable is ofcourse called by the service. Another options is to create a seperate maintance service.
  18. mvanrijnen

    Delphi 10.4.2 first impressions

    I still have the feeling that the CodeinSight/ErrorInsight has problems when you use $IFDEF's and/or {$I myfile.inc} , can not prove it, just a feeling i have when i see when there are problems with the *Insight parts.
  19. mvanrijnen

    Delphi 10.4.2 first impressions

    Because my IDE does not use OIL, and i want to keep the things it's doing to an absolute minimum. What it does not do, it can not do wrong 🙂
  20. mvanrijnen

    Delphi 10.4.2 first impressions

    Then it still does the loading for ErrorInsight when you open the project.
  21. mvanrijnen

    Delphi 10.4.2 first impressions

    Does anyone know how to disable ErrorInsight in 10.4.2 With a large project i see the loading fiirst for CodeInsight and then for ErrorInsight. Since i don not use ErrorInsigt, it's a little bit shame, for the memory used. There is also 2x LSP process for each IDE instead of 1.
  22. mvanrijnen

    swagger help needed

    No sorry, did not had time to startup the project (except creating an empty github repos). I think i will be starting this month with it.
  23. This is a little odd in the installation notes: You must install the Adobe Flash Player ...... because: Adobe Flash Player End of Life Since Adobe no longer supports Flash Player after December 31, 2020 and blocked Flash content from running in Flash Player beginning January 12, 2021, Adobe strongly recommends all users immediately uninstall Flash Player to help protect their systems.
  24. Why not a simple update process instead of every time a full uninstall and install ?
×