Jake Cowton

Results 5 comments of Jake Cowton

So this came about when I was integrating [scrapy-redis](https://github.com/rmax/scrapy-redis), which depends on converting requests to and from a dictionary for storage. Here's a simplified version of my setup. I have...

> Would the current implementation work if you did the following? > > ```python > self.bar = foo.bar > ``` Ha! It does for this minimal example, but not in...

Okay, I've made the example more specific to my situation. `bar`, given a URL, will find some relevant URLs on the page and do Stuff™ to them. It does this...

To add to the above, (bare in mind I only started using this today) I don't _think_ threshold has any effect on `OnInterval` (it's not mentioned as a parameter in...