Daniel Fancsali
Daniel Fancsali
For better inter-operability with tools like `rclone` it would be brilliant if alongside a directory as the vault path, one could specify a WebDAV url. This would mean, one could...
After creating a parametric interpolation curve, I could find some information about what object it is based on, however there seems to be no way of adding (or removing) points....
### Problem description Calling cksum from the coreutils package seems to try to call write() twice emitting the expected output but then also an error message and a non 0...
When writing turly portable shell scripts, one would resort to use the POSIX compatible subset, `sh`. However, the `assert.sh` script uses some *bashisms*, so it will not work in POSIX-compatible...
The `disfetch` tool itself being written in POSIX shell, it seems to be an obvious stop. A few pop to mind, mainly *BSD variants, and – God forbid – MacOS/Darwin.
It would be great if the user could request passphrases to be generates based on the _Diceware_ and the _EFF_ wordlist.
Using `vim-table-mode` for markdown files, starting with the following table: ``` |---|------| | a | 5 | | b | 6 | | c | 9 | | S |...
Many MarkDown flavours - and lazy people alike - prefer not to have the `|` characters added at the sides of tables. In other words, instead of this: ``` |...
A freshly built BRL-CAD 7.32.6 will fail with an error, if I try to start `mged`: ``` $ bin/mged ogl_open: Can't get an appropriate visual. ``` It does open two...
With a freshly complied 7.32.6 on MacOSX, `archer` fails to open - the splash screen shows for a brief instant, and the program exits immediately. ``` $ archer ogl_open: Can't...