wing
wing
Thanks for starting this discussion! Here are some of my thoughts: - I'm thinking at a minimum the abilities of the programmable interface should match the abilities of the command...
I'm using [SlimerJS 0.10.0](https://github.com/laurentj/slimerjs/releases/tag/0.10.0) @awlayton.
I have a feeling that the problem caused by using `.call` rather than `.apply` in this situation is a lot more expansive. This is coming from a case I just...
I'm certainly open to putting a PR together for this. However my time is also limited so it won't be something I'm prioritising right now.
Duplicates #187 😵 which @minhchu was able to submit 40 seconds before this one.
It's interesting that the `onLoadFinished` event is triggered twice: ``` horseman phantomjs onLoadFinished triggered +899ms success 1 horseman phantomjs onLoadFinished triggered +103ms fail 2 ``` One with `success` and the...
Test case above submitted by @minhchu does not reliably reproduce the issue. 😕
Another case where the `onLoadFinished` event was triggered more than once: ``` horseman using PhantomJS from $PATH +0ms horseman .setup() creating phantom instance on 12406 +5ms horseman phantom created +492ms...
My Node.js version is **v4.4.4** and my OS is **OS X El Capitan v10.11.4**.
I have a similar issue when using `useLazyQuery`, although I think it affects queries of all fetch policies, not just `no-cache`. Issue even occurs even across Apollo cache clears. Reproduction...