thenewguy
thenewguy
at https://github.com/sciyoshi/pyfacebook/blob/master/facebook/__init__.py#L1120 shouldn't args['description'] = title be args['description'] = description
@https://github.com/sciyoshi/pyfacebook/blob/master/facebook/__init__.py#L1138 It appears that VideoProxy.upload() was copied from PhotosProxy.upload(). The upload method loads the entire file into memory. Seeing as to how high quality videos are quite large, this should...
Since it is a redundant storage backend, shouldn't the open() method also check the remote storage if open fails. If it fails on local but exists on remote then the...
If you're having trouble using Certbot and aren't sure you've found a bug or request for a new feature, please first try asking for help at https://community.letsencrypt.org/. There is a...
If you think the code is ready, it could be added to the videojs plugin wiki https://github.com/videojs/video.js/wiki/Plugins
It would be handy to be able to wrap the test class with a prepared mock and not require the test cases to accept the mock. For example, pass a...
Have you done any testing using suds-jurko master codebase? Would allow for python 3 compatibility. Per https://bitbucket.org/jurko/suds/issues/117/please-release-new-version Debian Sid and Fedora 24 used it for their release version of the...
Document how to configure http via proxy. Fixes https://github.com/jzempel/stamps/issues/11
**What's the problem this feature will solve?** Global constraint file that is shared among many related apps where the constraints point to git repos this will allow installing `pip install...
`RepresentationBase()` maps "profile" to "@profiles" at https://github.com/sangwonl/python-mpegdash/blob/ca757902bc329a061fb094d2c3dac9e1364a3699/mpegdash/nodes.py#L395 and https://github.com/sangwonl/python-mpegdash/blob/ca757902bc329a061fb094d2c3dac9e1364a3699/mpegdash/nodes.py#L418 Adaptation Sets can have the profiles attribute to signal conformance per > 10.2.3.4. Adaptation Set Constraints The @profiles parameter may be...