Dhruv Manilawala
Dhruv Manilawala
Tracking issue to move to using [tree-sitter](https://github.com/tree-sitter/tree-sitter) for parsing files in multiple languages which will allow us to deploy the bot in all of our repositories.
As the number of algorithms are increasing, it might make sense to adopt a single documentation format for docstrings. Following are existing currently: - Google Docstring: https://google.github.io/styleguide/pyguide.html#s3.8-comments-and-docstrings - Numpydoc: https://numpydoc.readthedocs.io/en/latest/format.html...
# ToDo ## Neovim - [x] Configure LSP Codelens (62b0f58) - [ ] Add description (`desc`) for all the commands and keymaps to display useful information. - [ ] Add...
Some sections on top of my mind: - [ ] Screenshot - [ ] Introduction - [ ] Requirements - [ ] Installation - [ ] Summary features - [...
As per the [installation instruction](https://github.com/yamatsum/nvim-nonicons#installation), it is fine to not install `nvim-web-devicons` but then the plugin fails to load [due to this line](https://github.com/yamatsum/nvim-nonicons/blob/main/lua/nvim-nonicons.lua#L4). There is this option: `override_nvim_web_devicons` but that...
## Description of bug / unexpected behavior The first function below is not passing a required positional argument for the call to the second function below. https://github.com/ManimCommunity/manim/blob/3156b9f20aa33f559e6f288d38cfd4a4db456389/manim/scene/vector_space_scene.py#L101 https://github.com/ManimCommunity/manim/blob/3156b9f20aa33f559e6f288d38cfd4a4db456389/manim/renderer/cairo_renderer.py#L129-L132 ## Expected...
It seems that `gidgethub` is not able to handle a part of the 422 response. This happened when the app tried to make a review comment on a line that...
- [x] Add missing attributes in the Installation object - [x] Add `get_installation_by_id()` method in the Main class (tested locally) - [x] Move `GithubIntegration.get_installation()` to `Github.get_installation_by_repo()` (tested locally) - [x]...
## Description I've a custom function which marks the items and calls the respective clipboard action all in one. This was working perfectly well, but at some point in the...