Results 20 comments of Jeff Lembeck

@johnbender The `initial` issue has never been addressed by me and is an excellent thing to take on.

So, this is most definitely an issue with two different environments/setups, one installer to rule them all (the node phantomjs installer). I need to think on this, but unfortunately we...

A quick fix, but likely one you don't want, is to: 1. Wipe out your `node_modules` folder 2. Wipe out your global installations of `phantomjs` 3. Run `npm install` again...

@bitinn - that's an A+ feature request. Lemme see what I can do about that when I can (it might be a few weeks, a bit stacked right now). Thanks!

There is not right now, there most definitely should be. I'm sorry we haven't gotten to it :(

We have a `forceInclude`, I think a `forceExclude` is a reasonable option.

Going to expand on this - should also add the ability to pass in headers. Make it as close to a real request to a page as possible.

@cesardgo you'll also want to update https://github.com/billyvg/pokemon-journal/blob/master/app/api/pokemons.js as that is where the `num` for the `meta` attribute is pulled from. Sidenote: do you have the baseStats.json updated? (because I'd totally...

@cesardgo here's my current pokemons.js file: https://github.com/jefflembeck/pokemon-journal/blob/71484172053bb2b478386b5481d8ac6d077c7df6/app/api/pokemons.js I'd _love_ the new baseStats.json if you've got it (i'll make a PR to this repo once I have that)

Hi. I'm wondering what the exact feature request is here and if you can include an example of what you're trying to do in the documentation. Thank you.