Jump to content

Tommi Prami

Members
  • Content Count

    520
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Tommi Prami

  1. Tommi Prami

    FireBird tool, Coworker doing this, 2.0 just released

    Version 2.1.0 (April 20, 2020) - Added completion proposal options - Added hex editor for byte array fields - Added package and function objects for Firebird 3+ - Fixed application scaling option - Fixed completion proposal - Fixed document - Fixed grid control - Fixed SQL editor - Fixed SQL highlighter
  2. Tommi Prami

    Variant to generic T, how?

    procedure SetFromVariant<T>(const aValue : Variant); procedure SetFromVariant(const aValue : Variant);
  3. Tommi Prami

    FireBird tool, Coworker doing this, 2.0 just released

    Version 2.0.1 (April 13, 2020) - Fixed BLOB editor - Fixed SQL editor - Fixed connections dialog
  4. Vote and/or comment if you care : https://quality.embarcadero.com/browse/RSP-28025?filter=-2 -Tee-
  5. Why so? if you use windows setting 115ppi then it is 115 ppi, don't get how this is not IDE fault not to handle HighDPI correctly. -Tee-
  6. Tommi Prami

    Please vote - SonarCube support

    Update not too long ago... Few monts, before that year betweeen releases, I think they did large internal changes
  7. I think it is Delphi IDE fault, not the Windows 1909, but still, annoying.
  8. https://www.techradar.com/news/windows-10-has-a-nasty-bug-that-might-affect-people-working-from-home "Microsoft notes that any software which uses WinHTTP or WinInet might (and note that use of the word might – the problem isn’t guaranteed to manifest) experience issues reaching the internet." Just FYI -Tee-
  9. "Add Reset App-button into the Debugger Exception Notification and/or enable Crtl+F2 shortcut key to kill the app." if cae, vote please. https://quality.embarcadero.com/browse/RSP-27925
  10. It seems that this was just resolved internally at Embarcadero
  11. Tommi Prami

    Delphi Rio IDE hangs again and again

    No sure if I suffer from same case, but IDE hangs once per week or so, lately not that often, but it happens. And at least what I get I need to kill bds.exe. Sometimes closing Tabs will hang/crash IDE (for me and one of my coworkers have complained about this) -Tee-
  12. Tommi Prami

    Test your product with UTF-8 beta setting

    Problem very poorly explained at : https://quality.embarcadero.com/browse/RSP-21814 Please vote for it. Now we have seen many cases of this that customers have bought new computer and this setting has been on as default. And then at least our software stops working. Hope that you'll test this in on your own environments and products. and report your findings on that Ticket. I'll try to get on this also day, and report more exact findings. -Tee-
  13. Tommi Prami

    Test your product with UTF-8 beta setting

    Known fact or hoping for that? -Tee-
  14. Tommi Prami

    Test your product with UTF-8 beta setting

    This was tested in 10.3 But not with the latest. Anyone in 10.4 Beta should test this, on different kinds of apps. And if there are problems, report issues inside beta-channels.
  15. Tommi Prami

    Test your product with UTF-8 beta setting

    True dat.
  16. After couple o sleepless night my brain is shutting down. I need to do something like this. Foo( [ [1, 'First', 0.01], [2, 'Second', 0.02], [3, 'Third', 0.03] ]) So array of array of named and typed parameters. Think I've done something like this. In the method itself I could do something like if AParameters[1].IntValue = 2 then .... in Other words What I am trying to avoid is the I should do some kind of initialization of that array SetLEnght(LArray, 3); LArray[0].IntValue := 1; ... Foo(LArray); -Tee-
  17. https://lemire.me/blog/2016/06/27/a-fast-alternative-to-the-modulo-reduction/
  18. Yo duderinos. Could someone even slightly talk about the original subject, for courtesy πŸ˜„ -Tee-
  19. I was thinking that Record must be used in this... Sadly yes. That kind of constant one liner calling like that would be cool. Sometimes it is just handy.
  20. Most likely so, but on other hand without issue in bug tracker, chances it'll get fixed is even lower πŸ˜„
  21. Don't quite understand what you are saying. Could you rephrase?
  22. If I understand that algorithm could be used for sizes that are prime also. Not sure would it matter tough. (Did not read it through, just browsed it, so I might not understand it too well)
  23. I would rather use OTL, but can't justify committing it to our repository, for small utility app alone. All PPL tries have failed more than less miserably. And Embarcadero help doesn't have too good examples (Or I can't find them). Ot they are so synthetic and oversimplified. No need to do anything super complicated but still better examples would be good to have easier start... -Tee-
  24. Word! I would put OTL to our repository right away if it would be up to just me. And make all threading with it. -Tee-
Γ—