Domen Kožar
Domen Kožar
Sometimes you always expect `null` in a certain field and it would be great if that could get decoded to `()`.
Seems like the api is unexpected: ``` scenario(filename, name) scenarios(folder) ``` So one would expect following to give a better error: ``` scenarios('foo.feature') *** AttributeError: 'NoneType' object has no attribute...
Add support for _automatically_ building and caching all flake outputs. https://docs.cachix.org/pushing#flakes
Currently the action does a diff before/after the build, which won't work reliably then there are multiple concurrent jobs running on the same machine.
Expected would be `[]`.
I have yet to figure out how to build the cabal project for the cookbook.
This got me confused: data Headers ls a = Headers (getResponse :: a) (getHeadersHList :: HList ls) Expected: data Headers ls a = Headers (getHeadersHList :: HList ls) (getResponse ::...
I'd like to argue that it's a misfeature at this point due to: - cookie is always present, which makes things like caching harder - it's really hard to get...
This is useful since the user may want to pass no authentication when calling the client, for example when authentication is optional on the server side.
https://nix-cache.s3.amazonaws.com/log/7liljvzs9fbj1844y4iw0agnqlbmwfcd-servant-auth-client-0.3.3.0.drv ``` Failures: test/Servant/Auth/ClientSpec.hs:68:3: 1) Servant.Auth.Client, The JWT combinator, HasClient, fails when token is expired uncaught exception: IOException of type ResourceExhausted /dev/urandom: openFd: resource exhausted (Too many open files) (after...