Manuel Spigolon
Manuel Spigolon
Evaluate if the next major version should set the JSON schema draft-2020-12 as default Ref: https://github.com/fastify/fastify/issues/4549 AJV docs: https://ajv.js.org/guide/schema-language.html#draft-2019-09-and-draft-2020-12
Yes, it is so right now. I would open an issue for it and leave it as-is right now The solutions I see: - track the [ajv options](https://github.com/ajv-validator/ajv/blob/master/docs/api.md#options) to write...
origin from #17 We should handle a custom log message into the logger. The code example to support this feature is the following: https://github.com/Eomm/mercurius-logging/blob/e132bc94dfb16b29718db5b2db4d0aa68cd9665b/index.js#L59 ```js context.reply.request.log[opts.logLevel]({ req: opts.logRequest === true...
We could write a CI to update the results once every 6 months I think. Since it takes many hours to execute I don't know if the 6 hours limit...
Need to fix something still: - [ ] enable [`space-before-function-paren`](https://eslint.org/docs/latest/rules/space-before-function-paren) rule - [ ] enable v8 native functions: https://github.com/biomejs/biome/discussions/3132 ``` Formatted 543 files in 1452ms. No fixes needed. ``` vs...
I was wondering if the `expire_in_seconds` should set a job's state to `expired` instead of error here: https://github.com/timgit/pg-boss/blob/f1c1636caf9518ec9cd3fe0d0e2844ee98179e68/src/manager.js#L225-L227 I was able to get an `exipired` state only when the job...
Hi, the `Size:` field shows the amount of uncompressed payload:  And if I remove the response header (to avoid the uncompression of Postman) I get the size I'm interested:...
Fixes #455 Docs: https://docs.npmjs.com/cli/v10/using-npm/scripts#life-cycle-scripts
Hello, I'm facing the issue: ``` 17:58:03 Cannot find module 'traverse' 17:58:03 Require stack: 17:58:03 - /mnt/project/node_modules/aws-sdk-mock/dist/index.js ``` The `traverse` module has been replaced at: - https://github.com/dwyl/aws-sdk-mock/commit/b6fdd98624ba906cb71d72ff8f1401147af98292 But the npm...
I am waiting for v5 before merging it. Closes #66