Marc Rechté

Results 12 issues of Marc Rechté

Hello, On the webui2 dashboard, I cannot see my 3 hosts. When trying to add a host It says "What a bummer! We couldn't find anything." However the hosts are...

Hello, Login to the WebUI2 always fails with the following in the log: `[1535557160] INFO: [broker-master] [WebUI] user 'admin' is signing in ... [1535557160] INFO: [broker-master] [WebUI] Checking authentication for...

This is to avoid noise during score reset.

``` $ make fmt git submodule init git submodule update run-clang-format/run-clang-format.py -r --clang-format-executable clang-format-9 modules sources stress test third_party run-clang-format.py: error: Command 'clang-format-9 --version' failed to start: [Errno 2] No...

This is to support a fork of OPP being able to drive up to 32 solenoids. https://gitlab.com/mrechte/open-pinball-project This PR has been discussed with OPP owner: [email protected].

Hello, Not sure but since recent commits, a mode that used to be started with use_wait_queue: true, now seems to ignore it: Before: `2024-03-24 16:03:06,275 : INFO : EventManager :...

It seems youtube video player does not send the events (play, playing, ...) to the poster element. Therefore one cannot see the video because it is obscured by the poster....

This code will never end, because $SECONDS becomes negative after 10 seconds: ``` LD_PRELOAD=src/libfaketime.so.1 FAKETIME="@2000-01-01 11:12:13" \ FAKETIME_DONT_RESET=1 \ /bin/bash -c 'while [ $SECONDS -lt 20 ]; do date; echo...

help wanted

This new page describes combo boards hardware, especially designed for EM pinballs, based on OPP.

This will not compile with recent FFmpeg version (ffmpeg version n7.0.1) ``` gcc -fno-strict-overflow -DNDEBUG -g -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer...