Yegor Roganov

Results 6 issues of Yegor Roganov

Hello, According to docs, sum and multiply is implemented, but I can't get this to work: ```go func main() { doc, err := xmlquery.Parse(strings.NewReader(` 1 2 7 10 20 7...

bug

The `policy` setting affects the way the headers are encoded, and as a result some emails are not displayed correctly in (at least) Gmail. Consider this example: ``` python msg...

**Bug Report** When comparing a member of StrEnum to a string, it seems that Mypy assumes that the check is always False and does not type-check code under the condition....

bug

To run a specific test, `NoseTestSuteRunner` requires classes to be specified using colon like this `./manage.py test moderators.tests.test_decorators:CheckBanTest`, while default django test runner uses the dot as the delimiter `./manage.py...

feature

### Description Hello I was trying to understand how Custom Views work and their capabilities, but I can't find any examples. There are two documentation pages: 1. [This page](https://docs.structurizr.com/ui/diagrams/custom-view) has...

enhancement

`in` keyword narrowing was implemented for TypedDicts, but not `.get()`. I understand that it may be hard to implement for arbitrary `default` arguments of `.get(key, default)`, but the `.get(key)` variable,...

bug
topic-typed-dict