zxdstyle
zxdstyle
I also encountered this problem when using the MacOS version of Sogou Pinyin input
> @zxdstyle Can you please help by testing the `feature/go-text` branch mentioned above? Of course, but I didn't find the branch you mentioned
After my test, the branch still has the same problem ``` replace fyne.io/fyne/v2 v2.1.3 => github.com/andydotxyz/fyne/v2 v2.0.3-0.20220123133908-c62fd89b6c1d ``` 
update your blade.php : @inertia('my-app')
同样比较关注这个问题: 1. 怎么实现平滑重启,尽量不中断任务 2. 如果中断怎么继续接着执行
> > 同样比较关注这个问题: > > > > 1. 怎么实现平滑重启,尽量不中断任务 > > 2. 如果中断怎么继续接着执行 > > 1. 已经实现了平滑热更新,不会中断任务。 > 2. 规则引擎是无状态的,需要用户执行保存执行过程的状态。 > 3. 后续框架会提供,保存“”执行快照“和传入“快照”,从某个快照起点,继续执行,但快照数据需要用户自行保存。 期待“快照”功能
需要个类似delay组件的功能,可以支持超长时间的delay,小时级别甚至是天、月,可能需要配套持久化功能,在delay期间程序重启之后还能重新调度
vite.config.ts ``` import { defineConfig } from 'vite' import solid from 'vite-plugin-solid' import { macaronVitePlugin } from '@macaron-css/vite' export default defineConfig({ plugins: [solid(), macaronVitePlugin()], }) ``` tsconfig.json ``` { "compilerOptions":...