Alexander Kjeldaas

Results 78 issues of Alexander Kjeldaas

The readme describes basic usage, but when the basic setup doesn't work, it's hard to know what to do. There should be some command to run in order to test...

enhancement
help wanted

I'd like to understand how this compares to: https://nixos.wiki/wiki/Installing_from_Linux Also, how this compares to downloading a NixOS ISO and starting some sort of installation procedure from that ISO, if that's...

What I most often need is something that is rate-limited by some external service. Say I must guarantee that I don't do more than X requests/second. I'm not sure if...

I'd like the daemon to be able to use the native credentials passing mechanism on Linux, namely SO_PEERCRED or SO_PASSCRED http://linux.die.net/man/7/socket http://hackage.haskell.org/package/network-2.0/docs/Network-Socket.html#v%3AgetPeerCred

This is very cool stuff. Would it be possible to reuse some of this on a website?

There are various ekg packages on hackage, for servant, wai, prometheus. Sometimes multiple implementations that seem to overlap, for example for wai. Some sort of overview of this eco-system should...

I have a feeling that most people use async/await in new code, and none of the examples use it. Also, from browsing random issues, better tests will be written using...

I see that both cryptojs and sjcl encodes strings as utf8 before hashing. It would be a nice-to-have to document this in the string APIs. So if strings are used...

enhancement

In some cases it's useful to encode and decode jwt tokens, or encrypted jwt tokens (jwe). JWT is just authenticated (+ optionally encrypted) json, so having support for handling "secure"...

enhancement

Not for merging, but is this split reasonable?