Skoh
Skoh
Problem: Upon deadly signals, Neovim doesn't write to buffers even if autowriteall is set Fix: #29411 Solutions: - [x] Write to all buffers upon SIGHUP/SIGQUIT - [x] Don't write upon...
[argp](https://www.gnu.org/software/libc/manual/html_node/Argp.html) has a feature to autogenerate the `--version` flag using [global variables](https://www.gnu.org/software/libc/manual/html_node/Argp-Global-Variables.html) This PR aims to replace the manual implementation in `bpfilter` and `bfcli` binairies with this feature
Fixes #205 Removing the `.npmrc` directive that disable package-lock.json Adding `package-lock.json` to repo The `package-lock.json` is generated directly from `package.json` with `npm install --package-lock-only` I didn't update any package, so...
**Describe the bug** `package-lock.json` is missing from the repo, making it hard to package. **To Reproduce** `npm install` -> not generating `package-lock.json` (cf [.npmrc](https://github.com/klaudiosinani/taskbook/blob/master/.npmrc)) **Expected behavior** `package-lock.json` should be included...
Fix https://github.com/facebook/bpfilter/issues/215 I've started getting into adding this features. So far, I've managed to add the `ratelimit [int]/[time_unit]` keyword to the cli and put it's value into a `bf_map`. ~~However...
CMake v4.0 released recently, and deprecated support to `cmake < 3.5` If anyone with `cmake >= 4.0` tries to compile this repo, they'll get ``` CMake Error at CMakeLists.txt:1 (cmake_minimum_required):...
CMake v4.0 released recently, and deprecated support to `cmake < 3.5` If anyone with `cmake >= 4.0` tries to compile this repo, they'll get ``` CMake Error at CMakeLists.txt:1 (cmake_minimum_required):...