Potato Hatsue
Potato Hatsue
Haven't seen you for a long time >_< Actually, I didn't aware that cabal can produce `plan.json` -- which describes the dependency information, and can be operated by cabal-plan --...
`arch-hs` works fine now, but a full-featured SAT solver can make contribution to checking the consistency of target packages, i.e. it would warn us if there is no available build...
Could you try running them in `-j1`?
Use `--test-option=-j1`. The `-j4` in the code means threads used by ghcide, but here we want to run test cases sequentially.
I hit the same issue at 9.2.7. Writing the type signature by hand still (with `NoMonomorphismRestriction` enabled) doesn't work. I tried `fooName :: forall f. Functor f => Lens' (FooT...
I chose `authentik Self-signed Certificate` as both _Signing Key_ and _Encryption Key_ in the provider in Authentik. Removing it from encryption key solved the issue. **Original issue:** I'm having the...