Evan Relf
Evan Relf
This probably isn't the best place to put this, but oh well. I've been enjoying your Nix videos on YouTube, as well as the [comma](https://github.com/Shopify/comma) tool you've worked on, so...
Some of the color schemes fade to white, which makes the characters blend with lighter backgrounds. Maybe instead of fading to white, they could fade to black?
## Todo - [ ] Document concurrency / supervision / process tree semantics - When a parent actor dies, it's children get killed - When a child actor dies, it...
`s/digialocean/digitalocean`
I would like to have access to a `BoundedChan m a` in my app's monad, but I hit a wall due to the `m` type variable annotating where the channel...
It would be really cool if there was support for [Haskell](https://www.haskell.org/) so that people could build their [Hakyll](https://jaspervdj.be/hakyll/) static sites through Netlify!
Fixes #26
I think `Compat` should have a `Clone` impl if `T` has a `Clone` impl, for example if you've used `Arc` from [async-dup](https://github.com/smol-rs/async-dup).
For example, if I have this data type: ```haskell data Person = Person { name :: Text , age :: Natural } ``` If I invoke [`deriveEsqueletoRecord`](https://hackage.haskell.org/package/esqueleto-3.5.8.1/docs/Database-Esqueleto-Record.html#v:deriveEsqueletoRecord), I'll get a...