Scott Susanto

Results 4 comments of Scott Susanto

Hey @mikeU-1F45F, I experienced the same problem and was trying out your fix, but still got no luck. For reference, here is my Dockerfile and docker-compose: ``` FROM python:3.10-bullseye RUN...

I finally solved it. Unlike Nixpacks, for docker compose you actually need to specify the port to the domain, as per @kmbuthia's words. Here's an example ![Image](https://github.com/user-attachments/assets/c4524b78-45a7-4fb3-82bf-d5304624b196) Notice `Domains` ->...

Tried with a bunch of themes, seems to be working. One caveat: when testing locally and switching themes, there will be a slight lag that causes Cline to freeze for...

in #3337 I'm using `Cursor Dark Core` @pashpashpash @saoudrizwan did some debugging, and I'm starting to see the problem now. 1. this theme is always `undefined` for me https://github.com/cline/cline/blob/main/webview-ui/src/components/common/MarkdownBlock.tsx#L283 2....