Andreas Schneider
Andreas Schneider
This patch replaces fswatch with inotifywait from inotify-toools: https://github.com/inotify-tools/inotify-tools fswatch takes ~1min to set up recursively for the Samba source code directory. inotifywait needs less than a second to do...
There are two security vulnerabilities in packages which are listed in pnpm-lock files: pnpm-lock.yaml 635: micromatch: 4.0.5 pnpm-lock.yaml 1358: /[email protected]: micromatch: https://devhub.checkmarx.com/cve-details/CVE-2024-4067/ braces: https://devhub.checkmarx.com/cve-details/CVE-2024-4068/ In order to address them the...
**Describe the bug** It looks like there is a dependency on the git library to get better version information. This should only be required for nightly builds but not for...
Hi, I'm trying to fix pynvim with Python 3.13 which is in Fedora Rawhide (upcoming 41). The failure I get is: ``` =================================== FAILURES =================================== _____________________________ test_python3_ex_eval _____________________________ vim =...
**Describe the bug** The selector UI from dessing for the telescope backend looks strange. telescope-selector-ui:  dressing.nvim:  The size is different, because of how I set up the telescope...
**Describe the bug** I'm currently working on a grammar for tree-sitter: [tree-sitter-rpmspec](https://gitlab.com/cryptomilk/tree-sitter-rpmspec/) If you look in the RPM spec file reference to get details about macros, I only find sparse...
Fixes #23
### Is there an existing issue for this? - [X] I have searched the existing issues ### Problem description You can create a polar pattern of a object or a...
On all the beverages plastic bottles you can buy in the supermarket you normally have a GPI 28/410 thread. It would be nice to have presets for that. See https://www.paramountglobal.com/knowledge/bottle-neck-thread-finish/...
If I run `cargo cbuild` I get: ``` warning: unexpected `cfg` condition name: `test` --> src/group_record.rs:236:7 | 236 | #[cfg(test)] | ^^^^ | ``` How can I get rid of...