dosubot[bot]

Results 14140 comments of dosubot[bot]

This is a known bug in TriliumNext 0.99.3: when you have multiple clones of a collection, the left menu in the shared view can generate links that point to the...

The fix from PR #7552 is present in the latest `triliumnext/trilium:main` Docker image at your build revision ([e28da416ba215790cd506b58a7792a72e1b95b03](https://github.com/TriliumNext/Trilium/blob/e28da416ba215790cd506b58a7792a72e1b95b03/apps/client/src/entities/fnote.ts#L420-L462)), so you do not need to build your own image for this...

The patch code for clone navigation is present and works for standard in-app navigation, but in shared/public views, the left menu can still show the wrong clone path. This happens...

The error you're encountering, `ModuleNotFoundError: No module named 'pydantic._internal'`, suggests that the Pydantic package is either not installed or not correctly configured in the virtual environment used for testing. This...

Hi @sats268842! I'm [Dosu](https://go.dosu.dev/dosubot) and I’m helping the cloudnative-pg team. There is an open issue tracking this exact problem: CloudNativePG currently does not recognize Karpenter's disruption taint (`karpenter.sh/disruption:NoSchedule`), so when...

Yes, those config values can directly increase downtime during node disruptions. With `smartShutdownTimeout: 180`, `startDelay: 3600`, and `stopDelay: 1800`, CloudNativePG will allow up to 3 minutes for a smart shutdown,...

Hi @akumaratkoch! I'm [Dosu](https://go.dosu.dev/dosubot) and I’m helping the cloudnative-pg team. This issue is common on EKS when the control plane can't reach your nodes on port 8000, which is required...

Since opening all security group traffic didn't help, the issue is almost certainly inside the cluster network. With Cilium, even if you haven't defined any Kubernetes NetworkPolicies, CiliumNetworkPolicies or default...

Hi @kagaricyan! I'm [Dosu](https://go.dosu.dev/dosubot) and I’m helping the x team. 你反馈的问题已确认,原因是 HighlightCode 插件中复制按钮 `` 的 `text` 属性被错误地设置为按钮文案(`contextLocale.copy`,即“复制代码”),而不是实际的代码内容。这样导致点击复制时,剪贴板内容是“复制代码”而不是代码本身。 要修复,只需将 `text` 属性改为代码内容(如 `children`),例如: ```jsx ``` 这样点击复制按钮时,才会把代码块内容复制到剪贴板,而不是按钮文字。相关源码可参考 [这里](https://github.com/ant-design/x/blob/a95a3a0ac07417c81a276c693050734840033ecc/packages/x-markdown/src/plugins/HighlightCode/index.tsx#L63-L102)。 目前仓库和 issue 区未发现有类似问题的讨论或修复,属于已知但未修正的问题。 *To reply,...

I found a similar discussion and issue related to Microsoft Entra ID errors in Lobe Chat: 1. A similar discussion titled "Problem Of Microsoft Entra ID :在zeabur平台上使用docker部署服务端数据库版本时使用Microsoft Entra ID部署时回调地址无响应" was...