Dirk Heinke

Results 7 comments of Dirk Heinke

Thanks, take your time. Sure you can list me. :+1:

I just noticed, the problem only exists, when you are in list mode ``` * a * b ```

From what I know about the library, the REST API is only used to get a unique id and to list all peers (https://github.com/peers/peerjs/blob/master/lib/api.ts). Everything else is send over the...

Changing `kwargs['ssl_version'] = ssl.PROTOCOL_SSLv3` to `kwargs['ssl_version'] = ssl.PROTOCOL_TLSv1` works for the oauth token but the next error ist: ``` urllib2.URLError: ```

If you don't need exact this script, this fork is working: https://github.com/thiderman/spoticli

I just checked it, and `git fetch` seems to ignore LFS. So Backing up repositories with LFS currently ignores all files in LFS. A `git lfs fetch {url}` after the...

Any updates on this? MIT would also be awesome.