Frederick Pringle
Frederick Pringle
The `Lam`, `Pi`, `Combine`, `CombineTypes`, `Prefer` and `Equivalent` constructors of `Expr` all have a `Maybe CharacterSet` field, without any documentation describing what a `Nothing` would signify in this context. Based...
Does anyone have any experience building a haskell + lambda docker image using `nixpkgs`'s `dockerTools` and `cabal`, instead of `stack` and the provided Dockerfile? I've tried a few strategies but...
Hi! Quite new to Dhall so sorry if this is a dumb question. I'm in the process of converting our entire GH CICD to Dhalll. Github workflow files extend the...
It would be great to give the option to extract dynamic variables from the git (local or global) config, such as author and email. I assume there's an equivalent for...
Hi, maybe I've misunderstood but it seems like hydroxide lets us set a specific bridge password using the environment variable `HYDROXIDE_BRIDGE_PASS` for most commands _except_ `hydroxide [serve|smtp|imap]`. Am I wrong?...
Hi, not sure if this is the right place to ask, but I have an issue regarding `Show` and `Eq` instances for `NP` and `NS` types of functors that don't...
Tiny PR adding an `Ord` instance to `TableIdentifier` so that I can use it as a key in a `Map` in [effectful-opaleye](https://github.com/fpringle/effectful-postgresql/tree/main/effectful-opaleye). I understand there's an argument to be made...
Hi there! Are there any plans to support the [TRUNCATE](https://www.postgresql.org/docs/current/sql-truncate.html) command in Opaleye? At the moment if we want to clear a table we have to do `DELETE FROM ......