Andrey Semakin
Andrey Semakin
Should be merged. Very useful.
See also Chrome bug: https://bugs.chromium.org/p/chromium/issues/detail?id=1008821
@mustaqahmed are there plans to backport this fix to Chrome 77?
Anyway thank you @mustaqahmed! :) Will wait for Chrome 78 to release.
Get unexpected logging when press Tab. ``` Python 3.6.3 (default, Oct 3 2017, 21:45:48) Type 'copyright', 'credits' or 'license' for more information IPython 7.3.0 -- An enhanced Interactive Python. Type...
Seems to be (at least partial) duplicate of #1309.
@Fogapod exactly, I didn’t even try to fix the issue with global cache state. My only purpose here was just to make inheritance easier. It’s just one little step in...
Agree. This behavior is confusing, especially in tests when you receive some unexpected data in the cache that was put there by a previous test. It becomes difficult to write...
Friendly reminder about #579. Merging it could be a great step forward. Do you guys need any help with it? We at my work have met an issue with `aiopg`...
Some kind of workaround is to monkey patch `selectors` 🐒 ```python # This import should be at the top of the file because we need to apply monkey patch #...