jared2501

Results 9 issues of jared2501

I have some enums/structs that fail lint in my protobuf, for good reason (e.g. I have an enum called `X509_KEY_USAGE_DATA_ENCIPHERMENT`, and "data encipherment is a phrase taken from IETF spec)....

feature

Currently, if using grpc-web with client-streaming (and bi-directional) endpoints one has to use the the websocket implementation provided by grpc-web since [no fetch implementation supports client streaming yet](https://github.com/whatwg/fetch/issues/229). The websocket...

enhancement
help-wanted

Use case: I would like to gzip all content-types, except images/videos.

Currently, it appears that only server-streaming (and when #66 is complete, client-streaming) methods support cancellation. However, cancellation is also useful for unary request/response methods. I.e. when invoking a series of...

help wanted
pinned

If the `encrypted-config-value.key` file has a new line at the end of it the decryption fails with the confusing error about being unable to base64 decode. Vim is sometimes configured...

The Java implementation of DirectoryLayer does not seem to work when used with an FDBTransaction, but does when used with an FDBDatabase. I'm seeing issues where the DirectoryLayer allocates a...