josephernest
josephernest
Hello, I see that fernet.js (as well as fernetBrowser.js) contains `require`, etc. so this won't be accepted by the browsers if I just do and copy the `fernetBrowser.js` file... Could...
I'm currently using something like this ([debounce](https://www.arduino.cc/en/tutorial/debounce)) to detect a button press, and do an action when this happens (example: send a packet via RF radio 433 Mhz). I'd like...
Hello, Congrats @Blount for this cool project! I have this error when trying to create a RSS: PHP Fatal error: Class 'DOMDocument' not found in /home/www/cheky/lib/AdService/Parser/AbstractParser.php on line 8, referer:...
I'm using: * qemu-5.0.0 * `kernel-qemu-5.4.51-buster` * `versatile-pb-buster-5.4.51.dtb` * RaspiOS Lite (Kernel version: 5.4) `2020-12-02-raspios-buster-armhf-lite.img` from https://www.raspberrypi.org/software/operating-systems/ Then qemu-system-arm.exe -kernel kernel-qemu-5.4.51-buster -cpu arm1176 -m 256 -M versatilepb -serial stdio -append...
Is the recording of the soundcard output only available for WASAPI drivers? https://github.com/intxcc/pyaudio_portaudio/blob/master/example/echo_python3.py#L66 In my case, it doesn't work with device number 0, 1, 2, 3, but only number 4...
1) Connect a USB MIDI IN device (example: USB MIDI keyboard) 2) Run the following code (see below) 3) Unplug the USB MIDI IN device 4) Crash ! or panic...
Thanks @superquadratic for this great module I have in at least two projects. I use it only for MIDI input, with a callback. I get randomly these errors, once every...
This is not a `rtmidi-python` issue, but rather a research for a feature close to `rtmidi-python`. **What neighboor Python module can we use for reading/playing MIDI files ?** An interesting...
I add 1000 elements of text on a big canvas with KineticJS, which supports : ``` panning (north/south/west/east) [with click + drag] zooming [with mousewheel] ``` Demo here : http://s419743653.onlinehome.fr/things/kinetic_zooming.html...
Congrats for this nice project! Can you give an example of how to use it with Windows? (which dependencies / libraries to install first) PS: If possible, without cygwin, and...