Uzair Aftab
Uzair Aftab
### Issue description or question I have observed that sourcery creates an `auth.yaml` file in the `~/.config/sourcery/` directory, but it has not been documented in the docs. Could you guys...
Update docs to be what seems to be the correct way to use the rust bindings, based upon what's available here: https://crates.io/crates/tree-sitter-rust
Add example config for octo.nvim, taken from https://github.com/LunarVim/LunarVim/pull/2040
Hi, Is it possible to add some kind of benchmarking tests in the test suit, so that one can test for performance regression while implementing changes to the code? I'm...
# Description The aim of this PR is to refactor all possible for-loops where lists and dicts are created into list-comprehensions, to get an easy gain of performance. # How...
WIP attempt at making the code smaller.
# Description The main purpose of this PR is to simplify everything that includes a list and dict, for.example loops, initialisation, usage etc. This is part 1 of multi-series PR...
Refactor
List of refactors: - Refactor comprehensions to generators - Simplify and cleanup different if else tests - Cleanup nested if-else logic - Attempt to use more of walruss operator -...
Another proposed nicety
Just a proposed nicety for the docs.