邓超
邓超
@innerdvations This PR doesn't require the update of playwright, let me revert it tomorrow morning (+8).
@innerdvations @hanpaine Updated.
@innerdvations Updated, but I'm not sure if that fixs the lint issue because `yarn lint:fix` did nothing.
Any progress ?
@ov7a Thanks for response, I can wait.
@misaon Hi, can you share an example repository? I have some vue-tsc errors when adding typeorm into my Nuxt project.
指令是 ``` s plan --debug ```
默认 select 是走只读实例,运行时数据还没从主实例同步到只读实例,导致一直查不到数据。 解法是用 select for update 强制从主实例读数据。