Mauro Accornero
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 
Fix typo in README.basque.md in hope to fix build error 
Fix image link to avoid errors during build 
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....