Manuel Spigolon

Results 74 issues of Manuel Spigolon

- Reverted ava: with 20+ plugins I can't use `n` different things because upgrading them will waste my free time. I want to spend at most 15 minutes to run...

Hi, given the following example: ```js const cronParser = require('cron-parser'); // START DATE NOT INCLUDED try { const intervalCron = cronParser.parseExpression('0 12 * * *', { tz: 'UTC', currentDate: new...

bug

### Description The [`XTRIM` command](https://redis.io/docs/latest/commands/xtrim/) accepts a streamId that is a string: ``` XTRIM foo MINID "1725522294258-0" ``` --- ### Checklist - [ ] Does `npm test` pass with this...

> npx svgo --folder ./static/img/organisations Run the following command while creating the build _Originally posted by @Eomm in https://github.com/fastify/website/pull/240#pullrequestreview-2259177456_

good first issue
github_actions

This PR is a follow-up of - https://github.com/fastify/fastify/pull/6064 This PR aims to improve the content-type parsing by implementing the [RFC9110](https://datatracker.ietf.org/doc/html/rfc9110#section-8.3.1) (more details in the code). ATM, this PR is a...

performances
internals

It seems that: - we don't have a line length limit - the [no-coma-dangle](https://eslint.org/docs/latest/rules/comma-dangle) rule is not forced, so we can have mixed situation where the trailing coma is there,...

good first issue
chore

While this feature may land, I would like to catch this opportunity to write down a thought. We have the `disableRequestLogging` flag already but the user to replicate the same...

feature request

### Prerequisites - [x] I have written a descriptive issue title - [x] I have searched existing issues to ensure the issue has not already been raised ### Issue I...

enhancement