xzfc
xzfc
It can be done by adapting `trace-nix.c` to use `DYLD_INSERT_LIBRARIES` instead of `LD_PRELOAD`. Alternative solutions: adding tracing support to nix itself or adopting [logged-evaluation.nix] from lorri. [logged-evaluation.nix]: https://github.com/target/lorri/blob/7b84837b9988d121dd72178e81afd440288106c5/src/logged-evaluation.nix
I'm proposing to introduce a new function akin to `split` that should either * Split the string in the exact the same way as the real shell would do. *...
When `-S`/`--smart-case` is enabled, analyze and apply a case-insensitivity flag to each search pattern separately rather than globally. For the PCRE2 engine, wrap case-insensitive expressions into `(?i:…)`. I.e. `rg --pcre2...
I suppose vertical list is more suitable for long window titles. [Screenshot from the readme](https://raw.githubusercontent.com/sagb/alttab/master/doc/screenshots/alttab-high.png) illustrates line wrapping which can be avoided if vertical list is used.
I think alttab would be useful to switch between MRU workspaces as well. i3 has a limited version of this feature: `workspace back_and_forth` to switch between current workspace and the...
The following snippets crash nsh: 1. Invalid UTF-8 in the command substitution output: `$(printf '\xff')`. 2. Invalid UTF-8 in env vars: (run from bash) `A=$'\xff' ./target/release/nsh`. 3. Null byte in...
## Description * Set `buffers-per-numa` to 65535. * Provide an option to append additional vpp configuration to `vppagent-forwarder` container. The option may be used to override the default `buffers-per-numa` value....
## Description Currently, our CI doesn't check non-linux platform-specific code. Checking these files may be useful for those who use non-Linux OS as their dev environment. This PR enables checks...
Currently, Jaeger tracing is enabled on a per-application basis. (see #556) It would be convenient to enable it on a per-request basis. E.g. suppose Jaeger tracing is enabled globally on...