markopy
markopy
I don't think it's possible to even support iterables with the current code because it merely keeps a reference to the input set list and requires them to be indexable....
@chrisshiplet Can you explain how you included the credentials using a custom serializer? For me the `req` in the serializer seems to no actually be the hapi request object and...
Thanks @chrisshiplet. For some reason on Hapi `20.2.1`, Pino `6.13.3` and Hapi-Pino `8.5.0` this doesn't work for me because `req` doesn't have `auth` or any of the other expected properties...
I haven't done any Chrome extension development in years but the documentation seems to suggest there is an `incognito` property for each tab: https://developer.chrome.com/docs/extensions/reference/tabs/#:~:text=and%20devtools%20windows.-,incognito,-boolean Firefox has it as well: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/tabs/Tab#:~:text=example%2C%20devtools%20windows).-,incognito,-boolean.%20Whether%20the...
Other issues that depend on having this kind of functionality: #298 #271
When you use `-` with the zstd command line tool you get a positive compression level of n. To get a negative level of n you need to use `--fast=`.
Why do you think the documentation doesn't match the behavior though? Having the level parameter go from negative levels up to positive 22 is pretty straight forward, no? The compression...
I have a use case which is related to this ticket and #29. My goal is to decompress a file with multiple frames and create a search index pointing to...
In case anyone else needs this, my previous method using `formatters` no longer works after https://github.com/hapijs/hapi-pino/pull/157 removed `req` from being added again during response logging. I now use the following...