Elliott Foster
Elliott Foster
I've updated the compress.cc code to handle the removal of node_events.h. I'm not 100% sure Iv'e done this correctly, but the test scripts seem to work. FWIW, I found this...
I am building an API that will support a `PURGE` method, similar to how some caches do (e.g. [varnish](https://www.varnish-cache.org/docs/3.0/tutorial/purging.html)) but the apiary blueprint seems to be ignoring these methods. For...
I came across this behavior while using ptera to parse ISO strings without milliseconds. It's clear from the tests that this is the intended behavior, but I didn't notice this...
Some APIs use the `accept` header to negotiate the correct version to serve but it doesn't appear to be possible to set this during instantiation. Furthermore, nodeunit-httpclient assumes that if...
This replaces the dependency on resolve with node's native require.resolve method which supports custom paths as of [node 8.9.0](https://nodejs.org/dist/latest-v8.x/docs/api/modules.html#modules_require_resolve_request_options). This will address false positive findings related to [resolve's `monorepo-symlink-test`](https://github.com/browserify/resolve/issues/312) file.