Dennis Gosnell
Dennis Gosnell
It would be great to have a `Show` instance for [`Headers`](https://hackage.haskell.org/package/servant-0.18.2/docs/Servant-API-ResponseHeaders.html#t:Headers). I imagine this would generally be used during debugging while writing tests. The only slightly difficult thing here would...
`stack.yaml` has a top-level `flags` key to specify Cabal flags to pass to any package: https://docs.haskellstack.org/en/stable/configure/yaml/project/#flags It would be nice to for `stacklock2nix` to interpret this list of flags and...
When trying to build `guardian` from Hackage, it appears that `guardian-0.5.0.0` is missing an upper dep on `stack-2.13.1`: https://github.com/deepflowinc-oss/guardian/commit/d02b151164b1eeff3a856e665e8316c17eb1b784 Maybe you could make a revision specifying this upper bound?
Termonad is currently using GTK-3. GTK-4 was released a few years ago, and will likely become the standard widely-used version of GTK. I don't have any immediate plans to move...
## Description This commit fixes the parsing of messages that aren't JSON-formatted. In specific, any non-JSON-formatted message that happened to contain the string `"attachments"` or `"text"` was incorrectly treated as...