Uli Prantz

Results 22 comments of Uli Prantz

If the display driver turns out to be the problem, then it would be worth to also fix #3777 and probably have a look at the already fixed touchscreen driver...

Could somebody provide a hash from the [Hexxeh/rpi-firmware](https://github.com/Hexxeh/rpi-firmware/commits/master) repo which could be used for `sudo rpi-update hash`. A version where the OpenGL (Full KMS) driver works and the touchscreen for...

Facing the same problem right now. I can't seem to fix it. I tried using the Legacy Graphics driver and also the GL (Full KMS) driver but it seems like...

Just a basic interface to connect to a websocket with some headers would be enough for some rapid prototyping. After the connection was established just show a logging window with...

@rangav basically the same as this plugin is doing it. It's called [WebSocket-Client](https://github.com/MoNouri97/vscode-websocket-client). I don't know what all the clutter with STOMP and SocketJS is but as far as I...

@rangav I also find out that the Chrome/Firefox dev tools offer something similar just not that conveniently usable. ```javascript const serverUrl = 'localhost:8000'; const someUriPart = 'xxxxxxx'; const socket =...

@waldeckmatheus used your latest docker build script and the compiled image resulted in the following error when executing on a `Raspberry Pi Zero 2 W` with the latest `Raspberry PI...

Got it working by changing the Dockerfile like this: `FROM debian:latest` -> `FROM debian:bullseye` since bullseye has the correct GLIBC which it's linking against ```dockerfile FROM debian:latest #if you run...

@sonne4711 I tried to build the image for the `Pi3` on the `development` branch to deploy it on a Raspberry Pi Zero 2 W. But it fails for me (compiling...

Any thing we can do to finally get HEIC support?