Marcel Stemmeler

Results 10 issues of Marcel Stemmeler

**Describe the bug** - Most robots generate a function like main() or run() in their code generation regardless of blocks used - The problem is these names are possible custom...

ev3
nao
effort-low
mbot
microbit

**Describe the solution you'd like** - There should be an Overwrite/Replace feature for the SaveAs of Configurations similar to Programs added [here](https://github.com/OpenRoberta/openroberta-lab/pull/1079) **Additional context** - The solution should be very...

enhancement

**Describe the bug** - The English tutorial has a lot of German words inside it **To Reproduce** Steps to reproduce the behavior: 1. change language to English 2. click "tutorials"...

enhancement

**Describe the bug** - When entering an invalid name into the textbox of a sensor or actor that is connected to a action block in the program workspace the last...

bug
effort-low
blockly

**Describe the bug** - When using a for loop the counter variable wont stop you from generating and compiling code even if it's used outside of the loop it was...

good first issue
server

Currently, the Lab uses outdated firmware for the spike prime plugin. Due to difficult communication with Lego, the open-source firmware [pybricks](https://pybricks.com/) could be used as the firmware from now on....

enhancement

This pull request introduces a revision to the binary download process by replacing the reliance on the compiledHex variable with a REST call. Additionally, it lays the foundation for a...

**Describe the bug** - i can't upload a program to either Rob3rta or Bob3 using BobDude - While Rob3rta or Bob3 are open, I get the following CORS error ```...

bug
robot-related

**Describe the bug** - When the simulation is open for an extended period of time, at some point it goes blank, only showing the robot. - This has only been...

bug

**Describe the bug** - The get LED brightness block does not return values ranging from 0-9. - Instead it returns doubling values till 256 (0,1,2,4,8,16,32,64,128,256) - This bug is not...

bug
robot-related