Grzegorz Mrukwa

Results 7 comments of Grzegorz Mrukwa

I've needed to add: ``` ADD ./frontend/static /app/static ``` before [this line](https://github.com/austinvhuang/openmemex/blob/254344c8fc5955a8cff2d85ce9f98a4fdd3de115/Dockerfile#L101). It still has some problems with thumbnails and "completed", but launches.

I have the same issue, has there been any progress on that?

I have the same problem. I export my `plotly.express` scatter plots to JSON, where I replace `scattergl` with `scatter` as a workaround and generate my `.png` files. I will experiment...

> @gmrukwa Both are supported (See: https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/rfcs/env-vars.md). Are you running into an issue? Yes, the _braces syntax_ didn't work for me. The value of the env variable wasn't picked up...

Observing with MacOS setup as well - works correctly in CLI, no MCPs in IDE.

> Observing with MacOS setup as well - works correctly in CLI, no MCPs in IDE. I solved this for my setup with VS Code MCP settings. Codex in the...