Jonathan Miles

Results 8 comments of Jonathan Miles

In case it helps, I've found two more examples of what I previously reported as Bug 1. Example 1 ``` html ``` ``` javascript ReferenceError: Can't find variable: gapi ```...

I think what we're asking is why is the html-inspector throwing JavaScript errors? If it doesn't inspect scripts why is the cli output referring to a JavaScript variable, or part...

In phantom-runner.js in your page.onError handler you're re-throwing JavaScript errors from the page and then exiting. You don't need to do this, the JavaScript errors do not affect the HTML...

Thanks for your effort in attempting this feature. I can see it may have taken you some time to implement. However, during my testing I did come across a number...

I think a filtered node state would be preferred. Something I want to be able to achieve in the near future, is the ability to save a tree's state and...

Thanks @LbISS this seems like a beneficial improvement. Please could you do us a favour and edit the PR so that it branches off / merges into `develop`. There has...

@kapilwhaval I think you do not understand the authors code? Unsubscribe is not being called, the return function is a destructor only executed when the app is dismounted. The code...

@UsmanGhani6217 No `details[firstName]` does not work, how would this every work in JS if the object is null?! I think you didn't read the question, it says `optional` nested object.