Lie Ryan

Results 79 comments of Lie Ryan

celery is a [distributed task queue](https://github.com/celery/celery). It allows your application to have code that runs in the background, outside of the HTTP request-response cycle. For example, if you're sending an...

@alex-oleshkevich sometimes you're rendering absolute url so it can be inserted into Emails/SMS. For API, rendering absolute URL can make it easier for clients to cache the result, either in...

I have this. I think this is caused by `$AUTO_SUGGEST_IN_COMPLETIONS = True`. When I disabled that, this problem goes away.

Thanks for creating this PR @gliptak, thanks @bagel897 for updating this PR forwards.

From my understanding the special handling of allowing `0 + Money()` was just to make `sum([Money(), Money()])` works. This behaviour comes from the underlying python-moneyed library. There are also other...

Yeah, I can reproduce this as well. What I found is that it seems that the first keypress in a script does not work and it takes a second after...

Closing. As we have no immediate plan to use setuptools-scm.

Closing. Cannot reproduce with latest version of rope using appropriate version of Python. If you think this is incorrect, please provide additional details on what exactly you're trying to do...