Anthony Hsu
Anthony Hsu
And As I know the SPIKE App doing in similar way to solve the thread problem: Scratch block:  Compiled Code: ``` async def stack(this): while True: with this as...
OK I give a try and it work, but seems if I have any while loop in task, I need add await wait(1), or other task will be block?
I using Python mode not block mode, I mean seems it is necessary to add wait(1) in any loop I use in task? Because When I remove it, seems other...
OK, I see, thanks!
@geedys Has this really been solved for you? For me the issue is still present. (macOS 14.6.1, Electron 33.0.2).
@ccrvlh seems the issues is from chromium project, although that info will not cause problem but annoying.
@BertLindeman Yes I know it's a syntax error, but we find this big because while students tuning a huge program they wrongly have a leading zero (like adjust parameters but...
Hi! Just wanted to share two projects that might be useful: - 🔧 [**LUMP Device Builder Library**](https://github.com/ofdl-robotics-tw/lump-device-builder-library): A project that aims to provide a detailed and practical approach to LEGO-compatible...