Arian van Putten

Results 151 issues of Arian van Putten

This will add default metrics like amount of http requests per second, and go runtime statistics

This can be easily added using `promhttp` library https://prometheus.io/docs/guides/go-application/#how-go-exposition-works

enhancement

My `cachix watch-exec` exited due to an error ( i didn't have the right signing key set). `cachix` command exited; but the `nix-build` command continued in the background spamming my...

bug

in `test-script.sh` the following command fails (I removed the `-q` flag to find out the difference) ``` + diff /var/tmp/test-casync.9890/test.digest /var/tmp/test-casync.9890/test.extract-caidx.digest 1c1 < 95763f29590ff8718edf4a0f499c4d18e5bf05d19ff4255f85f81b1e886af14c --- > 01e203e9c0fd406309db5cfc2e809b8a9cf67a7b9056bf55b9dd47664a38c4c4 ``` So that's...

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

EKS
Proposed
EKS Managed Nodes

I'm not sure if this is a real issue or not, but something that bothered me is that validation errors use `"%r"` as a format string which causes your json...

Enhancement
Error Reporting
Dialects v2

**Is your feature request related to a problem? Please describe.** I want to authenticate my smart device which has no web browser with my phone. The https://oauth.net/2/device-flow/ flow fixes this....

enhancement
help wanted

**Is your feature request related to a problem? Please describe.** The following code is awkward as I need to guess that the structure that `GetClaim()` returns is `map[string]string`. ```go val,...

enhancement

From the docs: ``` repeat The number of times to repeat a build in order to verify determinism. enforce-determinism Whether to fail if repeated builds produce different output run-diff-hook Whether...

Fixes https://github.com/hedgehogqa/haskell-hedgehog/issues/209 This is still a WIP. but the first step is completed (adding a type parameter to Property)