Adriaan Knapen

Results 3 issues of Adriaan Knapen

The [minimal README.md](https://github.com/kylelobo/The-Documentation-Compendium/blob/master/en/README_TEMPLATES/Minimal.md) template has a link to "Deployment" in the intro of "Getting Started". However, this section is by default not present in the template. To me, it seems...

I was getting the following error: ``` ...\http2-push-example\src\server.js:28 pushStream.respondWithFD(file.fileDescriptor, file.headers) ^ TypeError: Cannot read property 'respondWithFD' of null at stream.pushStream (...\http2-push-example\src\server.js:28:16) at process._tickCallback (internal/process/next_tick.js:63:19) ``` [Apparently](https://github.com/nodejs/node/issues/18490) the [HTTP2 API](https://github.com/nodejs/node/pull/17406#issuecomment-356661798) of...

Simple fix, although trivially also raises the required version of Node.