Max
Max
running this on the latest debian image for the raspberry pi 2: installed `libusb-1.0-0-dev libhidapi-dev librtmidi-dev` and did a git submodule install ``` pi@raspberrypi:~/cabl/build $ cmake .. __ ___ /\...
Don't know how to really reproduce this, but it started to appear the last days:  ``` laravel/framework v7.24.0 laravel/nova v3.8.2 itsgoingd/clockwork v4.1.6 ``` clearing cache / deleting storage files...
I am trying get this package to work with vue-clip: https://github.com/silverwind/uppie any hints? Can this be integrated? Cheers Max
has anyone seen this? not sure how to solve: ``` ➜ ~ flashrom dyld: Library not loaded: /usr/local/opt/libusb/lib/libusb-1.0.0.dylib Referenced from: /usr/local/bin/flashrom Reason: Incompatible library version: flashrom requires version 3.0.0 or...
So Maypole is shipping, are there any updates software/documentation wise? Any quickstart tips/schematics? cheers max
once again thank you for this awesome tool. sometimes when disconnecting from my service (which runs with vopono) i get: ``` thread '' panicked at 'called `Result::unwrap()` on an `Err`...
### What happened? just dies without any real log, nginx returns 502 `strace` output seems like a memory/segfault thing ``` php -v PHP 8.3.2-1+ubuntu22.04.1+deb.sury.org+1 (cli) (built: Jan 20 2024 14:16:40)...
given some stm32mp157 boards do have a dsi display, i was wondering how to write pixels? any hints in the right direction? thanks for this great repository!