Brian Faust

Results 91 comments of Brian Faust

I just chose numbers in the examples because https://github.com/pinojs/pino-pretty/blob/master/lib/constants.js#L12-L20 uses numbers, for a nicer syntax I would use below code. ```ts pretty({ levelFirst: false, translateTime: "yyyy-mm-dd HH:MM:ss.l", customLevels: { default:...

I had a quick look at what kind of changes would be required to make this work, which seem to be quite a bit. Currently all level & coloring related...

Seconding this as information on node setups outside of validators is pretty sparse and there's no real guides on what is required or recommended. Event basic things like for example...

No, this is unrelated to that issue and uses the default home directory. It's a testnet that has been running for a few days and then 2 nodes blew up...

`df -h` shows that roughly 12% are used on those specific nodes. I/O also doesn't look crazy in any of the logs around that time. The disks are 512GB NVME...

Closing this since it falls in the same category as `Uint8Array` in terms of breaking changes/impact.

Closing this since it falls in the same category as `Uint8Array` in terms of breaking changes/impact.

There's virtually no `Buffer`-specific functionality used in this repository _(or it's dependencies that rely on `Buffer`)_ and you would have to really go out of your way to even find...

This would only be a breaking change if you change return types from `Buffer` to `Uint8Array` but if only inputs are changed then TypeScript won't even throw any errors because...