Philipp Thiel

Results 6 issues of Philipp Thiel

Currently the GPIO pins are accessed via /dev/mem which requires running the program as root. Consider using /dev/gpiomem instead. This would allow to run the program as any user that...

Type: Enhancement

Siehe https://github.com/DecentralizedAmateurPagingNetwork/Core/issues/124

Type: Enhancement
Priority: Medium
Status: Accepted

Hello, I tried to register a function using a std::shared_ptr as an argument but that results in a bunch of compilation errors. Here is a minimal example: ``` #include #include...

In package.h the package struct contains the line `GSList *requires`. Since C++20 "requires" is a reserved keyword, so clang++ is complaining about it and terminates compilation of my code. I...

Da wir jetzt schon mal dabei sind, die Hälfte umzubauen, würde ich auch eine Überarbeitung des Netzwerkprotokolls zwischen Core und Sendern anstreben. Für die C9000 Kisten kann ich im raspager-proxy...

enhancement

**Describe the bug** We use `AddOverlayView` with browser views to embed a browser view on top of our main browser. Starting from CEF 125 this was broken due to a...

bug