Cies Breijs
Cies Breijs
Thanks! I've also learned a bit about dithering, but figured out that it is not needed and truncating would be enough for now. About the refactoring: I would not know...
@hasufell Friday has it's DevIL dependency in a separate package [friday-devil](https://github.com/RaphaelJ/friday-devil). I hope some day we can use JuicyPixels with Friday, thereby avoiding the extra dependencies and having a all-in-Haskell...
It looks good. I want to merge it, but still feel it lacks some sort of tests. Maybe not needed for "pretty printing", but some might use it for more...
I also wonder if it is not better to ship this as a separate package `htoml-pretty`. This seems to be a common way to add a pretty printer to a...
Sorry all involved. I had you wait much longer then should have. And thanks @ChShersh for chiming in. So 3 is a crowd and thus PP is now the most...
Did you really miss this feature? I never ran into it. But then it is good to see the lib being used beyond the initial scope :) It should be...
This is a very interesting issue. Thanks for reporting it.
I've made a test case for it: https://github.com/cies/htoml/tree/fix/issue-16 @HuwCampbell This issue will need --as I can see it-- quite serious overhaul of the "implicitness tracking logic"; as we need to...
Thanks for pointing this out. I'll leave this issue open as a reminder; if a htoml-lens package will ever see the light of day we can look into this direction...
> This feature is crucial, at work we have around 350 model classes... Agreed. The big point of Kotlin seems to be "stronger typing", and carrying types between FE and...