osher

Results 83 comments of osher

if the jscoverage gives you trouble, consider not supporting it on windows. But I think that exposing **_expresso**_ on windows will only do god to the project, to the TDD...

Anybody? Without the fix in the pull-request it produces an error on windows..

Hi, I have a mono repo of about 30 services and about 80 packages, the bulk of them is nodejs. the output is so big that the builder trancates it...

I'm a windows user, I have some problems with running the tests. having `istanbul` installed `-g`, I'm using ``` istanbul cover test/run.js ``` I get two tests failing, and have...

the CI is set to support node 0.8 - which is officially discontinued and not supported any more... https://github.com/nodejs/LTS

mm. looking on the CI output - I speculate the tests that are failing are tests 'borrowed' from mongodb v1. I have to let it off brother for now, I...

@whitlockjc - same question here. If it'd help if I join the effort - please contact me. `theganyo` has my private mail as I did some PRs for swagger-node-runner /...

Guys, I suppose it's down to us to fork and get on with it. Or maybe start from scratch in pure ES7 porting the good stuff. Sadly, my current occupation...

wow. I missed these mails. Anyway - no, I did not mean fork as in lets split into a new copy, but as fork - the first step in working...

The change does not have to be breaking. You can introduce new APIs: `#getSampleBody()` - explicit name, alias to `#getSample()` with backward compatibility `#getSampleHeaders()` - what I need `#getSampleResponse()` -...