ktetzlaff
ktetzlaff
I have inherited a PostgreSQL data base (PostgreSQL 9.6.9, running on Debian Linux, using java 11.0.2 with JDBC driver postgreql-42.2.5.jar). When running SchemaSpy (tried with an older 6.0.0-rc2 version and...
**Issue** The documentation rewrite of commit 7a5d03fe15 (just before tag/release v20.0.0b2) removed any reference to the `VIRTUAL_ENV_DISABLE_PROMPT` environment variable from the documentation. If this was just an oversight, the documentation...
Most of the time, the automatic evaluation of ignore files makes a lot of sense. However, sometimes it is necessary to expand the search to otherwise ignored files. For those...
The completion script extracts the list of available tg commands from the output of the help command. This wasn't working (presumably because the output of 'tg help' has changed) and...
## The problem Restricting `invoke` to `invoke>=1.4.1,= v2.0.0. From what I've seen in the code (it only ever seems to use `invoke.run(...)`), this should not be a problem. ## Additional...
When running `extract_qnap_fw.sh` on a QNAP NAS, mounting something on `/mnt` hides already existing mounts within `/mnt`. A lot of file in `/etc` are actually just symlinks to `/mnt/config`, and...
I have moved site specific credential options like ``` ini [credential "https://git.example.com"] username = ... provider = generic ``` to a separate file which is included in my global git...
This improves interoperability with dash-docs.el (see https://github.com/dash-docs-el/dash-docs) which otherwise tries to open all archives stored in the DOCSETS directory when creating a list of installed docsets (which is a time...
Flycheck reports 'the function ... is not known to be defined' for autoloaded elisp function. Why?
## Checklist - [x] I have searched existing issues and StackOverflow for solutions. - [x] I have read the [Flycheck manual][]. - [x] I have read the [Troubleshooting Guide][]. -...
It might be a good idea to set the retain flag on MQTT #/status/settings messages in order to allow new subscribers to receive the latest settings message.