Alex Hughes

Results 13 issues of Alex Hughes

I think I had found a bug in my previous implementation of QtCompat.translate. It should now support all cases that each binding support.

The QtCore.QSocketNotifier is supported to take an int representing the fileno of the socket as it's first param. In all bindings except PySide2, it works. In PySide2 it appears to...

This PR allows users to bring their own background image/imageSequence/video instead of the default green background. It creates a new parameter in `convert_video` called `bgr_source: Optional[str] = None` that, when...

This PR remuxes the audio stream back into the output video. When output_type == video, we can support adding back the audio stream from the original video input. It introduces...

This will abstract the Python Qt binding layer away and uses [mottosso/Qt.py](https://github.com/mottosso/Qt.py) instead. I used [QtPyConvert](https://github.com/digitaldomain/QtPyConvert) to do the conversion.

Hi, I have found an issue which is replicated below: ```python code = """ def foo(bar): if True: # I cause a Failure print("Foo %s!" % bar) """ import redbaron...

Hey, I have a bug in baron's parsing, I took a quick look but am still new to Baron so I am unsure what fix would be needed. Basically the...

bug

[black](github.com/ambv/black) has a really really high quality replacement system. Ideally we should investigate their tokenizing system and see if we can remove our redbaron dependency.

enhancement
Investigate

This PR is in response to issue #532 We are implementing a flag that when activated will record and store ctime, mtime, and atime in S3 as metadata on the...

Hi, I have a use case where I am using s5cmd as a "stash" for user's uncommitted files from Perforce and this has been working great in terms of speed,...

planning