- Aug 16, 2023
- Aug 15, 2023
- Aug 14, 2023
This makes settings persistence actually work.
reformatted the section because lines were getting too long
Add a main-guarded `st3m.run.run_view()` call to all apps in the preload. This allows them to be run via `mpremote run`.
Don't return None when a font is not found, but instead raise a ValueError. This is more pythonic along the lines of - Errors should never pass silently. - Ask forgiveness, not permission.
Not sure whether this is version dependent, but the previous command did not work for me at all. New command works with `mpremote 1.20.0`.