Reinhard Budde

Results 67 issues of Reinhard Budde

**Describe the bug** The Rest-Call `https://lab.open-roberta.org/rest/data/robot/summary` shows, for instance: ``` number of robots connected: 308 max time a robot is waiting: 435913586 state distribution: ROBOT_IS_BUSY : 39 GARBAGE : 36...

bug
effort-high

our integration tests generate programs in the target labguage. If these programs can be compiled (C++, Java), this is done to detect errors of the code generator. For Python this...

enhancement
good first issue

We should add - code of conduct - contributing files as well as a pull request template as well as reworking the issue template ... ... to conform to the...

enhancement

we need serial write/read for Calliope, microbit and arduino, see #1007 Still missing: - [x] Write serial implementation in Calliope visitor - [x] Write serial implementation in Microbit visitor -...

enhancement
effort-low

Toolblock blocks, that depend on configuration elements, should be hidden, if no matching configuration element is selected in the configuration tab. If a configuration element is selected, the toolbox in...

enhancement
frontend
effort-high
blockly

This issue needs a clear concept first. we would like to have a wiki page, which describes in detail the requirements for background images (standard sizes, relation to robot size,...

enhancement
help wanted
simulation

to allow push notifications from the server to the client, the client issues very often a /rest/ping-request. The number should be reduces as much as possible. Rules: - every 60...

enhancement
good first issue
frontend
effort-low

we should reduce the size of the tiles: - robot image together with the name, - views/likes in one line the like/unlike presentation is not user-fiendly. It is unclear, whether...

enhancement
frontend

the following ev3 program crashes: [ev3-advanced-lists-too-complex.txt](https://github.com/OpenRoberta/openroberta-lab/files/4516186/ev3-advanced-lists-too-complex.txt) reason: - the type derived in the code generator is `captured` and not `int` as expected. - this shows that the expression is too...

enhancement
server

In many programs lists have to be initialized with known values. The existing list create block needs a lot of space to do this. Add a list create block for...

enhancement
help wanted
blockly