Serge

Results 8 comments of Serge

Similar problem, the app builds, and then immediately produces the error. here's my environment: - Unity 2019.4.20f1 LTS (iOS only) - Latest `flutter-unity-view-widget` from github reference - Latest Vuforia 9.7.5...

Managed to solve it: The main step for me was adding both *Vuforia* and *ARFoundationDriver* frameworks inside *Runner*, as it is where Xcode originally looks for them. **Detailed steps for...

Likely using the plugin requires a physical bluetooth module, I wouldn't account for using emulators here.

same on 10.15.4, fresh MacDown install

To anyone looking for a solution that doesn't have [server load side-effects](https://kit.svelte.dev/docs/state-management#no-side-effects-in-load) like the ones in the SvelteKit example: https://github.com/kaisermann/svelte-i18n/blob/780932a3e1270d521d348aac8ba03be9df309f04/docs/Svelte-Kit.md?plain=1#L37-L47 this seems to be the best solution: https://github.com/sveltekit-i18n/lib/issues/106

The solution above (https://github.com/sveltekit-i18n/lib/issues/106#issuecomment-1535196388) seems like a good way to avoid [side-effects in load](https://kit.svelte.dev/docs/state-management#no-side-effects-in-load). Shouldn't it be included in the [examples](https://github.com/sveltekit-i18n/lib/tree/master/examples)? Albeit, my use case is a pretty simple one,...

Hi @CustomEntity, I've come to the same problem with translation loading, and also tried to employ the same solution of sharing the `$t` store via the context API — this...

Thanks for mentioning the "poly-i18n", but for my project the currently missing [lazy load](https://poly-i18n.vercel.app/kitbook/docs/8-lazy-load) feature is more important than the downsides of race conditions, so until a more complete/mature solution...