Daniel P. Brice

Results 26 comments of Daniel P. Brice

Sorry I let this sit for so long. Thank y'all.

> in most cases handling TLS is a reverse proxy's responsibility This is a compelling point to me, yeah. > it's just a matter of calling `warp-tls` on top of...

Agree with others here. 1. Do what the ancients did. Add `compareLength` to `Data.Foldable` and re-export that from `Data.List`. 2. And drop the `Num b => b`. It's more trouble...

Thanks, @ilyakooo0! I actually tried this, following the advice on their readme (https://github.com/mpickering/hie-bios#ignoring-directories-1). My config looked like this: ``` cradle: multi: - path: "./.cache" config: cradle: none: - path: "./"...

Oh, I am a fool! That error is being reported in `~/.config/...` not in `/.config/...`. Maybe this is a different problem, then. I get build errors and Multi Cradle errors...

This is what I'm seeing every time I open my project: Here are my config files: * hie.yaml ``` cradle: cabal: - path: "./src" component: ... - path: "./test" component:...