Ben Bangert

Results 28 comments of Ben Bangert

I could see this feature as including 2 keyword arguments, each taking a list: `include_kwargs` `exclude_kwargs` Where only one of these should be supplied. That makes sense to me. Python...

I do happen to recall a case where failing to check for the key resulted in deletes issued that shouldn't have been. In some systems writes are quite expensive, so...

This is a known issue with concurrent requests, and is due to the fact that at the beginning of a request the session is read, its updated, then written back....

I'm completely open to a patch to use the implicit waits, I'd be happy to have this support in lettuce_webdriver.

I guess this presents the question of whether the goal is to still support Python 2. If that was the goal then `six` should probably be used to handle both...

I'd be happy to merge a PR that supports Python3.

A PR off master sounds good to me.

I'm totally open to having a good chunk of that merged into retools.Queue. :)

dogpile.cache implements the dogpile lock on the per-machine level, while the retools lock is in Redis, and is global to the cluster. This prevents the cache from being repopulated by...