Nicholas Guriev
Nicholas Guriev
Fail to build autotests of the latest release [v0.11.0](https://github.com/ericniebler/range-v3/releases/tag/0.11.0) with GCC 11.2.0. Could you please take a look? A thousand thanks in advance. ``` [ 0%] Building CXX object CMakeFiles/test.range.v3.headers.dir/headers/range/v3/utility.cpp.o...
I confused tiles with 2 and 4 because they had nearly similar colors. I corrected this. Now they have enough different of colors to play | Before | After |...
json.dumps() overrides ensure_ascii=False in DjangoJSONEncoder. Set the flag again. It is okay because JSON allows the use of Unicode characters only. Set separators without spaces as well.
Not sure the patch series fit all cases but works for me. Relates: #8568 Closes: #5236
### Bug description The dunder method \_\_new\_\_ may return object not necessary corresponding to the first argument. Pylint could infer actual variable type after construction if astroid looked deeper into...
### Bug description The following sample script triggers false positive 'no-member' error, although the code runs okay. Pylint considers the first element of the .args tuple as a str instance....
The bot is frozen when it tries to send the full whitelist of links if this list contains links with non-latin characters **Steps to reproduce:** * Add the bot to...
## Steps - [x] For new features or bug fixes, add a ChangeLog entry describing what your PR does. - [x] Write a good description on what the PR does....
Do not require first exception argument to be a string. The word "usually" does not imply an obligation. https://docs.python.org/3/library/exceptions.html#BaseException.args ## Steps - [ ] For new features or bug fixes,...