Sander Bollen
Sander Bollen
I too would love to be able to override the logger - I'd like to be able to use the same formatter that's used for my application code. Especially the...
Experiencing the same - long sessions become unusable after a while. CPU usage of the opencode process hovers at 100%, even when seemingly idle. Sometimes even `/exit` won't work and...
I am encountering something very similar with a FastAPI setup and tests using pytest-asyncio. Here is minimal fastapi app that exhibits this behavior: `myapp.main.py`: ```python from fastapi import FastAPI, Depends...
I encountered the same with `isodate==0.7.0` (which got yanked yesterday).