k0001
k0001
> ```haskell > refine :: (a -> Either Text b) -> Statement params a -> Statement params b > ``` I agree that something like `refine`, or generally speaking, something...
For what is worth, I uploaded to Hackage a library called [serialise-uuid](https://hackage.haskell.org/package/serialise-uuid) that exports both the `cborg` encoder and decoder at [`Codec.CBOR.UUID`](https://hackage.haskell.org/package/serialise-uuid-0.1/docs/Codec-CBOR-UUID.html), and an orphan `Serialise` instance from [`Codec.Serialise.UUID`](https://hackage.haskell.org/package/serialise-uuid-0.1/docs/Codec-Serialise-UUID.html). It...
I agree this is required. I was bitten by this too just now: ``` haskell > runRedis conn (del []) Left (Error "ERR wrong number of arguments for 'del' command")...
I favor switching to `NonEmpty`, by the way.
A while ago I made some changes to it to address this concern. I haven't tested it extensively though: https://github.com/k0001/hedis/commit/4b6445018ccfb81a28d03906ac34fc39f7feb8ff?w=1
I'm currently handling this through NixOps, but it is a pain point. I think that if Hercules is going to make it easier for companies to adopt Nix, then alternative...
I'll open an issue for that.
#hercules-ci you mean? I'm there :)
See https://github.com/NixOS/nix/issues/950
Here's my proposed solution to the HTTP credentials issue: https://github.com/NixOS/nix/pull/1215 If/when this is accepted, then we can figure out a way to have Hercules generate user and passwords for accessing...