Alexander Tikhonov

Results 9 issues of Alexander Tikhonov

## What is this Python project? [mashumaro](https://github.com/Fatal1ty/mashumaro) is a project that adds the ability to generate methods for serialization / deserialization of dataclasses with big variety of standard types out...

**Is your feature request related to a problem? Please describe.** There is a standard type `Pattern` https://docs.python.org/3/library/typing.html#typing.Pattern. Support for annotations `re.Pattern` and `typing.Pattern` could be useful. **Describe the solution you'd...

enhancement
good first issue

https://github.com/Fatal1ty/openapify

help wanted
good first issue

I was working on serialization / deserialization logic for the new PEP 646 in [mashumaro](https://github.com/Fatal1ty/mashumaro), but unfortunately the following example from https://peps.python.org/pep-0646/#type-arguments-can-be-variadic doesn't work as expected on older python versions...

pep-646

Добрый день. У меня несколько вопросов к API по поводу заявок и операций. **A.** Я выставляю лимитную заявку на покупку / продажу большого количества лотов по цене отличающейся от средней...

documentation

Сегодня с `10:22:45` до попытки выставления лимитной заявки на продажу 18 акций AAPL по цене **100.23** падали с ошибкой "Цена вне лимитов по инструменту" несмотря на то, что в `10:20:47`...

If we try to use a factory for `TypeVar` type `T` without a wrapper `Something[T]` we will get `dishka.exceptions.NoFactoryError`. Slightly modified example from [the documentation](https://dishka.readthedocs.io/en/stable/advanced/generics.html#creating-objects-with-provide) shows the problem: ```python from...

bug