dimitsqx
dimitsqx
I also believe `quic_event_received()` is the way to handle data. Anyway, at some point this stream has to be created to send the first message on a particular stream. I...
> The `pyproject.toml` is not currently editable in the UI. If you have project-specific settings, we recommend putting them in the `pyproject.toml` under `[tool.marimo]`. > This is clear and expected....
I think that .marimo.toml takes priority over pyproject, so adding the section to pyproject does not resolve the issue. Testing the following flow: 1. Added the section to pyproject.toml ```...
Update: If I restart the kernel, the setting is correctly applied -> from pyproject. Looks like the issue only persists in the running kernel after a User settings change.