Nathan A. Ferch
Nathan A. Ferch
Set RBENV_ROOT so that 'rbenv init -' doesn't, as 'rbenv init -' assumes RBENV_ROOT is in the user's home directory. This enables the use of shared rbenvs.
per https://pkg.go.dev/html/template#ParseGlob the template name is "the (base) name and (parsed) contents of the first file matched by the pattern", so `hello.html` was correct. This reverts commit cc451ec9493ad022972680151b2de137d98627ae.
Has it been considered to permit reading the private key from an environment variable? This would avoid it being written to disk, if you're using some other means to manage...
Any thoughts on how to support multiple keys? Make the client pass the key fingerprint and try all available keys?
### Checklist - [X] I have updated to the latest available Home Assistant version. - [X] I have cleared the cache of my browser. - [X] I have tried a...
This card does exactly what I would like it to, but there seems to be some sort of glitch in loading or displaying the history. Upon an initial load or...
upgrade base to Ubuntu 18.04 (Bionic Beaver), 15.04 was EoL on April 23, 2015 upgrade ZNC to 1.7.3, versions prior are vulnerable to CVE-2019-9917
The systemd unit should be installed to `/lib/systemd/system`, not `/etc/systemd/system`. This allows the system administrator to customize or override the package-provided unit.
Hi, If you create a ReportListFilter with a false ...AtNull attribute, the attribute is not passed to the API. For example, this does not work: ``` filter := h1.ReportListFilter{ BountyAwardedAtNull:...