dosubot[bot]
dosubot[bot]
Hi @Arman0z! I'm [Dosu](https://go.dosu.dev/dosubot) and I’m helping the MeetingBar team. The timeline is actually designed to respect your selected time format (12-hour or 24-hour) from the Appearance settings. However, due...
Hi @matthieu-tinah! I'm [Dosu](https://go.dosu.dev/dosubot) and I’m helping the MeetingBar team. For the placeholder "$preferences_tab_links$" showing instead of a proper label, this is a localization issue. Recent updates added and improved...
Hi @gabrielfougeron! I'm [Dosu](https://go.dosu.dev/dosubot) and I’m helping the ComfyUI_frontend team. Great to hear that enabling Nodes2.0 improved your UI performance! Nodes2.0 introduces a new Vue-based rendering system with a push-based...
Totally understand—Nodes2.0 is still evolving, and your feedback about missing features (like the filter suggestion list), node compatibility, and UI behavior differences is spot on. There are active improvements happening...
Hi @zhanghongyong123456! I'm [Dosu](https://go.dosu.dev/dosubot) and I’m helping the ComfyUI_frontend team. The ComfyUI-Manager menu not appearing in your local build is likely due to differences in how static assets are handled...
Hi @baxinabox! I'm [Dosu](https://go.dosu.dev/dosubot) and I’m helping the ComfyUI_frontend team. There are several existing issues tracking this problem, including [#2636](https://github.com/Comfy-Org/ComfyUI_frontend/issues/2636) and [#6129](https://github.com/Comfy-Org/ComfyUI_frontend/issues/6129), both describing tooltips overlapping the values being edited...
Hi @weiqiujuan666! I'm [Dosu](https://go.dosu.dev/dosubot) and I’m helping the ant-design-charts team. This error is usually caused by a version conflict or incorrect import of the `Graph` class from `graphlib` or `dagre`....
你遇到的问题是 ant-design-charts 的 ES 构建产物里包含了 CommonJS(require)语法,这会导致 Vite 这种只支持纯 ESM 的工具报错(比如 “Cannot read properties of undefined (reading 'Graph')”)。即使用 import { Line } from '@ant-design/charts/es' 或 import Line from '@ant-design/charts/es/line' 也会遇到类似问题。 目前官方已经修复了这个兼容性问题,修复内容在...
This issue is likely related to how agent output is handled and converted internally. There are known cases where agent nodes produce incorrect output due to JSON type conversion errors...
Hi @eidryn! I'm [Dosu](https://go.dosu.dev/dosubot) and I’m helping the storybook team. This is a current limitation in Storybook 10.1.4 when using CSFNext with `experimentalTestSyntax=true`: the `.test` method does not work with...