andremarianiello

Results 26 issues of andremarianiello

Currently, JuicyPixels cannot load a 1 bit bitmap. It produces the following error ``` Bitmap Can't handle BMP file (1,1,0). Failed reading at byte position 62 ``` This new feature...

The span that is created for the stream client interceptor uses a context that is a child of the context used for the grpc call. Cancelling the call thus cancels...

This behavior does not match the behavior of most operating systems, and I believe is likely a bug. Treating a directory like a regular files in situations where is does...

bug

Is it possible to use a FileDescriptorSet as input for prototool? I have a FileDescriptorSet which I can use as input to protoc directly, but I like configuring stub generation...

wishlist

### What version of rules_go are you using? v0.28.0 ### What version of gazelle are you using? v0.23.0 ### What version of protoc are you using? v3.17.3 ### What version...

proto

In postgres, when you have two UNNEST calls in the same select, the arrays are unrolled in parallel, and NULLs inserted into the shorter column. It would be useful to...

The parser already supports `->` and `->>`. Is there any reason not to plan them using JSONExtract/JSONExtract+JSONUnquote?

I have a table where I want to index on not just a column, but an expression, e.g. `JSON_EXTRACT(payload, '$.id')`. The docs for sql.Index say this is allowed ``` //...

I have an implementation of Table that also implements IndexAddressableTable but not DriverIndexableTable. When using this table in a the join node is correctly being replaced with an IndexedJoin node,...