Igor Savin
Igor Savin
It might make sense to make RabbitMQ plugin Closeable, so that ktor would know how to dispose of it and automatically trigger on application shutdown: ``` class RabbitMQ( val configuration:...
### Describe the feature In case whole conversation is short, it doesn't make sense to waste memory and CPU by keeping its context, it is sufficient to pass prior context...
Hey! We (team behind unzipomatic) are planning to use your library for https://github.com/kibertoad/unzipomatic Since it as last updated 6 years ago, it might be beneficial to freshen it up a...
Currently `Error` tab for a job displays error message and the stacktrace, but not anything else. It would be great if either all other enumerable fields would be included by...
This provides readable names for hook invocations in stacktraces and observability tools like New Relic.
Having encountered performance degradation after introducing fastify-metrics, we've attempted doing some of the obvious performance optimizations. Here are the results (benchmarks included): https://github.com/kibertoad/fastify-prometheus-nitro/pull/1 I'm not sending PR as-is because it...
Appreciate your work on this! Any chance you could regenerate results for the latest library versions?
Since provided command doesn't work on Windows, added one that does. Also added the verification step to avoid sending people on a wild goose chase due to tests not working...
Compared to the sourcecode in the book, initialModel = { photos = [ { url = "1.jpeg" } , { url = "2.jpeg" } , { url = "3.jpeg" }...
Currently there is no way to tell Zod "if you get a single value of correct type, just put it into an array". Existing `.coerce()` operation could be used for...