Łukasz Kurowski
Łukasz Kurowski
I've searched through the documentation and code but couldn't locate information on obtaining the `workspace_root` (the directory containing the project's package.json) through environment substitution. I want to include protoc, which...
I would like to, at some point, contribute to the conversion of ndarray to bigarray without copying. I might be the only one using the bigarray extension in this crate,...
Hey, I love the project. I might be using it wrong but I can't make any changes in my [small test](https://github.com/crackcomm/srctx-py-repro) have any impact. I included the `index.scip` in the...
Ensure ignore rule `bar/` matches directories by appending `/`. Addresses issue where `bar/` didn't catch directories. After this change, both `bar` and `bar/` rules filter out the `bar` directory and...
**Describe the bug** Empty comment block `(**)` is recognized as documentation comment and triggers a warning: ``` 58 | (**) ^^^^ Warning 50 [unexpected-docstring]: unattached documentation comment (ignored) Hint: (Warning...
Currently the server keeps [writing](https://github.com/dialohq/ocaml-grpc/blob/076109e/lib/grpc-async/connection.ml#L34-L40) even after the client closes the connection. I'm not sure if it's even possible to detect it.
nix had problems installing bazel-lsp because of the cc dependency mismatch in Cargo.lock and Cargo.toml (as far as I understand). https://github.com/cameron-martin/bazel-lsp/blob/d422cc3caeee994cc4f6e953db97190cc734730c/Cargo.lock#L2642-L2645 I noticed it cannot be built with cargo anyway...
The UIEnter event is not needed for setting up the highlight groups in cmp.lua. This caused a bug displaying ANSI escape sequences in neovim in tmux, kitty, and alacritty. I...
Is there a method to build an ocaml "switch" with all transitive dependencies of packages? I'm currently using a small snippet to gather all the deps: ```nix ocamlDeepDeps = let...
I'm not entirely sure if this flag name follows the usual conventions or if the feature is even desirable, but I needed it, so I implemented it and decided to...