Anton Sviridov

Results 176 comments of Anton Sviridov

I really don't know enough about JS sync vs async, but there seem to be synchronous versions of some of the APIs: https://nodejs.org/api/fs.html#synchronous-api perhaps enough to implement rudimentary support of...

> were not yet supported in neovim they are in nightlies (I'm using them in my LSPs), previous versions would probably just ignore the capability even if you send it...

Wait, isn't `//> using dep com.beachape:::enumeratum:1.7.3` for using full scala version, instead of binary one? The correct syntax is **two sets of `::`**: https://youforgotapercentagesignoracolon.com/#scala-cli `//> using dep com.beachape::enumeratum::1.7.3` - this...

What is also strange here is that exception has unknown source, but from the lldb output it's clear the binary contains the debug information. Behaviour is same on 0.5.6, so...

I'd love to have a client abstraction – at the very least for E2E testing, or for the optional module that allows testing your LSP server directly by launching a...

What's the smallest possible workflow that we can have that makes sure the nix installation works? Can you run the flake locally? I'm happy to approve random hash changes (which...

@tgodzik I'm struggling to figure out - What problem was the original code solving - What broke with recent release - What is the result you expect visually Do you...

Thanks for approvals, I will add some very basic tests tomorrow to this PR and then we can merge.

@tgodzik I added a basic test (after 5+ months...) - still good to go?

See this project for an example where inline forwarders are required, and some manual forwarders that I added https://github.com/keynmol/scala-native-yyjson-bindings