phlummox
phlummox
Sure. As I said, I don't know what exactly the libraries are needed for, nor how essential the functionality they provide is. (I seemed to run into problems when PCRE2...
Well, as I mention in the original issue, versions from 6.1.5 through to 6.1.12 seem to work fine. But if you can't use those, then I think you may simply...
> In case either of you are interested, a lot of the nice properties from `pweave` can now be found in `quarto`, which uses python natively and has support for...
Hi @gbaz, thanks for that. I'll try with a current checkout of the repo when I get a chance, and let you know if I observe the same behaviour. Cheers!
Oh - I just realized that says "page is manually updated with information regarding service status by haskell.org admins", which doesn't seem to be an ideal way to do things,...
From what I can tell, it seems that https://github.com/haskell-infra/haskell-admins is the place to report problems with http://status.haskell.org/, so I've raised an issue over there: https://github.com/haskell-infra/haskell-admins/issues/9
Cheers. I have sent an email to [email protected] inquiring about helping out - not sure how much time might be required, but thought I'd check.
Vipul: documentation is supposed to document the *intended* behaviour of a piece of software. As an outsider to this project, I don't know what you (or other) contributors *intend* the...
Okay. So it looks as if this involves amending [mayFail](https://github.com/haskell-hint/hint/blob/68af39a21acca00ce9ea692709095c4ea2bda07e/src/Hint/Base.hs#L161), which currently looks like this: ```haskell mayFail :: MonadInterpreter m => m (Maybe a) -> m a mayFail action =...
Agreed - amending the monad would be much more composable. I had thought there were issues with using `WriterT` and `StateT` with `MonadMask`, hence my not suggesting that - but...