Jump to content

EugeneK

Members
  • Content Count

    82
  • Joined

  • Last visited

  • Days Won

    1

EugeneK last won the day on October 10 2024

EugeneK had the most liked content!

Community Reputation

19 Good

Technical Information

  • Delphi-Version
    Delphi 12 Athens

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I think first priority should be Windows on ARM support
  2. EugeneK

    Adding basic AWS S3 operations to Delphi app

    Delphi has integrated libraries for this, see https://docwiki.embarcadero.com/Libraries/Athens/en/Data.Cloud.AmazonAPI
  3. EugeneK

    Azure Relay

    Hi Does anyone have example of working with Azure Relay in Delphi?
  4. Lol, we had to do the same migration at our company, complained to Atlassian that cloud Jira is super slow compared to old hosted one, their response - our code is very big and complex you should get a faster computer. And our company is much bigger than Embarcadero. Jira is dominating the market and there is no easy migration to something else, there is no reason for them to do anything right now.
  5. To be fair not much they can do, Atlassian blackmailing everyone to move to cloud based Jira, so they have to use inferior system as customer facing.
  6. It is a long standing bug, see https://quality.embarcadero.com/browse/RSP-25799 https://quality.embarcadero.com/browse/RSP-31289, probably won't be fixed anytime soon.
  7. I've added "Embarcadero Customers" to sharing, so hopefully this helps.
  8. I've seen people going old-school and posting +1 comments 😀
  9. Don't know what to do, new system is very primitive, I don't see any options on the page different from other issues that are available to different people.
  10. Allow for recursive directory search for units https://embt.atlassian.net/servicedesk/customer/portal/1/RSS-940 These ones are in old system, so they are read only. I wonder should I copy these ones to new one? Add http status code constants to RTL https://quality.embarcadero.com/browse/RSP-35731 Add const versions of generic anonymous methods declarations https://quality.embarcadero.com/browse/RSP-33336 Decouple TService/TServiceApplication from VCL https://quality.embarcadero.com/browse/RSP-41813 Add immutable records (similar to C# readonly structs) https://quality.embarcadero.com/browse/RSP-34572
  11. EugeneK

    ICS V9.1 announced

    I understand this, I changed it. I'm talking about default value, good that I noticed it, if someone won't notice it can be unpleasant surprise if people rely on using specific OpenSSL version.
  12. EugeneK

    ICS V9.1 announced

    I think this should be commented out by default, I want to use OpenSSL version that I control. {$DEFINE OpenSSL_Resource_Files}
  13. This should be updated with link to new quality portal https://qp.embarcadero.com/
  14. EugeneK

    THttpConnection.AnswerBytes

    BTW any reason why AnswerBodyTB rather than AnswerBodyTBytes or AnswerBodyBytes? makes it less readable and not consistent since it is AnswerBodyStream, not AnswerBodyTS
  15. EugeneK

    THttpConnection.AnswerBytes

    For me it is alternative for AnswerStream, so there is no need to create/dispose stream if there are already TBytes to send.
×