Zbynek Konecny

Results 140 comments of Zbynek Konecny

@jirikrepl is it also OK if you keep the latest http-server and update node to the latest 12.X, 14.X or 16.X?

I guess `baseDir` option proposed in https://github.com/http-party/http-server/pull/294 is what you want. Alternatively you can create folder `build/path` and let `http-server` serve the whole `build` folder (if you can't change your...

The idea was to reuse the stream and it works well with most supported versions of Node. Not sure how much of a performance issue it is to recreate the...

@BigBlueHat thanks for confirming that you're still interested in this project. Will you be ale to merge an release https://github.com/http-party/http-server/pull/811 ? (sorry for cross-posting, but that issue seems to be...

Seems like a duplicate of https://github.com/http-party/http-server/issues/657 . A complete list of response headers might help debugging this.

Duplicate of https://github.com/http-party/http-server/issues/756 -- Node 10 is not supported, please try Node 12.16 or later

This is hiding another error ``` TypeError [ERR_INVALID_ARG_TYPE]: The first argument must be one of type string or Buffer. Received type number at write_ (_http_outgoing.js:618:11) at ServerResponse.write (_http_outgoing.js:586:15) at module.exports.ResponseStream.write...

@brad4d thanks for the reply! The problem with `BaseRenderingContext2D.prototype.setTransform` is that it expects 6 number parameters, even though the standard also allows just one parameter of the DOMMatrixInit type. I'm...

@tatankat Could you please describe the use-case in more detail? For now I'm closing the PR since I can't reproduce the problem, feel free to reopen it.

@SakshamGarg16 since this issue was created, the release docs was split in two: * release using Continuous Delivery: https://www.jenkins.io/doc/developer/publishing/releasing-cd/ -- there it might make sense to mention that CD assumes...