-
Pipesafety of yaspin does not work for me (or I misunderstood the feature).
When I run yaspin and pipe the output into another program or into a file I'd expect to only see the output of `write()` …
-
I'm using nix-community/emacs-overlay.
```
exec-path is a variable defined in ‘C source code’.
Its value is
("/usr/bin/" "/bin/" "/usr/sbin/" "/sbin/" "/usr/bin/" "/bin/" "/usr/sbin/" "/sbin/")
…
-
I'm putting this here in the hope that it will help others in a similar situation. We're going all in on Micro for our shared cloud development environment and wanted to get copy/paste working well. …
-
Something I've been thinking of doing for quite a while - currently we expect that stdout and stderr streams are line buffered (e.g. like `console.log()` is) by requirement, and for example on `fflush…
-
GNU's `cpio` was added to MLFS so that an initramfs can be created for system that require an initramfs image for boot.
Since CMLFS installs `libarchive` [for elftoolchain], `bsdcpio` is available.…
-
If Argh is "optimized for code size", then it only makes sense to show a comparison with other existing parsers, similar to the chart in the README for [pico-args](https://lib.rs/crates/pico-args).
…
-
```
➜ ark ./arkserver.sh
readlink: illegal option -- f
usage: readlink [-n] [file ...]
usage: basename string [suffix]
basename [-a] [-s suffix] string [...]
readlink: illegal option -- f
usa…
-
-
For the terminal emulation feature:
# Terminal Colors
There exists common confusion about terminal colors. This is what we have right now:
- Plain ASCII
- ANSI escape codes: 16 color codes w…
-
As known from https://github.com/NixOS/nixpkgs/issues/42830#issuecomment-406710370, my company is using our own Ceph derivation instead of the nixpkgs one. After some of my contributions from that lin…