Dominic Black
Dominic Black
This fix implements a custom serialize/deserialize method on the ComparisionFailure class, which means it loses the stack trace during serialization. This allows PHPUnit to run in process isolation mode when...
We recently refactored the runtime to use a DI setup with singletons routing the package level function calls into the runtime instance. There's a bug where if a package uses...
This commit adds support for generated Typescript clients to be compitable with [Next.JS](https://nextjs.org/) applications with the new `--preset nextjs` argument. The existing client was not compiatble as we where using...
Would it be possible to add the triple equals operators; | Characters | Currently | Ideal | |------------|-----------|------| | `===` |  |  to `*.scala` and `*.java` only. However the plugin allows us to specify headers by extension. I believe the better...
Currently if the TERM is null, it is counted as a terminal which supports escape sequences. However if no TERM is set, the likelihood is that escape sequences are not...
This PR contains several changes; # New `//encore:trace` Annotation Any function can now be annotated with `//encore:trace` and will automatically be picked up as a span in Encore's tracing system,...
**What** Currently there is a `monitoring` package which allows the creation of encrypting and decryption loggers through the use of `internalregistry.GetMonitoringClient()`, Currently there is no way from outside of the...