Luigi Pinca

Results 17 issues of Luigi Pinca

As discussed in #10 this adds the ability to use "zuul" [format](https://github.com/defunctzombie/zuul/wiki/Zuul.yml#browsers-required) to specify the platforms. Closes #10.

Would you be interested in adding a more flexible syntax to specify the platforms/browsers/versions? For example: ```json { "platforms": [ { "name": "internet explorer", "version": "oldest..latest" }, { "name": "chrome",...

#### Description When the client sends a masked close frame, the server abruptly closes the TCP connection. #### Reproducible in version: 0.7.5 Node.js version(s): 4.8.7, 6.12.2, 8.9.3, 9.2.1 OS version(s):...

Here are some benchmarks using the [`uv`](https://github.com/micnic/uv) benchmark suite: ``` $ npx envinfo --system System: OS: macOS 11.5 CPU: (16) x64 Intel(R) Xeon(R) W-2140B CPU @ 3.20GHz Memory: 19.39 GB...

Use the binary interpretation of kilobyte (1024 bytes) and return the correct amount of satoshis. With default parameters and a transaction size of 1024 bytes I expect a fee of...

I'm not sure if this is due to a bug in `then-request`. It follows redirects but some parameters are ignored when hitting the HTTP version of the endpoint. For example,...

The `writable._write()` implementation does not need to return anything, only call the callback.

fs
needs-ci

Searching the automatically-generated test failure reports in the issues at https://github.com/nodejs/reliability/issues, I don't see `test-worker-message-port-message-before-close` failing any time recently.

test
needs-ci

Refs: https://github.com/nodejs/node/issues/31727#issuecomment-985589968

test
needs-ci

This adds the `primus-emit` functionality to the `SubStream` instance. I don't like the fact that it uses a `trigger` method instead of the usual `emit`, but I tried to override...