Matouš Jan Fialka
Matouš Jan Fialka
I would like to ask how to use `content/` and how to reference content in it? It seems to me that only the `content/` directory itself is sourced and processed....
At least for file types you should provide modeline magic: ```sh $ cat script #! /bin/sh echo "Hello, world!" exit 0 # ox: ft=sh ``` Not everyone likes to add...
Hello, add support to import/export *Orgzly* application settings, please. Not only would it be great improvement but it would be especially helpful to keep the list of *note states* so...
The `prom-migrator` tool is lacking a `--log-level=` which may be very handy to reduce useless messages from the output (i.e. `msg="Exceeded 'max-read-duration', setting back to 'max-read-duration' value"` and similar).
The *Postgres* data source (DS) in *Grafana* uses the *SQL* `BETWEEN` operator for the `"time"` column which can be incorrect for edge-cases (see "[Don't Do This](https://wiki.postgresql.org/wiki/Don%27t_Do_This#Don.27t_use_BETWEEN_.28especially_with_timestamps.29)"). Provide new switch in...
Hello. I suggest to add ```sh Flags [...] --test Testing run (single pass run returning collected '/metrics' to the standard output to be revised). To limit the test run to...
Hello. Thank you for the unique Postgres exporter first! :1st_place_medal: **IMHO**, it could be even a improved significantly (with maybe quite a low effort in Golang) if you added higher...
When connected to Postgres database with hundreds of thousands of tables or with highly complex structures the auto-completion in the SQL editor makes editing real pain because of editor lags...
It would be very handy to provide us with some good **visual** representation of how exactly the *SQL* data are stored in the *PostgreSQL* database (also clarifying relations between them)...
See the ``unset-var()`` in [7.3.1. Converters](https://cbonte.github.io/haproxy-dconv/2.2/configuration.html#7.3.1) is unparsed (perhaps because of the space char in variable name).