- Aug 22, 2023
- Aug 21, 2023
- Aug 20, 2023
-
- Aug 19, 2023
- Aug 18, 2023
-
Petals were ordered in reverse direction in the simulator so input was registered for the wrong petal. Fix this. Fixes: #68
For mocking network requests, we need the `requests` python package.
This will be necessary to get some further python modules/functions to work as they expect a proper stat result.
This is the recommended path in the docs so let's also ignore it.
By importing `_time` in `freertos_sleep()`, the host time module was imported as `time` again as well, breaking all later code using e.g. `time.ticks_ms()`. Fix this by using `time` in `sys_kernel.freertos_sleep()` as well.
Improves rendering performance with current app list size from 3-4 FPS to 8-10 FPS.
Make the necessary step to get wasmer working on Python 3.10 or 3.11 more obvious in all required places.