Harry Garrood
Harry Garrood
Not sure if this has been resolved already, but this might help: > I assume that I upload the JQuery file to my site... Yes - if a web component...
Just so you know, this library is more or less unmaintained. Aeson now provides errors which are more or less on par with this library’s; the only reason to use...
I also just remembered that this was proposed previously and I wasn’t keen on it then: https://github.com/hdgarrood/aeson-better-errors/issues/4
I agree that this would be cool. My initial instinct is to leave all the existing stuff alone and provide this behaviour via a new newtype - I don't think...
Sadly we can't give `` an Alternative instance because it wouldn't be law-abiding - there's no identity element for it.
Sorry, I mean we can't give `ParseT` an `Alternative` instance using the current ``.
That wouldn't be an identity unfortunately, since we need `p empty` to be the same as `p`. This won't be the case if `p` fails, because you'll get a parser...
`Alt` looks ideal, I'd be happy with that.
I agree that, where possible, using transactions within tests is great. Unfortunately, this is unworkable for the situation we're in, which I think is pretty normal - we want to...
You need to install the gem `therubyracer` for `require 'v8'` to work.