Marius A
Marius A
``` piku config:set TEST="One two three" Setting TEST=One for 'app' Error: malformed setting 'two' ``` I think the workaround to add comas instead of spaces is cumbersome, other vars are...
console.error doesn't send output to STDERR, but to STDOUT, prepended with string "Error:" console.error should send output to STDERR, similar to `Console` from as-wasi
pg_stat_statements is already installed, but in 'heroku_ext' schema, per https://devcenter.heroku.com/changelog-items/2446 heroku pg:outliers should work with 'heroku_ext' schema See also https://github.com/heroku/cli/pull/2051
https://github.com/PButcher/flipdown/blob/2c4b2e928fc8098e2d195023ab4d17478d2e20cd/dist/flipdown.js#L49
if this doesn't exist ``` ``` there's an error ``` Uncaught (in promise) TypeError: Cannot read properties of null (reading 'classList') at FlipDown._setOptions ``` Please do a check and return...
Hi, The json/jsonb fields in postgres work fine in beekeeper. Instead of seeing it only as 1 huge line, it would be awesome to show only first X chars, with...
Hi, Only `/etc/init.d/remote_syslog` in now included in the rpm package. Would be great to have `systemctl` support, eg `systemctl start remote_syslog` be able to set it to start on boot...
https://github.com/HariSekhon/SQL-scripts/blob/54cc9cef687ba3a242688866b6af76956f23865c/postgres_queries_slow.sql#L16C5-L16C71 eg ``` SELECT interval '1 millisecond' * total_exec_time AS total_exec_time, to_char((total_exec_time/sum(total_exec_time) OVER()) * 100, 'FM90D0') || '%' AS prop_exec_time, to_char(calls, 'FM999G999G999G990') AS ncalls, interval '1 millisecond' * (blk_read_time +...
Hi, ` pg_size_pretty(pg_relation_size(indexrelname::regclass))` https://github.com/HariSekhon/SQL-scripts/blob/54cc9cef687ba3a242688866b6af76956f23865c/postgres_indexes_unused.sql#L19C1-L38C49 says index "mixedcasename" doesn't exist, but it's actual name is "mixedCaseName" I've changed to this to fix: pg_size_pretty(pg_relation_size(indexrelid))
**Describe the bug** maestral overwrote local changes when connecting to Dropbox **To Reproduce** 1. Use official Dropbox client 2. Remove it 3. make changes to an existing file, say test.txt...