Rodja Trappe

Results 17 issues of Rodja Trappe

This PR adds tests for `run.io_bound` and `run.cpu_bound`.

enhancement

Originated in https://github.com/zauberzeug/nicegui/discussions/1923#discussioncomment-7419532, this PR introduces `ui.get` to retrieve elements of the current page with a query language inspired by tortoise-orm's `filter` or BeautifulSoup's `find_all`. Therefore it also introduces a...

enhancement

We have made `run.io_bound` and `run.cpu_bound` available in NiceGUI and should remove the code duplication in RoSys.

enhancement

This pull request introduces a test framework which allows to write high-level integration tests which run as fast as unit tests.

enhancement

This pull request is inspired by #3243 and shows how we can use Google one-tap authentication with NiceGUI.

enhancement

I noticed that the docstring was not up-to-date after adding frame-feature #153.

documentation

When using pynmea2 to parse GNSS messages, we experienced a severe problem. ```py async def test(): import pynmea2 await run.cpu_bound(pynmea2.parse, 'FOOBAR') rosys.on_repeat(test, 1) ``` This code breaks the process pool:...

bug