Gustavo Bicalho
Gustavo Bicalho
(Some previous discussion at https://github.com/haskell/docker-haskell/issues/76) # Problem The existing devcontainer for haskell is based on the `haskell` images from https://github.com/haskell/docker-haskell. These images provide specific GHC/cabal versions, which is a good...
Use case: we intend to use stacked fragments to create a card stack. A card needs to know that it's not on the top of the stack so it can...
Smallest reproduction I could build: ```haskell module Specs.ConvergenceSpec where import Control.Monad (guard) import Data.Either qualified as Either import Data.Type.Rec (RecF) import Language.Spectacle import Test.Hspec (Spec, hspec, it, shouldSatisfy) main ::...
Would be nice to see what connecting, producing to and consuming from a message queue would look like. This may also require some more advanced way of wiring up dependencies...
Currently Config.Loader logs errors as simple messages to stdout. An improvement would be to use some library for this, and also allow us to log errors from controllers. Libraries I...