James Sumners
James Sumners
👋 we don't currently support this with the default colorization. The default colorizer colors messages by: 1. https://github.com/pinojs/pino-pretty/blob/bf973c749b8516998e8aeab3dac39591db314586/lib/colors.js#LL78C46-L78C46 2. https://github.com/pinojs/pino-pretty/blob/bf973c749b8516998e8aeab3dac39591db314586/lib/colors.js#L30 I also don't think it's currently possible to achieve the...
Line 80 of `bin.js` is where the destination stream gets built. That ends up being an `abstract-transport` instance, which if I remember correctly, _will_ default to a buffered `sonic-boom` instance....
The default options that get passed from the CLI script into the stream factory are: ```js { errorLikeObjectKeys: 'err,error', errorProps: '' } ``` This means the factory will execute: https://github.com/pinojs/pino-pretty/blob/a4fa4e1a66736de81aa9df5cf1f28a397ffa667c/index.js#L229-L234...
> @astuyve @rochdev I just deployed a version of our code with the new Lambda layer and our traces for AWS SDK calls are still showing `http.request` instead of `dynamodb.command`...
@Damassk would you be up for testing this against my es2015 branch? I'd like to know if the bug still persists as you understand it. https://github.com/jsumners/node-activedirectory/tree/es2015
I've clicked all over the site. The change to "previous releases" obfuscates what the link goes to. In other words, it doesn't make any sense when looking for the release...
> > Frankly, the schedule doc is the only thing I visit the site for 98% of the time. Occasionally I am looking for the API docs, and very rarely...
At this time we don’t support PPC64 architecture and don’t have immediate plans on the roadmap for such support.
> Should we schedule a quick call? Sure. I'll do what I can.