Bert

Results 126 comments of Bert

Not doing enough pull requests lately. Created the pull request. Not sure if I now should close the pull request (now) [EDIT] chatGPT made me clear that ```The "Close pull...

> I think @BertLindeman also commented about this but I can't find the issue or discussion right now. Well remembered Laurens! As it happens, I just looked at it today...

> It looks like this for me: Hard to say I am not that color-proof. So I took another screenshot and showed the result next to pybricks and took another...

**To me**! the code blocks look the same on win11 and on an android tablet. Also took a code block photo on android of the same program: ![afbeelding](https://github.com/pybricks/support/assets/8142081/914e1152-700c-4f50-b5c7-699940b35664) On android...

Probably a bit too far for now. 😉 But how about a docstring to document the function? Or even going further.. A docstring for the program. Bert

> I think we can start by explaining how you can do it by using that sample in Python and importing it into a block program. Is there already doc...

Just for clarity, I assume you meant code.pybricks.com instade of caos those letters are rather close to each other on the keyboard 😉 Bert

The TechnicHub is not connecting if the argument `stay_connected=True` is added on Win11 23H2 and Edge. Timeout . . . This TechnicHub is: ``` ('technichub', '3.4.0b2', 'v1.20.0-23-g6c633a8dd on 2024-02-14') This...

On my tablet android 13 running ```python from pybricks.iodevices import XboxController from pybricks.tools import wait from pybricks.hubs import TechnicHub from pybricks.parameters import Color hub = TechnicHub() hub.light.on(Color.GREEN) # To guarantee...