Earnestly
Earnestly
mrsh appears to ignore or not understand the final `[arg...]` parameter: ``` mrsh -c 'getopts :a: arg -a foo' usage: getopts optstring name [arg...] ```
I have encountered a few issues when using getopts while testing a potential bug in dash and discovered a segmentation fault condition in mrsh doing the following: ```sh #!/bin/sh --...
According to [wooledge](https://mywiki.wooledge.org/BashPitfalls#local_var.3D.24.28cmd.29) it is possible that a shell may induce wordsplitting on export assignment if the expansion isn't properly quoted (the example is for local but mentions the case...
For a given script such as: ```sh printf 'a b\n' | while read -r field1 field2; do printf '[%s]\n' "$field1" "$field2" done ``` I would expect the following output: ```...
It would be quite nice to have a reliable means to determine completion of various documents directly from the databases (or elsewhere, such as a `sioyek` cli query) so that...
## Meta: ``` Edit: (Arch) Linux 3.15.8 Edit: glibc: 2.19 ragel 6.8 gcc 4.9.1 clang 3.4.2 autoconf 2.69 ``` ## Issue: Trying to build with `./configure --prefix=/usr` but this error...
During the build process when `headmaster` is invoked it results in the following errors: ``` import.h:144:1: is not found. /usr/include/netdb.h:608:11: macro AI_IDN_ALLOW_UNASSIGNED is failed to preprocess. /usr/include/netdb.h:610:11: macro AI_IDN_USE_STD3_ASCII_RULES is...
Before starting I do think this may end up as a "WONTFIX" because http://www.ada-auth.org/standards/rm12_w_tc1/html/RM-13-7.html does not define `Interrupt_Management`, however if there is a potential for a `system.interrupt_management` implementation it might...
Would it be possible for the `image-info` script to update the status bar when selecting images in thumbnail mode? When recovering photographs it would have been useful to see the...
Sometimes when viewing large collections I rarely want to copy the file path in the statusbar but am unable to. Instead of having to re-type or do a partial match...