Erick Almeida

Results 5 comments of Erick Almeida

> @apellizzn tried your solution, got error __this.client.client is not a function_ near __this.client.client('setname', _this.clientName())_ in worker.js ``` // Moking redis connection const redis = require('redis-mock') const client = redis.createClient()...

Hi @IldarMinaev, your answer was very useful. Thanks. Now I need to create a chart from this result, something like this: `mysql_global_status_wsrep_cluster_info[1h:1d] unless ignoring(__dst__) (label_replace(mysql_global_status_wsrep_cluster_info, "__dst__", "$1", "cluster-uuid", "(.*)") ==...

After disabling the Middleware it's back to working. ![image](https://github.com/toonvanstrijp/nestjs-i18n/assets/51331974/686e1da3-13b9-439d-b4b4-958e2ec00ab7) AppModule: ``` I18nModule.forRootAsync({ useFactory: (configService: ConfigService) => ({ fallbackLanguage: configService.get('FALLBACK_LANGUAGE', 'en-gb'), disableMiddleware: true, loaderOptions: { path: path.join(__dirname, '/i18n/'), watch: true, },...

Can we have this feature also added to the ERD diagrams?