Dmitrii Kovanikov
                                            Dmitrii Kovanikov
                                        
                                    @CThuleHansen Indeed! Thanks for the reminder 🙂
@initial-mockingbird This is a bit more nuanced. I imagine, I'm going to implement colouring entirely from scratch in Iris and I haven't figured the proper design yet. Another disadvantage of...
Hey, @dariodsa. I see there are still some conflicts in this branch with the `main` branch. I believe, you need to resolve them, before this branch can be merged. You...
Hey @dariodsa! The changes in this PR look great 👍🏻 Thanks for resolving conflicts! I see, that the code mentions the `Colourista.Mode` import and the `HasColourMode` constraint in some functions....
Since `text-2.0`, `Text` is now a UTF-8 array of bytes. I'd love to move the entire API towards `Text` for consistency so yes, the existing situation around having both `ByteString`...
@JonathanLorimer A good starting point would be to patch the `runEIO` function: https://github.com/kowainik/eio/blob/4a09370351bd5a24754672853d1be147fa28ef52/src/EIO.hs#L65-L66 So instead of simply checking for an empty type-level list of exceptions, we can write a better...
I second this feature request by @dramforever. It would be nice to call `hie-bios` for a list of modules, like this: ``` hie-bios flags --json-output Foo.Bar Test.Module ``` and have...
Part of the API improvements are described in: * https://github.com/chshersh/iris/issues/67#issuecomment-1264338519
@vrom911 Good catch! That's an unpleasant situation 😥 Because there always will be a chance that the `policeman` will be built with a different version of GHC from what people...
Probably this requires to support GHC-8.8.1 first in `hash-store`... But I have plans to remove `hash-store` from dependencies (see #39 for details). After that, it should be slightly simpler to...