John Kouraklis
John Kouraklis
Hi, now we can export Configuration classes to JSON and YAML files. Can you add XML format as well? Thanks
Hi, I am looking at the IOC and I want to do the following: Say I have TBase class and TClassA and TClassB inheriting from TBase. Now I want a...
Hi, I have created a new notification manager to work with notification windows in both VCL and FMX. I have also added some properties I have two issues I can't...
The use of the critical section in TPoolItem._Release causes an access violation **_after_** the program exits. This is very difficult to catch and locate. You can unearth it by creating...
Hi guys, I'd like to make this component cross platform. 1. What frameworks can we use for this? 2. Anyone knows how to make use MacOS Sparkle in Delphi?
Hi everyone, I do not have other versions of Delphi installed than 10.2 and 10.3 It would be great if you were able tot create and test packages in other...
When TFileMonitor is disabled (Enabled = false), the destructor does not exit because the `Self.WaitFor` does not terminate. This Pull request fixes this issue