Ashkan Daie
Ashkan Daie
First of all, thank you for the great project. I use it in all my net core projects. I have a unique situation where I need to integrate with legacy...
This PR adds support for [dotnet 7 regular expression source generators](https://learn.microsoft.com/en-us/dotnet/standard/base-types/regular-expression-source-generators). Adds significant performance boost. Since source generators require partial classes, I moved all regular expressions into a single file...
Enhance Environment Variable Substitution in Alpha Config Parsing ## Description This PR introduces an enhancement to the environment variable substitution logic within the configuration file parsing process. It implements a...
I have added support for .Net Standard 1.3 to [MediaInfo.DotNetWrapper](https://github.com/StefH/MediaInfo.DotNetWrapper). The current implementation requires end users to install mediainfo lib manually as MediaInfo.Native is windows only. Any chance you guys...
### Version 5.0.0.CR7 ### Context HTTP/1.1 500 Internal Server Error When accessing grpc-examples/src/main/java/io/vertx/example/grpc/transcoding/ServerWithStub.java Reproduced on macOS and ubuntu 24.04 Same behavior for following JDKs 17, 21, 24 No errors or...