Frank Valcarcel

Results 15 comments of Frank Valcarcel

@TST-akimond did you find out why this was happening? I'm running into this and can't figure out why.

I'm having the same problem but like @rodrigoreis22 said; the demo and other examples work. I haven't been able to implement a workaround. Also, I read the other issues and...

@anjishnu got any ideas for where to start or get inspiration?

Is there a general way to accomplish this. I tried adding the second pytest call with `--cov-append` but it still returns the same coverage report. I'm testing a flask application...

Hey @sogloarcadius this is probably late for you, but in case someone else finds this you can use a [`signature`](https://docs.celeryproject.org/en/latest/userguide/canvas.html#signatures) instead of `send_task`. It works similar to `send_task`, here's an...

@cameronmaske I too would like to use something like `unlock_after_run` to control this behavior per task, but while you're waiting to collect broader feedback to that - do you have...

if you need this package in python 3.5 or later, try: `pip install git+https://github.com/bitly/bitly-api-python/@refs/pull/41/merge`

After looking for a solution to this I think I may have stumbled upon one accidentally. If you want to handle dynamic subdomains you need to decorate your view methods...

think we can follow this project's lead? https://github.com/os/slacker/blob/master/slacker/__init__.py#L658

ping ;) The errors from CircleCI are just pyflakes. There's quite a few for \* imports. Do you guys want to update the flake8 config or fix them?