Tom Feist-Hassan

Results 4 comments of Tom Feist-Hassan

As a workaround, its easy enough to do something like: ```toml [tool.poe.tasks.env-from-arg] args = [ { name = 'project', type='string', options=['--project'], default="staging" } ] shell = """export ENV_PROJECT="--someflags=${project}-suffix"; echo raw...

not sure if it's a separate issue or an incidence of this bug, but when using e.g. `sphinx-test-reports` which uses `add_extra_option()` to add some fields such as `result`, those fields...

> I am however writing a Jedi/Mypy replacement in Rust. The type checking part (mypy) is already very advanced. I'm keeping this issue open to not forget to implement this...

The docs for `pyserial_asyncio.make_serial_connection()` include: > Note: protocol_factory can be any kind of callable, not necessarily a class. For example, if you want to use a pre-created protocol instance, you...