Luigi Pinca

Results 17 issues of Luigi Pinca

It would be nice to have the `primus-emit` functionality on the `substream`. See https://github.com/primus/primus-emit/issues/3.

enhancement

This patch merges `metroplex.spark` and `metroplex.sparks` into `metroplex.servers`. This method now accepts an additional argument which can be a single spark id or an array of spark ids. If this...

Ultron removes listeners not added with Ultron when the listener is the same. ```js const EventEmitter = require('events'); const assert = require('assert'); const Ultron = require('.'); function listener() {} const...

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...

First commit ``` build(client): generate a UMD bundle A UMD bundle can be used as a regular CommonJS module by bundlers and included in other bundles. ``` Second commit ```...

Error handling is omitted because this plugin can not generate errors unless it receives an input that is not the expected one, but this should not happen because our data...

discussion