Lukasz Taczuk
Lukasz Taczuk
We're NOT planning to switch to Python 3.11 anytime soon (because there are no wheels released for 3.11 yet) but it would be good to be ready to do so...
- [ ] Replace SQF side with error handling - [ ] C++ side handling with argument list - [ ] Check what happens on timeouts - [ ] Check...
This enhancement may be blocked by #7. Allow the storage of multiple `.py` files that could then be included by adapter.py so that all the code is not in one...
When you pass `uv run` as the command in `compose.yml`, you can't gracefully stop the process by pressing Ctrl+C. I'm guessing it's because it's not passing sigterm to its children....