Edwin Yip
Members-
Content Count
432 -
Joined
-
Last visited
-
Days Won
3
Edwin Yip last won the day on July 7 2023
Edwin Yip had the most liked content!
Community Reputation
154 ExcellentRecent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
VSoft.UUIDv7 - a Delphi implementation of UUIDv7 (RFC 9562)
Edwin Yip replied to Vincent Parrett's topic in I made this
Well done! Is it possible to extract datetime from a uuid? -
Why I haven't heard about this before? It seems to be the only one that's cross-platform. I watched the intro video and it sounds very good. How does it compare to madExcept?
-
What new features would you like to see in Delphi 13?
Edwin Yip replied to PeterPanettone's topic in Delphi IDE and APIs
I'm so disappointed to hear that! -
What new features would you like to see in Delphi 13?
Edwin Yip replied to PeterPanettone's topic in Delphi IDE and APIs
I'm so disappointed to hear that! -
What new features would you like to see in Delphi 13?
Edwin Yip replied to PeterPanettone's topic in Delphi IDE and APIs
By now do you mean Delphi 11 or 12? I'm using 11 and the LSP server is quite unstable and as a consequence code completion, code navigation, and everything that relies on the LSP server becomes unusable at all... That being said, I don't want new features but stability enhancements to existing critical features. -
ANN: Native X.509, RSA and HSM Support for mORMot
Edwin Yip replied to Arnaud Bouchez's topic in Delphi Third-Party
What a great news for the new year!- 10 replies
-
- x509
- cryptography
-
(and 4 more)
Tagged with:
-
ANN: Native X.509, RSA and HSM Support for mORMot
Edwin Yip replied to Arnaud Bouchez's topic in Delphi Third-Party
"not yet available", does it mean there will be a TLS layer sometime in the future ? For http client it's sensible to just use clients in mORMot, but there are cases where you need to use Indy :)- 10 replies
-
- x509
- cryptography
-
(and 4 more)
Tagged with:
-
ANN: Native X.509, RSA and HSM Support for mORMot
Edwin Yip replied to Arnaud Bouchez's topic in Delphi Third-Party
Wow! You never cease to amaze us ab! Does it mean Indy can use it instead of OpenSSL for supporting the latest TLS/SSL standards?- 10 replies
-
- x509
- cryptography
-
(and 4 more)
Tagged with:
-
I asked a similar question on the Delphi facebook group some time ago, and the feedback were all positive. I think it only make sense to use the Chilkat DLL if you really can't find an alternative with source code.
-
@Alexander Sviridenkov This is very cool and can be very useful! While I have a faith in your libraries, the only thing I'm concerning about is the performance. Is it based on the good old and fast RTTI (System.TypInfo.pas) or the new but slow extended RTTI (System.Rtti.pas)?
-
SQL is the most proven and widely-used DSL on earth, and it's the best option. Forget about those clunky and strange syntax of the so-called full-fledged ORM's.
-
What happened to them? Yes, it seems that the website is no longer available...
-
ICS V9.0 new components and samples
Edwin Yip replied to Angus Robertson's topic in ICS - Internet Component Suite
Wow, well done! -
Found why LSP stopped working in Delphi 11.2 and 11.3
Edwin Yip replied to pyscripter's topic in Delphi IDE and APIs
After working on 11.3 for months, my conclusion is that the LSP-based code completion and code navigation is much much unstable than the old non-LSP versions. I always have to kill the LSP server to get it back to normal... -
I created a simple demo project for mORMot web framework and Sempare Template Engine, both are the most powerful ones in their own catalogs, thus worth knowing how they can work together.