qupig

Results 70 comments of qupig

> Try finding out what exact version broke, that might help understand what changes were introduced in that version that could've broken you. Did I not write that clearly? The...

I spent an extra 2 hours checking and testing and finally locked the issue at #9122. I tested two local builds https://github.com/sveltejs/svelte/compare/6aca6127ca51ec95ea95b420c759f1ea27f4e180...115ea1ff4afc57766f06bb8d9444ec59d00bc0e1 is before and after this PR and confirmed...

If it helps, this is where I found the error being thrown when debugging in the browser: (Please note the two `// ==========>` comments I added) `/node_modules/svelte/src/runtime/internal/scheduler.js` ```js /** @returns...

Finally able to make a minimal reproduction: [StackBlitz-Svelte-4.2.15-Reproduction](https://stackblitz.com/edit/vitejs-vite-gzofjz?file=src%2FApp.svelte,src%2FComp1.svelte,src%2FComp2.svelte) It can also be reproduced in [Svelte4-REPL](https://svelte.dev/repl), but since it requires a login to share... Please copy the following code yourself: `App.svelte`...

@madacol I don't know what happened to `on:click` in svelte5, but in svelte4, the behavior also exists. @trueadm So I don't think there's a "breaking change" there from svelte4. The...

@madacol > when the Promise resolves synchronously ??? No, there is no synchronous resolves `async` function. What you see is that the entire handler is delayed asynchronously. This is what...

I also encountered similar troubles. When I opened a room with a lot of audio messages, I could observe that the memory usage of the `Element Helper (Renderer)` process quickly...

Learning to use `ESLint`'s flat config specification which has greatly improved my quality of life. https://eslint.org/docs/latest/use/configure/configuration-files-new https://eslint.org/docs/latest/use/configure/configuration-files-new#globally-ignoring-files-with-ignores ```js export default [ { ignores: ["**/node_modules/", "**/build/"], }, ]; ``` Perhaps learning...

Very sorry to loss. Thanks for the wonderful open source extensions!

@QiuChenly 感谢回复。 抱歉没仔细看,该项目是主要只为 emby 做资源提供吗? 如果是 emby 的 bug,向上游反馈而不是将错就错造成其他错误,可能是更好的选择。 或将其作为一个选项,提供不同的输出方式。 文件名 singer 错误不是太大问题,只是影响查阅文件,但漏下同名歌曲就是硬错误了。 无论如何,感谢创建和维护该项目!