CatamountJack

Results 6 comments of CatamountJack

Log (of `rye sync -v`) [here](https://gist.github.com/CatamountJack/0d1cdc316b426d16613354f771ffef62). Not sure if rye is passing `-v` to uv or not, I'm not using uv directly.

Just ran into this with a .jsonl file that contained a very long traceback. Hangs on opening with 1.5.0. (Indeed, 1.4.0 does open the file, but the entries are mangled...

I just installed marimo for the first time about 10 minutes ago and this is one of the first things I tried to figure out how to do.

I'm getting this constantly as well. Similar traceback: ```py ERROR: Exception during reset or similar Traceback (most recent call last): File "C:\dev\source\lac\.venv\Lib\site-packages\sqlalchemy\pool\base.py", line 986, in _finalize_fairy fairy._reset( File "C:\dev\source\lac\.venv\Lib\site-packages\sqlalchemy\pool\base.py", line...

I just started seeing this too after I upgraded to: - `firebird-driver=2.0.1` - `firebird-base=2.0.0` - `sqlalchemy=2.0.40` with `sqlalchemy-firebird=2.1.0` on Python 3.13. I just downgraded to `sqlalchemy=2.0.39` (leaving the others the...

I'll second this - I wanted to create a reverse-alias in the app and had to scroll through dozens and dozens of auto-added reverse-aliases to find the one "real" one...