Mitchell Dalvi Rosen

Results 284 comments of Mitchell Dalvi Rosen
trafficstars

Sounds good! > I think that the only solution to this would be to extend the bar plot function so that it understands and can render error ranges. I can...

I think this PR could be closed, as this package has changed hands and been re-implemented here: https://github.com/scrive/pool I'll also note that the new implementation bears a lot of resemblance...

https://hackage.haskell.org/package/safe-exceptions is available, recently reimplemented by https://hackage.haskell.org/package/unliftio. I'd like to see this package to move from `MonadBaseControl` to `MonadUnliftIO` if possible. I'm happy to provide a patch if the maintainers...

Yes, there's already a pull request for this, see https://github.com/bitc/hdevtools/pull/28

I agree syntax highlighting looks a bit bland in Haskell, but I'm not sure I understand the explanation above, nor the fix merged into `gruvbox-community`. Looking at the syntax definition...

> What is wrap and why don't we want haddocks to show for it? I guess because it's an internal implementation detail? The default implementation just prevents the line "Minimal...

> we end up needing to re-create giant Names and PPEs any time the perspective changes Does this mean when we `cd` we pay this big cost?

Vacuuming after each pull sounds fine to me. That said, I don't think the size of the unused space would continue to grow monotonically with each pull. It's more like...

I just learned a couple things from https://www.sqlite.org/lang_vacuum.html > A VACUUM will fail if there is an open transaction on the database connection that is attempting to run the VACUUM....

Oh, I'm not sure if the documentation is simply referring to statements that have sent a `BEGIN` but not a `COMMIT` yet. If so, well, that's expected. But initially I...