Martin Myhrman
Martin Myhrman
Facing the same issue here @karamalie. From svelte.config.js: `vite: { optimizeDeps: { include: ["lottie-web"], } }` from svelte-kit route: ` ... let LottiePlayer; onMount(async () => { const module =...
> Its work :D If you got it working you should close the issue.
> So no data mean no one have test for that > > So cannot make any conclusion unless having an assumption > > if both of them have same...
Cant the data_directory be used when creating a webview to create a seperate session from another webview? https://docs.rs/tauri/1.1.1/tauri/struct.WebviewAttributes.html#structfield.data_directory Seems to be missing in the @tauri-apps/api atleast.
Is this what is causing also the icons and different things not to load properly when only starting the docs app?
I also tried to do a custom implementation of the `playbackEnded` by just continuously checking `currentTime` and `duration` but duration can after a replay become the value of -1 that...
Google does not allow that sadly. Hence why I made the guide that I linked in that post. All apps must be allowed by Google and an app like Home...
Experiencing the same issue.
So I have done some digging around. The problem seem to be that the player is not really stopped when paused, if you pause the player for a bigger amount...
Just to clarify: "guild_id" is then used on multiple places that has to do with what channel the user enters.. and this channel ID might be in another guild_id then...