Andrew Svetlov

Results 374 comments of Andrew Svetlov

@kennethreitz ping

@bitprophet @kennethreitz ping

Well, chat room is not good, I understand your position. There are too many badges in the wild, alabaster cannot provide them all. What's about adding *generic badges support*? `badges`...

Pull Request #124 is done. @kennethreitz please review.

You could call `.cancel()` but it doesn't cancel a job which is executed by thread pool. Yes, it's fundamental limitation. You pool might be blown by slow file IO requests.

Sorry for very long silence. Now I can describe my needs better. No, the issue is not related to #8 at least it's not my use case. In aiohttp on...

Strictly speaking in asyncio stream API drain waits for reaching *low watermark*, not buffer emptiness.

aiohttp uses [workaround](https://github.com/KeepSafe/aiohttp/blob/master/aiohttp/streams.py#L50-L55) to solve the issue depending on python version.

The crawler doesn't store html files but downloads them and updates statistic only. You could modify the code for saving documents easy though.