Patrick Pedersen

Results 4 issues of Patrick Pedersen

When installing mdpdf via: ``` # npm install mdpdf -g --unsafe-perm=true ``` on Ubuntu 18.04 LTS with NPM version `3.5.2` I receive the following error when I attempt to execute...

invalid

The `rtmidi_python.cpp` file provided in this repository was built with an older version of Cython and will not work correctly with newer Python versions (3.9+). To fix the problem, you...

av_err2str makes use of C array constructs that break newer versions of G++. See: https://ffmpeg.org/pipermail/libav-user/2013-January/003458.html Error: ``` In file included from normalize_ts.cpp:37:0: normalize_ts.cpp:217:49: error: taking address of temporary array fprintf(stderr,...

I was wondering if there's any purpose for the following constants defined at the top of [qemu-pi-setup/setup.sh](https://github.com/berdav/qemu-rpi-gpio/blob/master/qemu-pi-setup/setup.sh): ```sh DISK="sd.img" SIZE=256 SIZEUNIT=M ``` `DISK` is not used once throughout the script,...