Mauro Accornero

Results 6 issues of Mauro Accornero

I've created a draft script to check the translation status for this repository [translation-checker](https://github.com/mauroaccornero/nodebestpractices/tree/feat/translations-check-script/.operations/utils/translations-checker) Here is a quick recap: - Missing 24 of 88 translation files for Brazilian Portuguese (...

Remove/add lines in readme.md to pass markdown linting ![Screenshot 2022-09-19 at 13 04 09](https://user-images.githubusercontent.com/1875822/191003888-8f4187f4-d63c-4c8a-885a-035ca900e696.png)

Fix typo in README.basque.md in hope to fix build error ![Screenshot 2022-09-19 at 12 49 37](https://user-images.githubusercontent.com/1875822/191001822-57a86bc0-c48f-4ca6-8070-e80028d8cb40.png)

Fix image link to avoid errors during build ![Screenshot 2022-09-19 at 09 45 13](https://user-images.githubusercontent.com/1875822/190971774-2a5532ae-3fb2-4472-914a-202aadb22604.png)

Hello, I'm trying to use mswjs/data with mswjs/http-middleware with this code: _**db.js**_ ``` import { faker } from '@faker-js/faker' import { factory, primaryKey, oneOf } from '@mswjs/data' faker.seed(123) function createItem(db)...

### What? Fix cache-handler-redis example with working cache handler ### Why? It was not working because next-shared-cache was updated but some code inside the cache-handler.js was deprecated after version 1.0.0....

examples