James Sumners

Results 94 issues of James Sumners

The current method of downloading an artifact and uploading it is insufficient. We should use the github scripts action to automatically create new releases and upload the artifacts to them.

**~/.gitconfig**: ``` [difftool.prettydiff] cmd = prettydiff ``` Then running `git difftool -t prettydiff` on a repo with changes should show a series of diffs. Is this a planned feature?

Enhancement

https://github.com/pinojs/pino/blob/40fb2646995d0d07cfcd851ad32d62f9daf1b8ca/docs/lts.md?plain=1#L42-L47 v7 date needs to be updated and v8 needs to be added. https://github.com/pinojs/pino/releases/tag/v8.0.0

good first issue
documentation

I'm trying to understand how a worker thread is passing an error back to the main Pino process through the worker message bus. In the code below there is a...

enhancement
good first issue
documentation

https://github.com/open-telemetry/opentelemetry-specification/blob/8e29f555b2282a3883b1b57009ad4eb11bfc5228/specification/logs/data-model.md

good first issue

I like the language about legacy versions and how they are are supported in https://github.com/googleapis/google-cloud-node#supported-nodejs-versions . I think we could adopt some form of it.

good first issue
documentation

```js 'use strict' const pino = require('pino') const logger = pino({ useLevelLabels: true, messageKey: 'message', base: null, serializers: { [Symbol.for('pino.*')]: obj => { console.log('serializer') console.log(obj); return obj }, err: (obj)...

good first issue
documentation

We are totally missing documentation regarding how to write a serializer. We have a note at http://getpino.io/#/docs/api?id=serializers-object about the function needing to be synchronous and return a JSONifiable object, but...

documentation

I'd like to write a `package.json` like: ```json { "packageJson": "pnpm@6" } ``` Or maybe `pnpm@^6.32.2`, etc. As it stands, adding a package manager to `package.json` requires a full specified...

I found this application this morning and downloaded v2.6.1 from the releases tab in order to try it out. I tried launching it and the icon would pop up in...

stale