Jan Schaumann
Jan Schaumann
If a script contains an unset variable, shellcheck should alert and recommend the use of 'set -u' and/or default values ("${VAR:-val}"). Current behaviour: ``` $ cat f.sh #! /bin/sh echo...
**Describe the bug** It seems that if I have a missing "icon" in my domain.json configuration, Zulip will not start -- it opens, but then spin-wheels instead of connecting to...
- add a space after the comma in an error message - - add '\n' to error messages
I've merged the code from http://sourceforge.net/projects/trousers/files/OpenSSL%20TPM%20Engine/ and added a spec file, which you may find useful.
The website is useful as a reference for students to explain and illustrate the OSI model. This oddly explicit acronym makes it unsuitable to be linked to in classroom materials,...
This should help address https://github.com/linode/linode-cli/issues/643, although possibly only in part.
### Description When running `-h` to view available options, it would be useful if the options were sorted alphabetically. That makes it a lot easier to find an option one...
### CLI Version linode-cli v5.51.0 Built from spec version 4.176.0 ### Command linode-cli linodes create [...args...] --json | jq -r .[].id ### Output parse error: Invalid numeric literal at line...
It can be desirable for the TLS server to know which NamedGroup was negotiated for a given connection. I don't believe there currently exists a way to extract this information...