Pelle Wessman
Pelle Wessman
Right, a quick look showed quite a few more commits, but maybe they were all internal then. That change of mine is indeed the one I was looking at making...
Not really sure how to fix this?  
`async` gets removed as part of #218
@danielst-vccp: I made a custom image uploader field for a project of mine, if you want to have a reference on how one can approach that: https://github.com/voxpelli/node-one-page/blob/9b2f57bbedf68aa54cbe291d1879741a7da28b7a/lib/utils/forms.js#L22-75 It in turn...
My image field is now possible to use as part of: https://github.com/Sydsvenskan/node-forms-utils#fields
And even if not actively counting then perhaps make it so `submitted 37 minutes ago from aaronparecki.com` becomes `submitted 37 minutes ago from aaronparecki.com and voxpelli.com` or, for the cases...
+1, perhaps this could be achieved by optionally supporting something like https://github.com/prose/gatekeeper ?
Related: https://github.com/fastify/fast-uri/issues/21
I can make a PR for this after #110 is merged
As was mentioned in https://github.com/pinojs/pino-std-serializers/pull/110#issuecomment-1154366223 the design goal is to: > optimize for usefulness per size (message and stack are concatenated but causes are not serialized in full) So pretty...