philip

Results 6 issues of philip

Hi.. For some reason there is quite the memory drain by the crop activity version 1.0.0 at startup time often leading to exhausting the memory either directly at start of...

enhancement

**Is this the right place for my bug report?** Yes: I asked on the [forum](https://www.raspberrypi.org/forums/viewtopic.php?f=28&t=295829&p=1817220&hilit=ptp#p1817220), I asked the raspberry foundation through the contact form but didn't get any response -...

https://github.com/k0a1a/hotglue2/blob/ff69c8d66f164bf8be93d08342058c0afaecdd84/html.inc.php#L299 php error in short that _haystack of function in_array is null_ quick fix that works for me ``` if (is_array($elem) && is_array($elem['class']) && @in_array($c, $elem['class'])) {```

https://github.com/k0a1a/hotglue2/issues/27 https://github.com/k0a1a/hotglue2/issues/19

internal timeout-based interrupts are not triggered such that sapd hangs and timeouts are not processed external interrupts / events trigger processing of internal timeouts macos 10.15.7

bug

If incorporating `oscpack` through cmake `add_subdirectory` compilation will fail because headers are not found. This is because the include directory does not reference the current directory, ie `CMAKE_CURRENT_SOURCE_DIR`. https://github.com/MariadeAnton/oscpack/blob/1cb90c372a182ac13b9a5f68b938c06ade851836/CMakeLists.txt#L26 Also...