Ross Duggan

Results 21 comments of Ross Duggan

Some additional information: Bash 4.1-alpha "fixed" this in 2009 [changelog](http://tiswww.case.edu/php/chet/bash/CHANGES): > j. The [[ and (( commands are now subject to the setting of `set -e' and the > ERR...

"Require" is probably too strong a word - I mean try to encourage having 4.1+ where possible (ie, in package managers). Incorporating the warning where it's not available makes sense.

Well, I'm generally for writing portable shell wherever possible, but since Bash is already a requirement here, I think that ship has sailed :)

Just FYI, a workaround for this could be subclassing the `Queue` and `Worker` classes to modify those methods mentioned, e.g.: ```python """ my.py """ from datetime import timedelta from rq...

Thanks @inhumantsar! I've been running this in a fork for a couple of weeks, works reliably, has been very handy for running DB migrations as part of an ECS deployment...

We'll consider moving to [ConfigArgParse](https://pypi.python.org/pypi/ConfigArgParse) for 0.2.0.

I'm planning on having builds pushed to PyPI from Travis, which will cover the Linux builds; it [looks like AppVeyor provides similar functionality for Windows](http://kirbyfan64.github.io/posts/using-appveyor-to-distribute-python-wheels.html). Will do them both at...

I have these mostly working in a branch now, so next release will contain wheels and .exe builds! I've had trouble getting the MSI uploaded to PyPI, but that can...

MSI upload at testpypi is returning errors, yes. I've only been building the 64 bit versions while testing, I expect 32 bit will work ok.

Logs for the MSI push failures are [here](https://ci.appveyor.com/project/duggan/pontoon/build/1.0.55/job/irayg2u4ma5tvok1) (`python setup.py bdist_msi upload`) and [here](https://ci.appveyor.com/project/duggan/pontoon/build/1.0.53/job/k58pd7078ar04jpo) (`twine upload`) if you want to have a look.