Matt Palmer
Matt Palmer
Having to raise an exception to signal an error is slower (because exceptions are, well, exceptional), and it also interferes with exception logging interceptors. This change allows RPC handler methods...
With a stock install of `prometheus.ex` exporting the default Erlang metrics, the following linting failures are reported: ``` $ wget -O - -q http://localhost:9548/metrics | promtool check metrics erlang_vm_statistics_context_switches counter...
Many IdPs can be configured by providing SP metadata in an XML file, rather than having to manually enter those details into a web form. This also insures against confusion...
ACME allows revocation by anyone in possession of the private key. Per [the RFC](https://tools.ietf.org/html/rfc8555#section-7.6), you put a `jwk` in the protected header rather than a `kid`, and sign the request...
I've just noticed that, although #12 is still open, the UI now quotes all quantities in items/minute. This makes me sad, as it's a lot harder to do mental arithmetic...
Having the only trigger for a refresh of the JWKS be the presentation of a token with an invalid kid is a neat approach, but suffers from the risk that...
Somewhere in the last few years, since 41a334b4 (which came from [this mailing list post](http://rubyforge.org/pipermail/rake-devel/2008-May/000444.html), I believe), `ARGV` has once again started getting mangled by option parsing. Since I've recently...
Expose the fd that should be watched to see activity in the client. Useful for things like EventMachine to hook onto.
The following (Ruby) code hangs reliably: ``` require 'hyperdex' c = HyperDex::Client::Client.new('localhost', 1982) c.loop ``` I would expect `c.loop` to raise an exception instead, the same way this code does:...
### Code of Conduct - [X] I have read and agree to the GitHub Docs project's [Code of Conduct](https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md) ### What article on docs.github.com is affected? https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idruns-on ### What part(s)...