David-Klemenc
David-Klemenc
@maxzirps It is not the JSON that must have the fields in order but rather the fact that you are using a [Record Constructor](https://guide.elm-lang.org/types/type_aliases.html): ```elm -- you probably have a...
The wrong number for `total_rows` is also returned when using a view: ```shell curl -b AuthSession=my-session 127.0.0.1:5984/my_db/_partition/my_partition { "db_name": "my_db", "sizes": { "active": 996092, "external": 1369131 }, "partition": "my_partition", "doc_count":...
It should not be too difficult - what I would do is add a parameter to `fileWatch` - basically enabling an additional step - when `fs.watch` fires - you can...
Yes, ... as usual once it started working I just committed :) - I have removed the duplicated code - inserted `{}` instead of `null` - so the first comparison...
I have tested with a timeout of 0 and it does **not** work, then I tried **50** and it worked and **10** and it also worked. I'm afraid this setting...
I put this in my CI/CD script (manual installation on Debian): ```sh - echo "Installing git secret" - apt-get update - apt-get -y install gawk - git clone https://github.com/sobolevn/git-secret.git git-secret...
It would also be superb to include the glyphs for https://www.mathjax.org support! (for example like Fira: https://fonts.google.com/specimen/Fira+Sans/glyphs?query=fira )