Sander

Results 32 issues of Sander

same (mp3) file, different name ... different output Make a copy: `sander@brixit:~/git/puremagic$ cp test/resources/audio/test.mp3 test/resources/audio/testblabla.bla ` Verify it's there with same size: ``` sander@brixit:~/git/puremagic$ ll test/resources/audio/test.mp3 test/resources/audio/testblabla.bla -rw-rw-r-- 1 sander...

sudo pip3 install pybluez on Ubuntu 20.04 results in `ERROR: bosch-glm-rangefinder 0.0 has requirement PyBluez==0.22, but you'll have pybluez 0.23 which is incompatible. ` Is pybluez 0.23 really incompatible?

After pressing the Bluetooh key on the Bosch PLR 30 C, the bluetooth item appears in the Bosch PLR 30 C's screen, and Ubuntu does discover the Bosch PLR 30...

I want to use axel to measure my Internet speed, with a file meant for that (https://speed.hetzner.de/100MB.bin). I do not want to measure my disk speed, so I try to...

Closes https://github.com/axel-download-accelerator/axel/issues/381 Typical use case: use axel as a speed test tool, writing to /dev/null

After a left-over of another, stopped 1GB (so .st in place) download (to same output file blablafile), axel gets confused when trying to get a fresh download, and wants to...

bug

On Ubuntu 20.04, I did ``` sudo apt-get install cargo libxcb1-dev cargo install kmon ``` but that resulted in: ``` = note: /usr/bin/ld: cannot find -lxcb-render /usr/bin/ld: cannot find -lxcb-shape...

bug

Hi, SABnzbd sub-author here, CC to @Safihre I'm not sure if this is cheroot or cherrypy. The PoC program does a "import cherrypy", and the traceback is in cheroot, so...

bug

With guesit 3.4.2, the input 'Bla bla bla - S32-Week 45-Ep 6478' takes 30 seconds (on a Intel Xeon), and gives 6500 items as episode output. See oneliner below. Desired...

closes https://github.com/nzbget/nzbget/issues/755 posix/config.guess and posix/config.sub are from: ``` wget 'http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD' -O posix/config.guess wget 'http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD' -O posix/config.sub ``` Previous posix/config.guess and posix/config.sub were from 2014 ...