Volker L.

Results 46 comments of Volker L.

Yeah, I think this is enough for the start.

I hope that it is ok, to document the debugging of this issue further here. First test with three workers shows: Sqlite data store: - `aquired_by` and `aquired_until` fields are...

You know, how I can check whether this is happening or not?

Short update. I have tried several sqlite settings, but all with no success. I´ll give some more details later.

@skrawcz This slack thread is related https://hamilton-opensource.slack.com/archives/C03M33QB4M8/p1739280812916689

Maybe I will look into it during the Holiday season. Do you have some tips, which parts of the code are neccessary to have a deeper look into?

Hello, I´ve got the same problem. Since 3.95 it is no longer possible to use a read-only user Thanks, legout

Any updates here? Would be awesome to get this working in code-server.

Same here: cat ~/.cache/marimo/logs/github-copilot-lsp.log ```bash [INFO] New connection from ::1 [DEBUG] Received message: {"jsonrpc":"2.0","id":"0","method":"initialize","params":{"capabilities":{"workspace":{"workspaceFolders":false}},"initializationOptions":{"editorInfo":{"name":"marimo","version":"0.1.0"},"editorPluginInfo":{"name":"marimo","version":"0.1.0"}},"processId":null,"rootUri":"file:///__marimo_copilot__.py","workspaceFolders":[]}} [INFO] WebSocket closed with code 1005: ``` marimo env: ```bash { "marimo": "0.14.13", "editable": false, "OS":...

It seems `uv` is the (at least my) problem here: When I start marimo using `uv run marimo edit` github copilot is still not able to connect and I am...