Peter Sauer

Results 8 issues of Peter Sauer

We develop an Vaadin based configuration tool for an ARM embedded device with 256MB. Sounds crazy, but it works, slow startup of the app, but the user can walk through...

bug

https://github.com/Seeed-Studio/grove.py/blob/master/grove/grove_gesture_sensor.py ``` python if data0 != 0x20 :#or data1 0x76: print("Error with sensor") ``` Only one byte is checked - second check is commted out. Why? ``` python if data...

On a RPi 3B+ with Linux raspberrypi 5.10.17-v7+ #1403 SMP Mon Feb 22 11:29:51 GMT 2021 armv7l GNU/Linux ``` cli ./test_gpio /dev/gpiochip0 17 27 [ OK ] /home/pi/c-periphery/tests/test_gpio.c test_open_config_close():151 edge...

For my project there is a master table which describes the main entity of the project - million of entitys. There are many different querys on this tabe to get...

There is a fixed issue describing this problem exactly for mariadb-java-client 2.7.x https://github.com/j256/ormlite-core/issues/251 But if you change the version of the lib to 3.x.y the same problem comes back.

Out of the box the example is not working on a iPhone 7 - not Payment Button visible. Any Idea? On the simulator the app is working - I have...

The app uses the Inter font throughout. ``` textTheme: TextTheme( displayLarge: const TextStyle( fontFamily: 'inter', fontSize: 72, fontWeight: FontWeight.bold, ), titleLarge: const TextStyle( fontFamily: 'inter', fontSize: 20, fontStyle: FontStyle.normal, ),...

question

### Describe the bug Tons of erros - but I think this is the main reason of the build failure ``` [INFO] --- vaadin:24.8.4:build-frontend (default) @ compiler-frontend --- [INFO] Scanning...

bug