Jonathan Daugherty

Results 356 comments of Jonathan Daugherty

@chhackett thanks for your offer! I don't know whether @noughtmare still has plans to pick this back up so I'd like to hear from them first. Looking back at the...

Thanks for your patch! I'm curious how you know that this is faster if you don't have benchmarks.

Thanks! I haven't seen one of these graphs before, so I'm not sure how to read it. Is the larger `writeAttrSet` an indication that something else took up less time?...

This set of patches had fallen off of my radar so I started doing a bit of testing to refresh my memory. I tried this PR with [tart](https://github.com/jtdaugherty/tart) and the...

It's possible that exception is actually due to `tart`'s own use of mutable vectors. I'll investigate and see whether that's the case.

Oh, I'm wrong - `tart` uses mutable arrays, not vectors.

That makes sense to me, thanks for spotting that!

Thanks, @cjenn. @JeffreyBenjaminBrown As for the other built-in colors such as `white`, it comes down to the terminal emulator's choice of colors. The palette used for the 16 base colors...

Thanks for reporting this. Looking into this, it appears that we're inadvertently depending on `mtl` for `forM_` in that module because the `mtl` modules re-export `Control.Monad`. Presumably the re-export went...