Finn Böger
Finn Böger
set dimensions of board container to actual dimensions of canvas to ensure scroll bars are sized correctly By opening a pull request, I certify that I hold the intellectual property...
If messages are attempted to be sent in too close proximity to each other instead group them and send them together. I also changed the pencil to get its minimum...
Again code mainly by @rdbeach. Adds secondary function to eraser where a rectangle can be drawn and everything that is fully inside this rectangle will get deleted.
Allow toolbar to be moved to the right side to allow left handed users the use of WBO on touch devices without accidentally triggering the menu
### Describe the bug Using the minifier in conjunction with either the `ts-loader` or `swc-loader` results in the error `String index out of range: -2` when running `BigDecimal.valueOf(0.0);` (or other...
## Pull request type - [X] Bugfix - [ ] Feature - [ ] Code style update (formatting, renaming) - [ ] Refactoring (no functional changes, no api changes) -...
This adds support for using the FIFO queue to store the values measured by the accelerometer and the gyroscope and to read back that data quickly. It is based on...
## Pull request type - [X] Bugfix - [ ] Feature - [ ] Code style update (formatting, renaming) - [ ] Refactoring (no functional changes, no api changes) -...
The `GetBuf3ByteDouble` function incorrectly interprets negative values. If a value set with `SetBuf3ByteDouble` is read back with the aforementioned function, it does not match. See https://cplayground.com/?p=whale-jackal-tapir for a simple example...