Poscat
Poscat
**Completed checklist** - [x] I've checked the issue tracker for similar issues. - [x] I am not creating an issue about adding more configuration options for the styling/layout of hindent,...
The usefulness of the Default class came from its ability to generically derive `Default` instances. I would argue that adding a `GDefault` instance for sum types (which selects the first...
Is it possible to use the system compiler if it's already available in `PATH`?
Hi, the version bounds on Hackage are out-of-date. Could you please make a revision?
## What version of V2Ray are you using? This bug is server side and has happened once on 4.43 and once on 4.44 ## What's your scenario of using V2Ray?...
Right now the only way to restart mypy daemon is to do it manually in terminal. Also the daemon stays up even when exiting PyCharm. It would be nice to...
Lower bounds are useful when implementing type safe methods of (classes that are covariant with some type) that take argument of some other type. For example, the method [`updated`](https://www.scala-lang.org/api/current/scala/collection/Seq.html#updated[B>:A](index:Int,elem:B):CC[B]) of...
Tbh I don't know if haskell-ide-engine supports c2hs files.
Right now nixpkgs defaults to enable profiling.
Closes #827 This PR adds a `SumEncoding` variant `TaggedFlatObject :: String -> SumEncoding` for encoding and decoding JSON objects whose tags are on the same level as the contents (hence...