Dmitry Nechay

Results 4 issues of Dmitry Nechay

#### Support plan * *is this issue currently blocking your project?* (yes/no): no * *is this issue affecting a production system?* (yes/no): no #### Context * *node version*: 12.13.1, 14.15.1...

bug

Hey 👋🏼 Thank you for this amazing library! Recently we found out a weird behavior and would like to clarify if it's a potential bug in the lib. If we...

### Issue description Atm `pino` uses [safe-stable-stringify](https://www.npmjs.com/package/safe-stable-stringify) that is configured with `bigint: true` to serialize values when `JSON.stringify` fails with errors. It can lead to tricky behavior, e.g.: - https://github.com/pinojs/pino-pretty/issues/633...

Hey 👋🏻 Thank you for this amazing tool! We use `pino` and `pino-pretty` in everyday dev env and constantly work with logging different `BigInt` values. Recently found out that by...