Joe Walnes

Results 38 comments of Joe Walnes

This is actually an issue in the jison.js dependency. A few options: 1. As part of the build file we find and replace all "require" refs to something else, e.g....

Thanks for this. I tried the examples and they don't seem to work. I don't see any loading errors or JS console errors. Any idea what's happening? http://rawgit.com/jaz303/filtrex/npm-module/example/highlight.html Does any...

Makefile doesn't work out of the box: $ make ./node_modules/.bin/browserify -s compileExpression index.js > filtrex.js /bin/sh: 1: ./node_modules/.bin/browserify: not found make: **\* [filtrex.js] Error 127

That should be in the makefile. On Thu, May 15, 2014 at 9:40 PM, Sean Brewer [email protected]: > @joewalnes https://github.com/joewalnes, make works for me. Make sure > you run npm...

Hmm. Which python do you have? I've only tested with 2.7

Filtrex does not support nested expressions. I haven't added it because there's a lot of edge cases I'd like to think through first. To handle this, you'll have to write...

It's a dilemma I've been wrestling with too. A config file is separate issue. A few users have requested a config file instead of cmd line args and I see...

BTW a huge +1 from me on this. There was one I used a while back (I can't remember the name, I think it was written in Ruby, or possibly...

- improved documentation, tutorials, cookbooks, etc - easy installation from standard package managers (apt-get, brew, chocolatey, etc) I'd also like to see if there's features we can _remove_ or cleanup...