-
Someone reports me that his Braillex Trio is not recognized under 2019.3. He tried connection in USB or Bluetooth and got the same result.
### Steps to reproduce:
Connect a Braillex Trio to the PC…
-
I was a little surprised that, when using `aio_as_trio` as a decorator, it only works on regular coroutine functions. For the followig test, only the non-commented parts work:
async with trio_a…
-
> app_1 | /starbelly/starbelly/extractor.py:81: TrioDeprecationWarning: trio.run_sync_in_worker_thread is deprecated since Trio 0.12.0; use trio.to_thread.run_sync instead (https://github.com/python-…
-
I add here some task to do that I can think of I have no info or material on:
- **Sensors and integrations**
- [ ] Add photos of sensors mounting
- [ ] Slocum
- [ ] Seaglider
- [ ] Sp…
-
Hi,
In the examples it says :
"The URL that Chrome is listening on is displayed in the terminal after Chrome starts up."
This works fine, but how to do handle all this programmatically ? Copy-pa…
-
In a large codebase, you're going to have some functions which are slow, and so you don't want them to be called from an async task (without using [`trio.to_thread.run_sync(slow_fn)`](https://trio.rea…
-
Yeah, there is an IMAP MOVE command. It is similar to the `COPY, STORE /Deleted, EXPUNGE` trio but in a single command.
The semantics are the same as doing the above three commands except:
1) We nev…
-
Narella just got deleted in this log, all she did was exit combat, no death event, no killing blow, last health update above 2%.
Found by comparing with EI.
[20200525-191927.evtc.zip](https://gi…
-
currently in quart-trio a failure in the app.nursery is swallowed and the web server continues unabated
https://gitlab.com/pgjones/quart-trio/-/issues/21
once an ASGI app acknowledges a lifespa…
-
currently @aio_as_trio runs `__aenter__` and `__aexit__` in two different tasks, whereas some asyncio context managers are sensitive to being run in the same task
so I've got a little util function…