Jonas Thelemann
Jonas Thelemann
Upgrading `@uppy/core` and `@uppy/tus` to `v3` gave me the typical missing transpilation issues in `dev`. Adding ``` '@uppy/companion-client', '@uppy/core', '@uppy/store-default', '@uppy/tus', '@uppy/utils', 'nanoid', ``` to the transpile error makes `dev`...
Would you mind to release a new version containing the latest changes, @ricardogobbosouza?
For me `useLocalePath` does not work in a [`definedPageMeta` middleware](https://v3.nuxtjs.org/api/utils/define-page-meta#defining-middleware): ```ts definePageMeta({ middleware: [ function (_to: any, _from: any) { const localePath = useLocalePath() return navigateTo(localePath('/')) }, ], }) ```...
The workaround now throws a typing error with [the latest changes](https://github.com/nuxt-community/i18n-module/commit/137b409bf50364a6f85210362dfb0d55bca570d7#diff-7f98c423852d4ee9e5105730816a219164437326eca7dd00d865addf4b0ed8d0R387):  Apparently the first parameter should be the Nuxt instance, but calling the function as before remains working :thinking:
While I face the same issue as you @szulcus, I think it does not add much value or positive energy to write "so badly needed". There can always be misunderstandings...
Big thumbs up to you as well, @szulcus, for the reflected response! :+1: :heart: :hugs:
My suggestion for a fix is to set the [`include` option](https://github.com/intlify/bundle-tools/tree/main/packages/unplugin-vue-i18n#include)'s default to exclude `node_modules`. A workaround is to set the default yourself: ```ts vite: { plugins: [ VueI18nPlugin({ include:...
PRs are always welcome :)
You might want to check the current `testing` branch, now that #111 has been merged. Especially you might want to look at - https://github.com/jsappme/node-binance-trader/blob/83a66a372cccae906c11c06a64e351cd5598666c/src/trader/env.ts#L26 - https://github.com/jsappme/node-binance-trader/blob/83a66a372cccae906c11c06a64e351cd5598666c/src/trader/trader.ts#L289
@ghostnetrn @mauriil do you still face this issue?