John Parton
John Parton
### Describe the bug Requests involving a proxy server sometimes fail with an `AttributeError` which were working on versions prior to `3.8.0` ### To Reproduce Full test case: ```python #...
### Description Scrapy fails to crawl [emoji domains](https://en.wikipedia.org/wiki/Emoji_domain). Specifically, [i❤.ws](https://xn--i-7iq.ws/) Raises the following: `idna.core.InvalidCodepoint: Codepoint U+2764 at position 2 of 'i❤' not allowed` ### Steps to Reproduce 1. Create a...
Automatically gzip responses if the base64 encoded response is smaller. Issue: https://github.com/zappa/Zappa/issues/1027 I have this deployed in production and it works well. This will fail if a client doesn't support...
This is supposed to fix dynarec on the mip32/RG350 platform. https://github.com/schellingb/dosbox-pure/issues/104 Doesn't work yet.
Right now the only way to update a VectorField is to write out a literal `tsvector`, e.g. `'a:1 fat:2 cat:3 sat:4 on:5 a:6 mat:7 and:8 ate:9 a:10 fat:11 rat:12'` or...
After running the crawler for over a day, I still have a lot of proxies in the "unchecked" state. ``` [rotating_proxies.middlewares] INFO: Proxies(good: 147, dead: 3226, unchecked: 524, reanimated: 167,...
Cloned down master and tried to compile with the latest gcw0 toolchain. Got this error: ``` ~/Code/projects/OpenLara/src/platform/gcw0$ ./build.sh In file included from /opt/gcw0-toolchain/mipsel-gcw0-linux-uclibc/sysroot/usr/include/EGL/egl.h:39, from main.cpp:10: /opt/gcw0-toolchain/mipsel-gcw0-linux-uclibc/sysroot/usr/include/EGL/eglplatform.h:134:10: fatal error: X11/Xlib.h: No...
If you pass `-n -1` to `sample.py`, instead of returning a fixed number of characters, it will return an infinite stream of characters.
Python opens files as bytes by default. It would be nice if `TextLoader.preprocess` read the file and encoded it as unicode. I'll submit a PR. Thanks.
Adds support for the RS90. Compiled and loaded Phantasy Star for the SMS. More information on the platform here: https://github.com/libretro/RetroArch/pull/12592