Mattia Dalzocchio

Results 27 comments of Mattia Dalzocchio

> The workaround doesn't work for me 😢 any suggestion ? willing to help I just use this option: ```js ... loadLocaleFrom: (lang, namespace) => require(`./lang/${lang}/${namespace}.json`), ... ``` but I'm...

@aralroca I get this error: `TypeError: conf.loadLocaleFrom(...).catch is not a function`

Actually.... I just tested the workaround and it seems to work fine. This is the correct code: ``` const workaround = require("next-translate/lib/cjs/plugin/utils.js") workaround.defaultLoader = "(l, n) => import(`lang/${l}/${n}.json`).then(m => m.default)"...

> Thanks for the report. Just to be sure have you tried it with the latest patch `3.3.1`? Yes

> I am afraid there is nothing we can do on our side until this is resolved. Do you actually need nodejs modules in the browser? Shimming node packages is...

@AuHau I tried with the last 2 versions `3.1.6` and `3.1.7`, as well as the beta `3.2.0-beta.0`, but I get this error: ``` 'Readable' is not exported by __vite-browser-external, imported...

I get this error even after setting the marketplace (I use www.amazon.it). Am I doing something wrong?

I created a typing myself. If you guys are interested you can get it here: https://gist.github.com/mattiaz9/3e31dbe50f573954d0f52cfcc6b220bf Bear in mind that there may be errors or missing types.. I couldn't try...

> How to use? put the file `amazon-paapi.d.ts` inside your `typings` folder in your project. Make sure you include the `typings` folder in the `tsconfig.json`: ```json { "include": [ "typings"...

> It is possible to make this change in the client side if you are using bee-js. Looking up the feed update is just using the index that is returned...