dosubot[bot]
dosubot[bot]
This happens because boot-to-talos is installed in a user-local directory (like ~/.local/bin), which is in your PATH as a regular user but not when using sudo. To fix this, run...
It's not normal for copying a 2 GiB image to /dev/sda to take over 35 minutes on most VPS setups. In boot-to-talos, this step uses a synchronous write approach—each 4 ...
Hi @saadaltohamywfrley! I'm [Dosu](https://go.dosu.dev/dosubot) and I’m helping the langfuse team. You’ve correctly identified the root cause: the tRPC API route at `web/src/pages/api/trpc/[trpc].ts` does not override the default Next.js response size...
Building the Langfuse Docker image uses a lot of memory mainly because the Docker build context is very large. The Dockerfile copies the entire repository (including all subdirectories) into the...
The high memory usage and sluggishness you see in the Langfuse UI after running the container is due to how the frontend loads and renders trace data. When you open...
This difference almost always comes down to build or environment differences between your custom image and the official one. The official image uses a multi-stage Dockerfile that prunes unused packages,...
Hi, @antton-dev. 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:** - Low color contrast on the tab bar of...
Hi, @antton-dev. 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** - Low color contrast on the tab bar affects...
Hi @denstormkiv! I'm [Dosu](https://go.dosu.dev/dosubot) and I’m helping the valibot team. The current CREDIT_CARD_REGEX in valibot requires at least 14 digits, which is why valid 13-digit Visa cards are rejected—even though...
This is a known and reproducible issue in HugeGraph 1.5.0 distributed deployments with HStore backend: if you take an HStore node offline and the number of available Store nodes drops...