Martin Burchell

Results 8 comments of Martin Burchell

I'm seeing this too. I don't know what C++ code causes this to fail. It looks like `get_name()` can return an empty list so there should probably be a check...

A bit of a hack. On Ubuntu I have a script `xkcdpwgen` which looks like this: ``` #!/bin/bash XKCD_HOME=$HOME/workspace/XKCD-password-generator/ PWGEN=$XKCD_HOME/xkcdpass/xkcd_password.py $PWGEN -d "" -n 4 ``` Then in the QtPass...

@mulles Just looking here: https://github.com/IJHack/QtPass/blob/master/src/pass.cpp#L69 The arguments to pwgen appear to be: * `-1` * optionally` --secure` * `--capitalize` or `--capitalize` * `--no-numerals` or` --numerals` * optionally `--symbols` * the...

Hello. I'm one of the confused people on the internet. How does this feature request differ from what is provided by http://docs.celeryproject.org/en/latest/userguide/workers.html#changing-rate-limits-at-run-time?

@franga2000 How are you getting along with this new feature? We'd like to make use of it in the site we're developing

@graingert Apologies for the delay in replying. I can confirm that your workaround works. Thank you!

@hissy we've not yet tested this on 5.3 but we will be in the next couple of weeks

I don't think the CircleCI failures are down to anything I've done. I tried fixing the missing Ubuntu image but there were failures further down the line. I'll stop there.