Manuel Spigolon

Results 74 issues of Manuel Spigolon

Given this schema: ```gql directive @auth( role: String ) on OBJECT type Query { searchData: Grid } union Grid = AdminGrid | ModeratorGrid | UserGrid type AdminGrid @auth(role: "admin") {...

bug

Hi, given this example: ```js const tc = require('text-clipper').default tc('1234567890', 8, { html: true, breakWords: true, indicator: '...', }) ``` I would expect this output: ``` 12345... // or 12345......

When the user uses persistence, the input `schema` is just ignored. I was wondering if a check that verifies if the loaded database has the schema equal to the input...

closes #208 If you want a different layout, please provide precise instructions or colour. Logo source: https://commons.wikimedia.org/wiki/File:Mercedes-Benz_Star_2022.svg I should normalize the `Acknowledgments`'s sponsors because they sponsor us with development time.

The https://fastify.dev/benchmarks page lacks the last date we updated the data. It would be cool to add it

good first issue

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the feature has not already been requested ### 🚀 Feature...

good first issue

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the feature has not already been requested ### 🚀 Feature...

enhancement

whenever https://github.com/fastify/fastify/pull/4938 will be merged, our script to generate the plugin page will break: https://github.com/fastify/website/blob/main/scripts/build-plugin-list.js This script needs to be updated accordingly.

enhancement
good first issue

We must work to improve the dev experience before working on this website takes days to run and build. The issues to solve are: - [x] load a subset of...

After the website has its pages, we should check the SEO suggestions form docusaurus https://docusaurus.io/docs/seo and update the pages' metadata. This includes: - [ ] pages' metadata - [ ]...