John Farrow

Results 48 comments of John Farrow

I think an option to just have the bar there permanently would be useful

It's in a Jasmine spec, not in algolia module. I am struggling to pin what exactly is causing it, but am I wrong in thinking that **all** requests should be...

The examples on the front page make it appear that we do not need to specify a path or a domain, just that we want to intercept (fauxJax.install) On Wed,...

so assuming I have done that before any tests run (which I have), what other conditions could lead to this errror being triggered?

hmm, not using either of those methods :/

If I comment out line 68 of index.js ``` js //this.emit('error', new Error('faux-jax: received an unexpected request: ' + req.headers.host + req.url)); ``` I get a string of `fauxJax.remove is...

Okay, so that was me being dopey. I was using remove instead of restore. The first half of that comment still stands. I need to remove that error in order...

My tests pass, but only if I comment out line 68 of the fauxJax index.js

I fixed this issue by disabling the errors. Currently I am building from my own fork, but would prefer to pull back into the project. Is it worth making the...