Aaron Dufour

Results 8 comments of Aaron Dufour

This might actually be a browserify issue. I've submitted a PR there, so we'll see.

I agree about not installing globally, but you should be running command-line tools from `node_modules/.bin` rather than reaching into the individual node module directory. That seems to be working for...

This is still a problem, and seems to me to be clearly a bug. `on_handler_error` is the wrong place for this exception, as the handler is not the origin of...

I don't really understand the rationale for why you would want this. It sounds like `Angstrom.scan` simply isn't the function you should be using - wouldn't it make more sense...

The `fix` combinator is convenient, but not actually necessary. You can see in my comment [here](https://github.com/inhabitedtype/angstrom/issues/202#issuecomment-645972306) how you could implement a recursive parser without `fix`. You can do the same...

Thanks for the tips! I got that mostly working (I added a few deps to handle the missing libs, and had to update the install steps to install all of...

I don't know of any ways to do that with javascript. I'll give it a shot if you find one.

Since this is a bookmarklet rather than an extension, I don't think option 1 will work. Option 2 looks interesting, although keep in mind that it approximates a screenshot by...