Jonathan Samines

Results 9 issues of Jonathan Samines

#### 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*: n/a *...

feature

#### Support plan * *which support plan is this issue covered by?* (e.g. Community, Core, Plus, or Enterprise): Community * *is this issue currently blocking your project?* (yes/no): No *...

feature

Updated project to tap 15. Most of changes are due to [deprecations](https://node-tap.org/changelog/#150---2021-03-30): - Several aliases are now deprecated (i.e `t.is`, `t.throw`) - `--esm` option was removed. Using causes the failures...

Resolves #61. Node 10 support is dropped as pino 7 no longer supports it and fails because `worker_threads` are required as seen by failures in #81

The following redaction pattern works on `v3.1.2` and `v3.2.0` but not on `v3.3.0`: ```js 'use strict'; const fastRedact = require('fast-redact'); const thing = { prop: { top: { secret: 'top...

- Just like in the case of timeout errors, this add a code to open circuit errors - Available errors and codes are documented