Patrick Werner

Results 9 issues of Patrick Werner

E.g. "5.33 thousand" is correctly detected as "5330". However, if written out "five point three three thousand" is detected as "5.3" and "3000". This is a problem in at least...

After some testing with a fresh Ubuntu 18.04 VM the following packages listed in the README are not actually needed to successfully run the integration tests: - `binutils-avr` - `gdb-avr`...

enhancement
server

- [x] Create basic plugin structure based on EV3 and WeDo - [x] Clarify old vs new configuration - [x] Add `orb` to blockly sensor definitions - [x] Implement new...

enhancement
effort-high

Most compilers generate some form of binary which is transferred to the robot via the frontend or the `/download` endpoint. For the frontend part the generated binaries are loaded into...

enhancement

Currently, new Calliope DALs need to be manually generated. This should be automated, similar to the `arduino-resources`. Libraries should be downloaded automatically, instead of directly committing them to the `ora-cc-rsc`...

enhancement
effort-high

**Is your feature request related to a problem? Please describe.** - Currently the state of the pins (analog/digital in) in the Calliope/micro:bit simulation is reset every simulation start. This is...

enhancement
effort-low

In the resetState function the motors, LEDs and display are reset, but not the sensors. E.g. the color sensor's lights are still on after using it. I only tested it...

**Describe the bug** - When using a function with a return value in a "show text" block the type of the function is disregarded. - That leads to "TextOut" being...

bug
good first issue
server
code generation

### Describe the bug. When running the asyncapi/cli GitHub Action on a non-root self-hosted runner, the permissions of the files in the mounted directories are messed up. This seems to...

bug