Maxim Shipko
Maxim Shipko
1.19 is out. I vote up for this improvement. Generics can really reduce amount of code around retryable calls.
To make changes backward compatible, a new middleware should be added, and the old one should be marked as deprecated, so that we enforce people using the new version and...
@aldas Thanks. I've just upgraded my project to the new middleware.
Up! I also would be glad to somehow generate `oneOf` responses.
I have a similar issue. Though the reason could be different. I have a producer, which is subscribed to a few partitions, but it gets messages only from some of...
@akamensky `segmentio/kafka-go`
Thumbs up. I want to retain all pixel colours upon encoding and saving partially transparent images as WebP. I use `ImageSharp`, which has `TransparentColorMode` amongst encoder settings: ```cs new SixLabors.ImageSharp.Formats.Webp.WebpEncoder...
Up! At the moment, JXL provides the best lossless image compression ratio. The encoder has very few parameters, so it won't be hard to add a wrapper.
I can confirm. My Death Knight's class bar is stuck in the left bottom corner.
I don't get it. You give the validator a Golang's struct and want it to check the original database value? Of course, it won't work. If zero value is OK,...