Hassan Syed
Hassan Syed
[we are hosting it as well :D](https://github.com/axsy-dev/bazel-deps/releases). I've switched the rules_kotlin over to bazel-deps as well which is referencing our build so it would be good to have a canonical...
adding the co-ordinates for 400 dependencies by hand is not fun. is this really really necessary ? Bazel has a query tool and there is a lock file under source...
Using deps like spring boot and dropwizard is completely infeasible with strict deps -- I spent 90 minutes openening up deps but there is no end in sight. Like 70%...
@johnynek I am working around this issue by `brew switch` to bazel 0.11 after a expunge and doing a sync from intellij. I don't know if this issue is affecting...
neverlink and testonly also need to be added
I need something similar and this is one way of solving the problem. I'm not that familiar with AMQP. @streadway should it not be possible to multiplex multiple publish confirms...
| What are you trying to accomplish with the pool of channels? Reliable publishes, this is the abstraction I created for this: ``` type SynchronousPublisher struct { mu sync.Mutex name...
Looking forward to this feature as we are doing some interesting stuff with JS. There is still a references to the remote debugger support on main readme -- although this...
The GRPC library has refactored to type aliases delegating to internal packages as well recently. We can't generate mocks anymore.
I have no idea how this problem showed up all of a sudden `github.com/friendsofgo/errors` has seen no activity recently so what caused this ? see: https://github.com/friendsofgo/errors/issues/2