Pablo Martínez
Pablo Martínez
### Description Tauri doesnt support cross-compiling (yet) Thus, they provide GitHub actions to get the compilations done, [info on their docs](https://tauri.app/v1/guides/building/cross-platform/), im not making a PR for two reasons: -...
Opening this just so that the idea isn't lost. Feel free to close if you dont like it or want to implement. As raised on discord, i think it would...
As diagnosed/solved on [discord]() earlier today (you can thank my `rf"..."` later 😉) With the current configuration of actions, if the "compilation" to `.mpy` fails, the zip is not generated...
As per title, so far: - Mass search+replace for stuff like `List`->`list` - Silence warnings, while no better solution is found, for `Type[UT]` - Update usages of deprecated `typing.AsyncContextManager` -...