Mike Liu

Results 21 comments of Mike Liu

I also have the same issue. I notice in the devcontainers container log I get a large number of these messages. Since I use docker desktop for Mac I see...

Curious but why was #9821 closed? It very closely resembles my issues.

For me it's the same as in this picture: https://github.com/microsoft/vscode-remote-release/issues/9821#issuecomment-2155563491. Also I'm using devcontainers and it happens when using the `Devcontainers: rebuild container` command in VSCode command palette action.

Just a ping that this happens pretty much on a daily basis.

Also experiencing this issue with same message: `ERROR 2024-08-01 13:43:49,665 backoff no_correlation_id: Giving up execute_task_with_backoff(...) after 3 tries (httpx.ReadTimeout: The read operation timed out)` Exception trace doesn't lead to any...

Thanks for tracking this! My specific use case is to get the first trace for the first session for the last N number of users that we had in the...

This seems like a related issue: ```javascript importMap.imports['@react-three/cannon'] = 'https://esm.sh/@react-three/[email protected]?external=react,three,@react-three/fiber'; importMap.imports['@react-three/cannon/'] = 'https://esm.sh/@react-three/[email protected]&external=react,three,@react-three/fiber/'; ``` The cannon import map doesn't work with the trailing slash and the `@react-three/fiber` external dependency. However,...

I have a similar setup and issue. The main problem for us is Github CI/CD tests using pytest were hanging indefinitely (6 hours) until canceled. It seems langfuse is prone...

Just as a note as well, when I do Ctrl+C when shutting down my local Django development server I frequently have to spam it to avoid waiting a while for...