Kaoru Kohashigawa
Kaoru Kohashigawa
no worries, I'm reading the Bazel rules sections to see if I can help out. I gotta poke around more before I can begin to formulate the right questions. Asking...
👍 TIL a slack channel existed! Yeah, that's where I was looking at but couldn't make sense of the things around it, give me a few to level up my...
no i have not, this is what I tried: ``` bazel test --test_output=streamed --test_arg="--test_filter=com.example.MySpec -t '#methodName'" -- my/target:test ```
oh nice ok that did it, so if I wanted Intellij to support this would this now be an Intellij bug?
Checking in if this is something that will be supported. Otherwise, in order for us to adopt Bazel, we'll have to get _all_ of our services on the same Scala...
SGTM, thanks for the tip on the CI switch
Would https://github.com/bazelbuild/rules_scala/pull/847 solve this?
I was looking into using the [google-cloud-trace](https://github.com/googleapis/google-cloud-ruby/tree/main/google-cloud-trace) and love that it works with Rails out of the box but it doesn't support things like Redis, like this project. How can...
I encountered a similar exception and got around it by re-binding a group of libraries. I made a PR (which is pending) updating the README on how to do this:...
I was able to solve the problem by manually managing the spans and context and wrapping the `response` with a `Rack::BodyProxy` allowing me to close everything up when the stream...