Anthony Hsu

Results 8 comments of Anthony Hsu

And As I know the SPIKE App doing in similar way to solve the thread problem: Scratch block: ![image](https://github.com/pybricks/support/assets/17724013/10a3d28d-0cd5-4861-9ec4-fa6793ddc154) 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...

@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...