Miroslav Genov

Results 30 comments of Miroslav Genov

Maybe it would be better etcd to be replaced with native implementation as it will enforce deployment of an additional components as it's already done in ES. It might be...

I'm encountering a similar issue when trying to use kotlin plugin with https://github.com/grpckit/omniproto: ``` protoc-gen-grpc-kotlin: program not found or is not executable ``` The arguments are as follow: ``` --go_out=paths=source_relative:gen-go...

As I remember I had a similar result and from build in maven central. I'll try again and will post the results later today.

0.1.5 is working as binary but the build jar for 0.2.0 is not working. Download URL: https://repo1.maven.org/maven2/io/grpc/protoc-gen-grpc-kotlin/0.2.0/protoc-gen-grpc-kotlin-0.2.0-jdk7.jar Tried chmod +x on the jar file without success. ``` root@8526a5721d90:/check# ls /usr/local/bin/...

As possible solution middleware may keep reference to interceptors and to re-attach them before each request but this will add additional overhead. Any thoughts on this ?

I've resolved it temporary in the project side by creating a new .spec.js file for each scenario but it's overwhelming if you have many scenarios.

@adg is there open issue about caching strategies?

I'm encountering similar issue on my side after upgrade of rules_go and at the same time updated the google cloud storage API dependency. It would be good if this issue...

Ping. Such support is really important and would be nice to be part of rules_nodejs.

Similar issue on my side. Once I've removed '@' from the path alias the resolution worked as expected. It's strange that the '@' is breaking things up. Version: babel-plugin-module-resolver: 4.1.0