Matt
Matt
update material-ui dependency to 1.0.0-beta4 update core.cljs to expose material ui 1.0 component api update elements.cljs to expose material ui react components via core.cljs api Signed-off-by: Matt Rkiouak I should...
Given a foo.proto importing another bar.proto, if bar.proto uses a go_package option, the require of the bar ns in the foo ns will be output as [ :as ] This...
https://github.com/protojure/protoc-plugin/releases
Depends on https://github.com/protojure/lib/issues/4
* 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...
This behavior fixes unary behavior for application/grpc-web-text, and supports trailers handling for both application/grpc-web-text and application/grpc-web Signed-off-by: Matt Rkiouak
Currently js client code generated via the `protoc --js_out --grpc-web_out=...,mode=grpcwebtext` fails to invoke callbacks, or recognize data. js client code generated with `protoc --js_out --grpc-web_out=...,mode=grpcweb` appears to work as expected....
Support encoding packed fields, and maintain support for packed=false https://developers.google.com/protocol-buffers/docs/encoding#packed)
Publish signed lib artifact to clojars (https://clojars.org/protojure)
https://github.com/grpc/grpc-go/blob/master/Documentation/grpc-metadata.md