canxin
canxin
I tried using Next.js as the front end and found that it only has a few MB, while react has more than 40 MB.
没有办法通过这个test,需要在test的workflow里面加上一行pip install git+https://github.com/CMHopeSunshine/adapter-discord.git@dev来安装discord适配器才能正常运行discord的test,在本机测试没有问题,可以直接merge了
测试覆盖率写不上去了,你看看改改吧,不行直接merge
Maybe it has something to do with my issue. #8916
I've located the bug, I'll try to upload a pr to fix it.
#8621 In this pr `js_event_listeners` are stored in the backend `Listeners`, while in v1 `js_event_listeners` are stored in the frontend. In v1, when manually refreshing a page, all `js_event_listeners` on...
> > #8621 > > In this pr `js_event_listeners` are stored in the backend `Listeners`, while in v1 `js_event_listeners` are stored in the frontend. In v1, when manually refreshing a...
[A fixed demo](https://github.com/canxin121/test_listen_v2) https://github.com/tauri-apps/tauri/assets/69547456/b1a34d18-f9f7-43fe-b918-867ca651a0ae The origin error demo can be seen at #8916
> I think there's a better way to do this. Handling this via a command called by the frontend might lead to race conditions. What we could do instead is...