Mark Karpov

Results 220 comments of Mark Karpov

This usage is not supported right now. Zip uses offsets to specify start of file headers, and when you prepend something to zip archive these are no longer valid. `unzip`...

Do you want to prepare a PR? That would be the fastest way forward.

I think it is a great idea. Would you like to turn it into a PR?

* `Text.Megaparsec.Debug` is a good place for this new type class IMO. * `dbg` becomes a method of the new type class, I do not see any problems with this....

This is the state by default, isn't it?

Thanks, this is indeed much clearer. The way it works has to do with the fact that `modalka-mode` is a minor mode. Therefore it takes precedence when Emacs decides what...

RFC 3986 is quite dense. It looks like unless a URI is a "Relative Reference" (basically it is something without a scheme), then `:` is allowed in path segments. Otherwise...

This should be fixed now. 0.3.6.0 is on Hackage.

Hey @j-mie6, that's a good catch. I think there is really no reason why we shouldn't modify both `p` and `q` in this case. I have opened a PR that...