Munif Tanjim
Munif Tanjim
This is required for correctly suggesting flags mutiple times (only if the flag supports it) in shell completion. Without merging this PR, this feature can't be implemented on the shell...
Hint: use `'commentstring'` instead of hard-coding `//`.
Currently the published `dist` folder contains separate compiled files. Consider publishing bundles instead. Here are a few suggestion: - **UMD**: for using in browsers with `` tag - **CJS**: for...
### FAQ - [X] I have checked the [FAQ](https://github.com/hrsh7th/nvim-cmp/blob/main/doc/cmp.txt) and it didn't resolve my problem. ### Announcement - [X] I have checked [Breaking change announcement](https://github.com/hrsh7th/nvim-cmp/issues/231). ### Minimal reproducible full config...
#### Checklist - [ ] run `npm run test` and `npm run benchmark` - [ ] tests and/or benchmarks are included - [ ] documentation is changed or added -...
Backports https://github.com/fastify/fastify-rate-limit/pull/375 to `9.x` #### Checklist - [ ] run `npm run test` and `npm run benchmark` - [ ] tests and/or benchmarks are included - [ ] documentation is...
Reverts newscred/webhook-broker#182
**Is your feature request related to a problem? Please describe.** In `lua` we can declare function in two ways: ```lua local hello = function() print("hello") end -- or with syntax...
**Is your feature request related to a problem? Please describe.** I want to use the https://github.com/MunifTanjim/tree-sitter-lua parser for Lua. From the discussion at https://github.com/neovim/neovim/pull/15260, it looks like `query_file_ignore` is not...
I'm using Tmux, with `allow-passthrough` enabled. If I run `chafa` outside `lf`, (still inside `tmux`), it works: But inside `lf` preview window it shows this: They're both using the same...