Tzach Shabtay
Tzach Shabtay
We're using `gogo-proto` together with `grpc-gateway` and trying to use the [patch feature](https://grpc-ecosystem.github.io/grpc-gateway/docs/patch.html) from `grpc-gateway` to automatically update the field mask based on the fields on the REST request. The...
Looking at the current decimal implementation it doesn't support NaN insertion: https://github.com/volatiletech/sqlboiler/blob/fad098aa2ba38220c0727620b7ea665983aec26e/types/decimal.go#L29 And trying to insert it anyway results in an error: `refusing to allow NaN into database` However postgres...
In addition to `where in (a, b, c)` postgres can also do `where in (VALUES (a), (b), (c))` which has [huge performance benefits](https://dba.stackexchange.com/questions/91247/optimizing-a-postgres-query-with-a-large-in) for a large set of values.
When I call `offsets_for_times` for a future time, instead of getting the last offset I'm getting `rdkafka::Offset::End` which doesn't contain the latest offset. This forces me to call `fetch_watermarks` to...
## Description Hi, `query_watermark_offsets` requires a partition, so to get the watermark offsets for all partitions in a topic (use-case is an admin web UI) I need to call this...
As Mono supports WebAssembly now, and Veldrid supports OpenGL ES now, it seems to me that WebGL should be doable (right?), and it would be super useful (you'll be able...
Hi, I wanted to check in on the hi dpi support branch: https://github.com/mellinoe/veldrid/tree/hi-dpi It looks like it hasn't been merged in yet, what are the plans for this? Thanks.
Hi, I saw that you have an ImageSharp.Veldrid integration package. I'm wondering if you have plans, or if you'll consider creating a similar package for integrating with SkiaSharp as an...
To reproduce: From VS for mac, try to run the "textured cube" sample (or any of the other samples, for that matter) on the android emulator, selected profile: `Android_Accelerated_Nougat (API...
react-google-recaptcha version: 1.0.5 react-async-script version: N/A This error only seems to happen when recaptcha suspects that I'm a robot and shows me the annoying pictures of cars/buses/etc. This is the...