Peter Johnson

Results 297 issues of Peter Johnson

The function twiddler.addGroup is not available. The examples given in the README file do not match the current state of the twiddler master branch. Maybe this commit is missing? https://github.com/waptang/supervisor_twiddler/commit/ab76aacde2fbea653ad7dd64e61eab141990f8fe

heya, I'm trying to cross-compile a binary containing this library from my host OS of `ubuntu linux` for `arm` `darwin` and `windows` but I am getting the following error: ```bash...

Heya, I was wondering if there was some functionality which allows *reversing* the parse process to *generate* a `Cache-Control` string value from a `ResponseCacheDirectives` struct? My usecase is that I...

Allow throttling of the request concurrency to limit the amount of tests running in parallel.

tests failing on `0.10`. likely an easy fix as per: http://stackoverflow.com/questions/21992657/node-js-spawned-process-is-generating-error-execvp-no-such-file-or-directo

On slow connections the socket can hangup. The following happened in the car, on 3g. ``` events.js:71 throw arguments[1]; // Unhandled 'error' event ^ Error: socket hang up at createHangUpError...

1 - Ready

Support for train tunnels and poor internet access. Catch DNS resolution errors: ``` javascript events.js:71 throw arguments[1]; // Unhandled 'error' event ^ Error: getaddrinfo ENOTFOUND at errnoException (dns.js:37:11) at Object.onanswer...

W3C HTML validation could be useful

Allow developers to write tests in js and other languages that trans compile to js. Provide documentation.

Switch http.request to an adapter and allow developers to use their favourite http client library. Related #15