David Luposchainsky

Results 72 comments of David Luposchainsky
trafficstars

Back from summer hiatus! Sorry for the late reply. I don’t think `String` is important enough to break a leg over it to be honest! A short remark about this...

I see the point, but it’s a huge breaking change for a very specific use case that I don’t think flies without a significant, popular use case. A new, type...

I included ribbon width originally because it was in ansi-wl-pprint, and I didn’t research its necessity enough. I totally agree now that it’s probably not a very useful concept. Not...

**For solving this issue:** Promising find. Making SLine non-strict sounds like a plan. I think it’s always been strict, maybe I added it in order to avoid the pathological »foldl...

There’s not enough supply or demand for this feature. ;-)

You could easily implement this though if you needed it! Just extend [`data Color`](http://hackage.haskell.org/package/prettyprinter-ansi-terminal-1.1.1.2/docs/Data-Text-Prettyprint-Doc-Render-Terminal-Internal.html#t:Color) by a field `RGB Word8 Word8 Word8` and follow the compiler warnings to implement it. `ansi-terminal`...

Yes, I’m open to it! I’d like to keep the feature small though, without too many color management bells and whistles.

Re-closing due to renewed disinterest ;-) A PR implementing this would still be welcome though.

The problem is that `` is not concatenation, but »put a space between these, no matter what«. We could do something similar to what GHC does – remove duplicate empty...

See also the regression discovered in #205 on why post-precessing trailing whitespace isn’t such a bad idea ;-) I’ve seen the trailing whitespace cycle a couple of times now –...