tekert
tekert
It would be nice to have an enum like a abstract class but with heavy restrictions like accepting only static const types with implicit cast. ```dart enum Colors { blue...
Maybe using a push method from the server would be better, less strain on server and clients, and clients beign able to get short lived durations reliably. https://github.com/prometheus/client_python#exporting-to-a-pushgateway
I've made a proposal at https://github.com/healthchecks/healthchecks/issues/870 that maybe would solve this problem, using push metrics to our prometheus servers using a webhook POST request. For example: `curl -d 'hc_check_started{name="TESTNAME", tags="",...
Ok after a lot of testing, i've come to the conclusion that scrapping the last runtime of the last job is the best way to spot trends and diagnose problems,...
Yearly visit to pray for this.
Same problem on windows, installed everything correctly, like always, but this time the corrupt message shows up. Upgraded firefox to 124.0.1 and these problems began. edit: Forgot to uninstall Tab...
Additionaly same problems with: `restic-binary: "C:\\Program Files\\WinGet\\Links\\restic.exe"` C:\Program: The term 'C:\Program' is not recognized as a name of a cmdlet, function, script file, or executable program. Check the spelling of...
Oh i see, [\`] is working for now. except `restic-binary` path
There is another problem with `cmd` shell this time, maybe its related, a powershell script named `myscript.ps1` with ```powershell param ( [string] $param1, [string] $param2 = "a default path" )...
Adding `--log=error --log=selftest` Seems to fix this, tested it on master, but i don't know if this wakes up drives, it shouldn't according to doc. If someone wants to test...