lib icon indicating copy to clipboard operation
lib copied to clipboard

A collection of libraries to support Protojure applications at runtime

Results 19 lib issues
Sort by recently updated
recently updated
newest added

Hello, While trying to implement nebula-certs in Clojure I encountered a bug with byte serialization. Protojure reads the data ok but during byte serialization produces "wrong" byte arrays - different...

I'm experiencing the following `Reflection Warning` when attempting to compile a basic project using `clj` build tools. ``` Reflection warning, protojure/grpc/codec/lpm.clj:184:5 - reference to field close can't be resolved ```...

Hi, when I try to use this lib I get the following error, this happens when I use the `lein template` too. ``` Reflection warning, protojure/protobuf.clj:24:19 - call to static...

Currently `protojure.grpc.client.providers.http2/connect` requires a very specific format for `:uri` and does not accept some that it perhaps could. The URI's it seems to accept have scheme as well as port...

`protojure.grpc.client.providers.http2/connect` takes a map that must contain `:uri` and can optionally contain `:ssl` with boolean value. It seems possible to automatically know that SSL should be used if the uri...

This reproduces a bug where an exception raised in a lazy sequence attached to a protobuf response causes the request handler to crash and time out. The test case does...

* As part of the client protojure funcitonality, exception propagation of encoding issues has typically not been done, and instead the caller has been responsible on validating their input. This...

The core grpc support in protojure has a metadata feature which supports adding custom headers, such as 'authorization'. However, this facility is not exposed up through the generated client code....

Greetings everyone. Thanks a lot for this cool project, very useful indeed. I have encountered the following *client side* issue: # summary * The problem happens, when a gRPC client...