dosubot[bot]

Results 14439 comments of dosubot[bot]

Hi, @mercy401. I'm [Dosu](https://dosu.dev), and I'm helping the desktop team manage their backlog. I'm marking this issue as stale. **Issue Summary:** - Zen Browser's portable version creates a new profile...

@mauro-balades, the user @mercy401 has confirmed that this issue regarding the Zen Browser's portable version creating a new profile when moved is still relevant with the latest version. Could you...

Hi, @mercy401. I'm [Dosu](https://dosu.dev), and I'm helping the desktop team manage their backlog. I'm marking this issue as stale. **Issue Summary:** - The portable version of Zen Browser on Windows...

Hi, @mercy401. I'm [Dosu](https://dosu.dev), and I'm helping the desktop team manage their backlog and am marking this issue as stale. **Issue Summary:** - The portable version of Zen Browser creates...

@mauro-balades, the user mercy401 has indicated that this issue is still relevant but they are unable to reopen it. Could you please assist them with this?

Hi, @ysknsid25. 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 considered removing unused devDependencies and dependencies identified...

Hi, @quanah. I'm [Dosu](https://dosu.dev), and I'm helping the desktop team manage their backlog. I'm marking this issue as stale. **Issue Summary:** - You reported Zen losing saved tabs when Firefox...

Hi @fitterfizzle! I'm [Dosu](https://go.dosu.dev/dosubot) and I’m helping the ant-design team. The error happens because antd v6.0.0 does not list rc-field-form as a direct dependency or peer dependency, but some components...

The error happens because some Ant Design components (like pro-form) import rc-field-form directly, but Ant Design v6.0.0 doesn't always list it as a direct dependency. Vite can't resolve it unless...

Hi @haodiao! I'm [Dosu](https://go.dosu.dev/dosubot) and I’m helping the TikTokDownloader team. Docker 默认不会启动 Web API,而是进入交互式终端模式(`python main.py`)。如果没有交互输入(比如 Docker 没有分配 TTY),主进程会直接退出,导致容器自动停止,这也是你遇到“一直自动退出”的原因之一。 要让 Docker 启动后自动进入 Web API 模式,有两种常用方法: 1. **修改 settings.json** 在配置文件 `settings.json` 顶层添加...