Łukasz Kurowski

Results 68 comments of Łukasz Kurowski

> Are you looking for `self.root`? https://esy.sh/docs/environment/#variable-substitution-syntax I tried `self.root` also but I couldn't solve it with variable substitution, I worked around this problem by just vendoring google protobufs into...

`usr/protoc` was a directory: ``` % ls usr/protoc pkg-config protoc ```

In my actions I decided to use ``` (action (run bazel run @com_google_protobuf//:protoc ``` since it's already available in my project and I vendored generated code to ocaml-protoc-plugin fork and...

I notice that it is a fix for #1649, maybe it's appropriate to keep this functionality for `vim.fn.has('headless') == 1` - I'm not sure.

Do you know how we can detect this? I tried calling `Body.Writer.is_closed` on a writer returned by `respond_with_streaming`, but it was never actually `true` until `Body.Writer.close` was called by returning...

@wokalski is `grpc-eio-noseq` the branch you're using with eio? I'm wondering if it's running in production and I can just plug and play?

> I would like to understand how ocaml-rs works under the hood. I recommend using [cargo-expand](https://github.com/dtolnay/cargo-expand) to expand macros into code and you can go from there. > It should...

I had a problem querying for `label:Code-Review+2` on Gerrit v3.12.0, this fixes it for me.