Matouš Jan Fialka
Matouš Jan Fialka
**Is your feature request related to a problem? Please describe.** When your terminal get cluttered by for example critical message broadcasted by OS or `root` (or an user message by...
In `css/dry-up-scss-with-mixins.md` misspelled "navgation"...
In `sed/grab-the-first-line-of-a-file.md` missing `-n` in the first example.
*Promscale* terminates with error under conditions when one would expect just some log entries. For example when it could not connect to a database (this may be because of many...
It would be splendid to preserve state of the caps/num/scroll-lock per window too. (I am slowly moving from Notion/Ion3 to i3wm and although this is not as critical as the...
In `_prom.catalog.metadata` there is the `last_seen` item. Add also `first_seen` to `_prom_catalog.metadata`.
Provide SQL API to: ```pgsql SELECT prom_api.create_metric(''); -- create new metric including everything needed ``` as well as ```pgsql SELECT prom_api.catalog_create_metric(''); -- create new metric (in catalog only) SELECT prom_api.catalog_drop_metric('');...
### netbox-reorder-rack version v1.1.0 ### Python version 3.11 ### Steps to Reproduce In latest Firefox just view the rack listings and the green "Reorder" button looks pretty differently from the...
```sh restic -r /var/lib/restic/ backup /etc Fatal: Options -r and --repository-file are mutually exclusive, please specify only one ``` The point is that I already have `RESTIC_REPOSITORY_FILE=...` declared in the...
It seems to me that there is additional space after comma [there](https://github.com/mzch/vmmaestro/blob/master/vmmaestro#L358). It should be: ```shell tpm_args="-tpmdev passthrough,id="${tpm_id}",path="${tpm_dev}" " ```