Tymoteusz Makowski
Tymoteusz Makowski
@WahiduzzamanKhan yep, that's how I would imagine {pins} storage work. I expect it to be a non-ideal solution compared to other. One that might skip records and have its other...
Hi, thank you for your contribution! Two questions: 1. Do you happen to have a reproducible example to test the change? 2. Do you know if `update_dropdown_input()` has some discrepancies...
I have recently browser through nvim-treesitter and noticed it injects [`comment` parser](https://github.com/stsewd/tree-sitter-comment) into multiple languages. This also breaks uncommenting (and might make for a simpler repro). Currently, 236 out of...
I did a bit of testing, and I am not even sure if this is ts-comments.nvim issue. **I would say it's a matter of proper configuration and/or missing defaults.** This...
My bad! Hopefully laying everything out will make it clear. ### Context {box.linters} relies on importing {box} modules during linting. These imports are relative—typically to the root of a repo....
@lorenzwalthert thanks for taking time to look into this! Ultimately, I have settled for running a local `script` hook: ```yaml repos: - repo: local hooks: - id: lint-r-app name: run...