Jonathan Barnett
Jonathan Barnett
A little late to this but I think the following may be contributing to the issue. ``` javascript // Overwrite the write function res.write = function( chunk, encoding ){ if(...
I realised this almost solves eval. I need to ensure eval is processed before assigns
Hey Andrew, I think you can disregard my previous comment. After submitting the PR I re-read the docs and thought I had only partially solved the implementation. I've since read...
You've been busy. I like it. On 16 March 2015 at 21:25, Andrew Dodson [email protected] wrote: > Merged in changes for individual spec files. > > The shared spec's for...
Late to this but I too needed to have more HTTP options available and be able to support the host environment HTTP_PROXY. I ended up creating my own stream using...
@JuanCaicedo thanks for reviewing. I think it could be a non-breaking change since all event names are defined in one place. https://github.com/jimhigson/oboe.js/blob/79a99f596e1d69c9ce229499cea0aaf555fae68a/src/events.js#L27 Emitting both events could be an option but...
I'm having the same issue. I tried using `V=1 npm install dtrace-provider` as suggested above however it did not output anything. Using node 0.10.34
Actually I was just able to get the following error. ``` > [email protected] install /Users/.../app/node_modules/dtrace-provider > node scripts/install.js fs.js:555 return binding.rename(pathModule._makeLong(oldPath), ^ Error: ENOENT, no such file or directory '/Users/.../app/node_modules/node_modules/dtrace-provider/compile.py'...
Hi @filipiz are you able to show me a simple example of your context config? It could just be a simple case of tweaking it.
Hi @filipiz if I understand correctly you wish to when running "context:development" send emails to your email address instead of 'user1@nextt' when you process the expectations. If that's the case...