dosubot[bot]

Results 14244 comments of dosubot[bot]

Copy-paste stopped working after 1.30.2 due to changes in clipboard handling introduced for cross-domain/application support ([PR #6087](https://github.com/Comfy-Org/ComfyUI_frontend/pull/6087)). The new logic uses base64 encoding and stricter event target checks, which can...

None of the known workarounds reliably resolve the copy-paste issue in recent ComfyUI frontend versions. The bug is a confirmed regression caused by changes to clipboard handling for cross-domain support,...

Thanks for clarifying. The copy-paste issue in ComfyUI frontend after v1.30.2 is not just about non-ASCII characters—it's also caused by how clipboard events are handled at the document level. The...

Valibot’s v.partialCheck with v.forward only supports forwarding the error to a single field, not multiple fields at once—so passing `['password1', 'password2']` won’t attach the error to both fields. This is...

This happens because in Valibot, when you use v.forward with v.partialCheck, the errors from partialCheck are intercepted and mapped to the specified field before any subsequent actions (like v.rawCheck) run....

Hi, @motopods. I'm [Dosu](https://dosu.dev), and I'm helping the Valibot team manage their backlog. I'm marking this issue as stale. **Issue Summary:** - You proposed a `partialFallback` function for data migration,...

Hi @liizfq! I'm [Dosu](https://go.dosu.dev/dosubot) and I’m helping the f2 team. 你的报错是因为 Twitter API 返回的数据结构发生了变化,导致代码里硬编码的 `instructions[0]` 路径无法正确获取推文内容,最终传递了 `None` 给 `extract_desc`,触发了 `'NoneType' object has no attribute 'strip'` 错误。你将路径改为 `instructions[1]` 后能解决部分推文,但这不是通用方案,因为目标推文可能出现在任意 instructions 下,甚至不是...

This isn't a bug—it's a known consequence of how TypeScript and Zod handle type inference with dynamic or conditional object shapes. When you use conditional spreads or similar patterns, TypeScript...

Hi, @cernymatej. I'm [Dosu](https://dosu.dev), and I'm helping the Zod team manage their backlog and am marking this issue as stale. **Issue Summary:** - You reported that conditional spreads in Zod...

Hi @todaygood! I'm [Dosu](https://go.dosu.dev/dosubot) and I’m helping the kube-ovn team. The error means the kube-ovn-cni component can't find or connect to the Unix socket file `/run/openvswitch/kube-ovn-daemon.sock`, which is required for...