Laurens Valk

Results 721 comments of Laurens Valk

Regular "Shortcuts" also don't work, so this is probably unrelated to Pybricks-Code.

Instead of `lftp`, we could locally zip it, `scp` it to the server, then `ssh` to unzip remotely. This takes seconds instead of several minutes. I've currently set up a...

The following works as "intended", but this is somewhat questionable. The async loop time is set to `10` ms. ```python from pybricks.tools import run_task, wait, StopWatch watch = StopWatch() async...

On second thought, the issue I thought I was originally seeing wasn't due to async, so this is not as critical as I thought. It's probably still worth considering the...

Another possibility is to leave it at 10 ms, and provide an option to avoid auto-inserting loop trap yields for more advanced users.

Thank you! I can see that this could be confusing. Another way to resolve this would be to reset the motors before creating the drive base: ```python left_wheel = Motor(Port.B,...

Thank you. I think we haven't given the individual motor resets combined with drive base resets enough thought. I agree that some changes would be helpful, and we can certainly...

This happens because we display it as a field with a border of the same color, but it's still there. The way to fix this would be to use a...

They also shouldn't show up as variable objects.