josephernest

Results 116 issues of josephernest
trafficstars

When doing `make` I get this: ``` pi@raspberrypi:~/exfat-nofuse $ make make -C /lib/modules/5.4.79-v7l+/build M=/home/pi/exfat-nofuse modules make[1]: Entering directory '/usr/src/linux-headers-5.4.79-v7l+' CC [M] /home/pi/exfat-nofuse/exfat_core.o /home/pi/exfat-nofuse/exfat_core.c: In function ‘fs_error’: /home/pi/exfat-nofuse/exfat_core.c:1760:64: error: ‘MS_RDONLY’ undeclared...

Hi Korg dev team, Just a message to inform you I have done a very simple tool (using your SDK example) that automatically uploads .wav to the Korg Volca Sampe...

Hi, I read with great interest your benchmarks! Even if `mod_python` is not actively maintained anymore, it seemed quite mature during my previous tests. Do you think you could run...

Congrats for this great project! Do you think there is a way to support Zeiss Axio Imager M2M easily? Is it possible to use it without ZEN software or without...

As stated in the documentation, `scipy.signal.find_peaks` works for 1D signals. There are many attempts of similar function for 2D arrays, such as https://stackoverflow.com/questions/3684484/peak-detection-in-a-2d-array, https://stackoverflow.com/questions/16842823/peak-detection-in-a-noisy-2d-array, (or other methods in sklearn: https://scikit-image.org/docs/stable/auto_examples/segmentation/plot_peak_local_max.html),...

enhancement
scipy.signal

Thanks for having made this tool @jethrogb! Not an issue, but more a note for later / hint for other users, as it took me an hour to figure out...

On Windows and Python 3.7, pip install leveldb-py gives: ERROR: Could not find a version that satisfies the requirement leveldb-py (from versions: none) ERROR: No matching distribution found for leveldb-py...

Hi, first of all, congratulations. I am very impressed about simpleDLNA, I really really appreciate the "Run the .exe file, and it works, zero configuration needed". It worked immediately in...

With... ``` Bonjour ``` ..., would it be possible to have : ``` print d['root']['blah']['#myattr'] # foo ``` instead of (now it is like this) : ``` print d['root']['blah']['#blah']['myattr'] #...

This XML, which has 2 children called "many" will cause a problem : ``` foo bar blah element as well ``` Here is the result after `XML2Dict` : ``` {'mydocument':...