Eyal Kalderon

Results 126 comments of Eyal Kalderon

Thanks for pinging me, @kolloch! I can give some context on the goals and design choices of the `cargo2nix` project as it currently stands. `cargo2nix` isn't a personal project of...

Also, in regards to the ecosystem meeting, I don't think @trha and I have any immediate plans to fly out to Europe from Singapore, unfortunately. While that could potentially be...

@nmattia > When I tried it Nix segfaulted, most likely due to memory consumption. There were ~300 crates. I might have written something silly though. Interesting anecdote from my side:...

@Mic92 Ooh, nice! Any idea which Nixcon talk that was? It sounds interesting.

Wrapping the existing `` tag with the existing `` tag in the `social_list` macro appears to do the trick in terms of getting the entire button to be clickable, but...

@blueyed Sorry for the delayed response! I was reading and learning how to write new makers at the time I posted this issue, but it somehow fell off my radar....

Another user chiming in. It doesn't seem to work with `xclip` either. I can confirm that the workaround by @hensz works on my machine too, but at that point, there...

@Hyperion101010 Hello! Thank you for the kind words; I'm glad to hear that `tower-lsp` has been useful to you. `LspService` implements the [`tower::Service`](https://docs.rs/tower/0.3.1/tower/trait.Service.html) trait and is therefore compatible with the...

I think this issue should be safe to close if it can be confirmed that `tower-test` satisfies the needs of your language server project. But if enough users are asking...

Feel free to reopen if you run into troubles with `tower-test`, @Hyperion101010. Thanks for reporting this issue!