Nick Hanley

Results 6 issues of Nick Hanley

All other options are listed in the usage, so `--version` should be as well.

https://github.com/Swordfish90/cool-retro-term/blob/74ae511f923a7c42274086f9b9959e2292d74ddc/app/main.cpp#L58 The usage documents `-p` as a short form of `--profile` but it's not currently implemented.

Release 1.2.0 changed the settings database directory from `~/.local/share/cool-retro-term/QML/OfflineStorage/Databases` to `~/.local/share/cool-retro-term/cool-retro-term/QML/OfflineStorage/Databases`, breaking existing user settings. I'm not familiar with Qt but this line appears to cause the change. It was...

The %c format specifier is currently unusable because slop exits on cancellation without printing formatted output. In practice cancellation is more easily detected by checking slop's exit status or the...

The byte order marker (BOM) is the use of a zero width no-break space character (U+FEFF) at the start of a file to indicate the encoding byte order in UTF-16/32....

core:view

The FAQ say you can't delete submissions but this feature was added in exercism/website@fd5d01ed4a0630c36108b816336f125ab7f7a092. I'm not sure if the answer should be updated or the question should be removed.