Pete Cooper
Pete Cooper
Yeah would be nice, I've actually mentioned this on #78 but not really had the time to work on those. The idea on #78 was it'd give a list of...
@spawnia I agree on your approach on it being an entirely opt-in feature through the `@select`. I've been following this for a while as I have one table that has...
Hey, can you provide some example of what you are trying to do?
Hey, haven't had much of a chance to look into this... by foundation-cli is this the inky-cli that you're using to compile it?
Hey thanks for reporting this, it looks like you've already got `symfony/css-selector` v4.0.4 installed and this conflicts with this package which works with lower versions - I'll have a look...
I had seen that feature in Nightmare. I'll look into adding this. Currently you could probably do something like... ``` js ph.open('test.com') .then(function () { return new Promise(function (resolve, reject)...
Have you tried calling `.once` before `.open`? I think you need to be listening for `onUrlChanged` instead, I'm not sure but `onLoadFinished` might only be called once the final page...
No need to close the issue it's entirely valid. Did you get anywhere on your PR?
Sounds fine to put in but to just add a note in the documentation that it won't work if not using 2.0.1
Not too sure, could be how you are doing catch/finally before the each, probably best to wrap that e.g. ``` js function doThing(domain) { return ph.open(domain) .evaluate() //etc etc .catch()...