Subhaditya Nath
Subhaditya Nath
[github.com/nvim-treesitter/nvim-treesitter](github.com/nvim-treesitter/nvim-treesitter) [github.com/nvim-treesitter/completion-treesitter](github.com/nvim-treesitter/completion-treesitter) Is it supported? If not, is support being planned?
``` $ hello() { HI=0xDEADBEEF; echo $HI; } $ hello > /dev/null 0xDEADBEEF $ exit ``` --- Expected output - ``` $ hello() { HI=0xDEADBEEF; echo $HI; } $ hello...
## Steps to reproduce create `$HOME/temp.env` - ```sh alias echo=_echo _echo() { printf '%s\n' 'You are using the alias'; } echo You are NOT using the alias ``` Now run...
If `pkg` is being downgraded from version `100` to version `99`, xbps should run the `REMOVE` script for `pkg-100`. Currently, it isn't being run.
Previously, `./configure` would build both static and shared libraries in one go. Now, using the new CMake build, I am unable to do so. Please tell me how to do...
 The text in the history panel is not visible due to black text in black background
Opened this issue to continue the discussion on IRC, and to track progress. See: https://blog.weechat.org/post/2014/02/16/Bare-display
### Steps to reproduce Say you have a task list like so - - [ ] Task A - [ ] Task A.1 - [ ] Task A.2 - [x]...
### Terminals tested: - foot (https://codeberg.org/dnkl/foot) - alacritty (https://github.com/alacritty/alacritty) - kitty (https://github.com/kovidgoyal/kitty) ### Escape code produced - Meta+Page Up ``` ^[[5;3~ ``` - Meta+Page Down ``` ^[[6;3~ ``` ### Possible...
### What Happened? Notice that the icon beside the _Check for Updates_ entry is too small (and also looks mis-aligned, too much towards the right) when the text size has...