Igor Ramazanov

Results 15 issues of Igor Ramazanov

Unfortunately, I don't know how exactly to reproduce this error. The problem is that when I ran a local WebSocket server it was closing all incoming connections and printing the...

bug
module:blaze-server

Hey, I think Kakoune is a great editor! I struggled with a searchable and mobile-phone friendly documentation. Here're a Bash and Scala scripts to use the existing `**/*.asciidoc` for generating...

Copy of the https://github.com/kakoune-lsp/kakoune-lsp/pull/711 moved to the repo. Adds indentation guides highlighting the scope of the functions/methods/classes/etc. The implementation depends on the document symbols LSP API. * Adds 2 new...

Copy of the https://github.com/kakoune-lsp/kakoune-lsp/pull/715 moved to the repo. Adds sticky contexts feature. Example: ![image](https://github.com/kak-lsp/kak-lsp/assets/12570166/cd2184c7-96c1-4206-aa2f-58261e2ef367) * new face `StickyContexts`, defaults to `default+Fiud`. * new option `lsp_sticky_contexts_skip`, defaults to `0`. * new...

Not critical and does not prevent the server from working in this case. ``` Jan 04 23:15:34.555 DEBG From server metals: {"jsonrpc":"2.0","id":"4","method":"client/registerCapability","params":{"registrations":[{"id":"1","method":"workspace/didChangeWatchedFiles","registerOptions":{"watchers":[{"globPattern":"file:///home/igor/magine/promo-codes/*.sbt"},{"globPattern":"file:///home/igor/magine/promo-codes/pom.xml"},{"globPattern":"file:///home/igor/magine/promo-codes/*.sc"},{"globPattern":"file:///home/igor/magine/promo-codes/*?.gradle"},{"globPattern":"file:///home/igor/magine/promo-codes/*.gradle.kts"},{"globPattern":"file:///home/igor/magine/promo-codes/project/*.{scala,sbt}"},{"globPattern":"file:///home/igor/magine/promo-codes/project/project/*.{scala,sbt}"},{"globPattern":"file:///home/igor/magine/promo-codes/project/build.properties"},{"globPattern":"file:///home/igor/magine/promo-codes/.metals/.reports/bloop/*/*"}]}}]}}, module: kak_lsp::language_server_transport:168 Jan 04 23:15:34.555 ERRO unsupported braces...

1. Development environment using `typelevel/typelevel-nix` 2. Fix invalid derivation hash

Would be nice to have for `sbt 'show bindgenBingings'`.

### Command zellj ### Description A terminal workspace with batteries included. ### Homepage https://zellij.dev/ ### Documentation https://zellij.dev/documentation/controlling-zellij-through-cli ### Repository https://github.com/zellij-org/zellij ### Complexity M ### Anything else? https://github.com/zellij-org/zellij/tree/main/zellij-utils/assets/completions

enhancement
completer

To reproduce: ```bash nix build \ --impure \ --expr \ "with import {}; runCommandWith { name = ''hello-qemu''; runLocal = true; derivationArgs = { nativeBuildInputs = [ops]; NIX_DEBUG = 7;};...