Rob Gonnella

Results 6 issues of Rob Gonnella

- Replaces checked in mspack_pack.php with rybakit/msgpack composer package - Adds UID to packed message - Removes "#emitter" suffix on key fixes #36

Since it's still a node process, electron renderer process should still be able to write to file. This patch also makes sure the browser formatting is removed before writing to...

[This](https://github.com/haadcode/logplease/pull/16) previous change to allow colors to work in an electron renderer process had an unintended side effect of preventing electron renderer processes from writing to file. Since they are...

Runs relevant tests in browser using puppeteer package. Results are captured in a snapshot with duration information hidden and compared against an image of the last known passing image run....

Steps to reproduce: - git clone https://github.com/electron/electron-quick-start - cd electron-quick-start - npm install --save-dev logplease - open `renderer.js` and add the following lines ``` const Logger = require('logplease'); const log...

## Describe the Feature Allow users to specify an offset for the netnum value when calculating subnet cidr blocks. e.g. ``` subnet_names = ["one", "two"] cidr_block = 10.10.0.0/16 netnum_offset =...