Roman Donchenko

Results 73 comments of Roman Donchenko

@zhiltsov-max Is this PR still relevant?

For the record, here's the benchmark: ```python import timeit from rest_framework.validators import ProhibitSurrogateCharactersValidator validator = ProhibitSurrogateCharactersValidator() for i in range(0, 9): length = 10 ** i string = "a" *...

I have rebased this in case you change your mind. If not, just close the PR. FWIW, the _current_ wording in `CONTRIBUTING.md` and elsewhere says that > We may accept...

Please add a changelog entry and update the black configuration in `pyproject.toml` as well.

Have you checked the impact of this change on the dataset layer in the SDK? I would assume that some adaptation would be needed, since it relies on the chunk...

> Following the previous: the GA tag is hard coded in the template. It may be not good for the code maintenance. > To avoid analytics pollution when running the...

> The solution does not provide a way to reset the cookies via website interface. I assume users can do it through the browser tools if necessary. I'm fairly sure...

It's odd that urllib3 would try the IPv4 address first, as it tries them in the order returned by `getaddrinfo`, and IPv6 normally takes priority in that. If you call...