Jeroen Van Goey

Results 32 issues of Jeroen Van Goey

I am unable to get [uvx](https://docs.astral.sh/uv/guides/tools/#running-tools) working with [textual-paint ](https://github.com/1j01/textual-paint). I first tried `uvx --python 3.9 textual-paint`: ``` $ uvx --python 3.9 textual-paint Installed 19 packages in 13ms Traceback (most...

bug

**Changes** Fixes typos found by running [`codespell`](https://github.com/codespell-project/codespell) on the codebase: ``` $ codespell . -L interm,thirdparty ./main.py:364: Initalized ==> Initialized ./wandb_log_live_eval.py:48: unparseable ==> unparsable ./src/flex_bert.py:44: efficent ==> efficient ./src/flex_bert.py:401: classifcation...