Sven Van Asbroeck
Sven Van Asbroeck
Is this perhaps a stepping stone to supporting `io::{Read, Write}` in this crate's public API? That's a feature plenty of people would like to have, including me :)
#19 Hopefully this will go somewhere.
@mawildoer did you get [`kicad-python`](https://github.com/atait/kicad-python) to work using Pyro5 autoproxies? If so, did you run into https://github.com/irmen/Pyro5/issues/92 ?
vscode debugging works for me without having to install poetry as a development dependency. First, make sure vscode is using the venv which poetry has created. Run `poetry env info`...
> I'm not sure how it different to other attempts Not sure either, hard to tell without a reproducible description of your attempt(s) (config+code).
I'm not convinced we have a clear definition yet of the problem we're trying to solve. I just tried the [official Microsoft tutorial to debug Flask](https://code.visualstudio.com/docs/python/tutorial-flask) and it works like...
I don't think your sample code does what you believe it does. To demonstrate, let's print the time where `After` is armed: ```go go func() { for { ch :=...
From `py3.9` onwards, we can make some `executor.py` code simpler: ```python if self._shutdown: # Cancelling further tasks from being executed [task.cancel() for task in tasks] self._executor.shutdown(wait=True) ``` => ```python if...
Not sure how to add reviewers / watchers. @radoering @gustavgransbo @seeker25