Casper Ti. Vector
Casper Ti. Vector
This line in `crontab` ``` */1 * * * * printf 'To: someuser\nSubject: spam\n' > /dev/stderr ``` results in the following behaviour: - For `root`, the spam is sent, verbatim,...
The current version of shake uses `error()` from `error.h`, and is therefore unsupported on musl. Would there be a plan to use more portable alternatives (`err.h` seems one of them)?
jpegoptim's lossless optimisation is idempotent, which can be extremely helpful under certain circumstances. However, its lossy optimisation (in the same quality settings) is not (always) idempotent, which causes the loss...
Until the recent introduction (DanielAdolfsson/ndppd@8ed35f84) of the `autowire` functionality (which has its own issues, eg. DanielAdolfsson/ndppd#32) in ndppd, the ability to automatically add necessary entries to the routing table when...
EDIT: to be precise, it only needs `tgetent()` when `--enable-termcap` is explicitly given in its configuration... ```diff diff -ur rc-1.7.4/configure.ac rc-1.7.4/configure.ac --- rc-1.7.4/configure.ac 2015-05-17 04:23:26.000000000 +0800 +++ rc-1.7.4/configure.ac 2020-09-08 00:55:09.949411192...
For instance, with the following file from [PyQt5](https://pypi.org/simple/pyqt5/), we have: ``` >>> import libpip2pi.commands >>> libpip2pi.commands.file_to_package("PyQt5-5.14.0-5.14.0-cp35.cp36.cp37.cp38-abi3-manylinux1_x86_64.whl") ('PyQt5-5.14.0', '5.14.0-cp35.cp36.cp37.cp38-abi3-manylinux1_x86_64.whl') ``` If the wheel filename does conform to PyPI's standard, `file_to_package()` would...
cf. alpinelinux/mkinitfs#16.
* Open pcmanfm with the side pane enabled, open a compressed file with engrampa, and drag an item from the compressed file across the side pane. * As soon as...