Tu Shaokun
Tu Shaokun
 我在进行标签页切换的时候也会发生卡顿感, 但是占用内存更高的通义并没有卡顿发生
> 不知道是不是因为vercel在国外网络慢的问题,还有代码性能也欠佳一点 我去掉主页的流星动画后尝试了下, 页面滑动流畅了很多,不卡顿了
The error occurs because of a conflict between Vue 3's reactivity system (Proxy-based) and Quill's internal DOM/selection management. When using `ref`, each `.value` access triggers Vue's reactivity system, which can...
> 是的,我也没有效果,兄弟目前解决了吗,可否分享下解决方案 换编辑器了,现在用的·quill
Took a look at the code - the timing is intentional but maybe not ideal for this use case. The `tracing:fastify.request.handler:error` channel publishes right when the error is caught, before...
I can reproduce this. The issue is caused by Fastify's default AJV configuration: ```javascript // @fastify/ajv-compiler defaults coerceTypes: 'array' ``` When `coerceTypes` is enabled, AJV tries to coerce values to...
One more thought - would it make sense to address this at the code level? A few options: 1. **Documentation** - Add a note about `coerceTypes` + `anyOf` order interaction...
Nice solution! The combo approach makes sense. The reverse issue you hit (null → 0/empty string) is also part of AJV's bidirectional coercion - it coerces both ways. So `nullable:...
I can reproduce this on bun 1.3.3. Will look into making `https.Server` properly inherit from `tls.Server`.
I'd like to work on this. Will implement `parseEnv` for node:util compatibility.