Jakub Alba
Jakub Alba
In *Glyphiary*, there is the sentence: > A nifty feature is that if the right element isn’t found, the returned index is `1+≢⍺` – one more than the length of...
Currently all configuration in `pkg.toml` applies to all formats. This is problematic for dependencies (`requires`, `provides`, `conflicts`, `replaces`), because some dependencies are named differently on different distros. For example, applications...
pflag requires a "=" between argument name and value, as per its docs: > Command line flag syntax: > --flag // boolean flags only > --flag=x So passing "--output -"...
Example: https://yakubin.com/notes/atom.xml All relative (to document root) URLs in this feed are resolved by NetNewsWire as absolute local filesystem paths using the `file:///` scheme. It applies both to entry links...