Anton Wieslander

Results 10 comments of Anton Wieslander

Sorry for the delays, after having a hand at this, this seems a bit trickier to accomplish than it seems. What we want to have is for the user to...

Ditching the 'quality' option when capturing from Camera helped me.

I would really like to see this feature as well, love the package. having two instances is dirty, as soon as you get in to maintaining tokens and interceptors for...

in addition to the previous comments: - fixed inconsistency with having `COMPRESSION_KEEP_ENCODING_HEADER` and `COMPRESSION_KEEP_ENCODING_HEADERS` - `HttpCompressionMiddleware.process_response` to always return `b'decoded'` in decoding happened. not when `keep_encoding_header` is True

I couldn't figure out the previous build error https://github.com/scrapy/scrapy/runs/4026144087?check_suite_focus=true ``` docs/conftest.py:24: in CodeBlockParser(future_imports=['print_function']), E TypeError: __init__() got an unexpected keyword argument 'future_imports' ``` I've amended my changes to touch less...

@Gallaecio thank you, will keep an eye out for when that's merged

does this still need doing, do you want me to pick this up? Or for that fact any other "good first issue"? if just let me know seems like there...

@Gallaecio that's what I saw, I can pick up their branch and finish it up )