Bert
Bert
Have been busy trying to debug #122. Conclusion sofar: date and time in the forecast boxes are formatted using the locale that is **active** at the start of the clock....
Current segway.py needs both the EV3-gyro and the HiTechnic-gyro on the USB side of the EV3 brick. The [Balanc3r building instructions](http://robotsquare.com/2014/06/23/tutorial-building-balanc3r/) has the HT-gyro on the other (speaker) side.
Using spike-tools for a few hours now. - Looking at the `list` output first. The slot file name on my hub is base64 encoded. As an example: Name: `ZGlyZWN0b3J5X2xpc3Q=` Name...
The localized date and times are not always translated, see [in issue 185](https://github.com/n0bel/PiClock/issues/185#issuecomment-1493421518) I think I found a reason. In the forcast squares before the day.setText calls I added a...
Moved set locale from tick to qtstart
[Bug] Uncatched error on code.pybricks.com on loading a block-code program with an unsupported block
**Describe the bug** Tried to load the program example for discussion #1558 on code.pybricks.com. The source uses an xbox rumble, not yet supported on code.pybricks.com. Results in repeated reloading of...
**Describe the bug** In code.pybricks.com I want to save all sources in a zip, so press the `Backup all files` Results in ``` Error: Failed to execute 'showSaveFilePicker' on 'Window':...
Probably needs more work, but this is a good stage to ask for comments. On Windows the `tutorials` page did not look OK:  But that could well be a...
After some time, I wanted to flash newer firmware (for #1678) on the primehub that was still at **this** CI firmware (build 3380 I think). 1. Bluetooth is enabled on...
**Describe the bug** Program is a tight loop printing f-strings. Within seconds the hub does a shutdown (somehow) The display animation is no longer smooth but has large hickups. Might...