Jonas Wagner

Results 62 comments of Jonas Wagner
trafficstars

See https://stackoverflow.com/questions/1550226/python-setup-py-uninstall In short the following should work: ``` python setup.py install --record files.txt xargs rm -rf < files.txt ``` Probably worth double checking that you do indeed want everything...

It's definitely an option. If possible I'd prefer to ship with something that is pure javascript so it works out of the box. https://github.com/justadudewhohacks/face-api.js seems to be another possibility. The...

Hi @bochecha , I do not work on playitslowly anymore. I'm rusty in python, very rusty in gstreamer/gtk so I'd rather put my efforts in my javascript based [TimeStretch Player](https://29a.ch/timestretch/)....

Hi @bochecha, Thank your for your reply. It sounds like you are going through a really hard time. I wish you all the best on your path to recovery. If...

It should be possible, someone just need to implement it. I guess the tensor flow dependency can't be worse than opencv. ;) I'll give it a shot once I find...

Hi @emc-re-ds , I do not work on playitslowly anymore. I'm rusty in python, very rusty in gstreamer/gtk so I'd rather put my efforts in my javascript based [TimeStretch Player](https://29a.ch/timestretch/)....

Hi Felipe, Sorry for the delayed response. It looks like you are reading from the stream twice, which doesn't work. I'd suggest you first read the file into a buffer...

Hi Anthony, I'm not convinced ignoring warnings beyond the defaults in sharp is a good idea. Could you share some more details regarding what problem you are trying to solve?...

It's definitely possible to support something like that but its not implemented.

The PR didn't update the package-lock file. Fixed it on main now and released 2.0.7. Constantly updating the peerDependency sucks, but not declaring a dependency and just injecting it sucks...