Alexander Tikhonov

Results 82 comments of Alexander Tikhonov

Good news everyone! I’m working on it, so this functionality will be a part of 3.11 release.

The long-awaited pull request has landed! See updated docs [here](https://github.com/Fatal1ty/mashumaro#json).

Current workaround is to use explicit serialization strategy either in the config or at the field: ```python def coerce_str(value): return str(value) def validate_str(value): if not isinstance(value, str): raise ValueError return...

Hi, author of [openapify](https://github.com/Fatal1ty/openapify) here 👋 I couldn't put up with manually keeping the documentation up-to-date with the code, so I created a framework agnostic library with built-in JSON Schema...

Hi @yashk0thari You can find answer here https://stackoverflow.com/questions/40621097/what-is-the-keyid-when-using-apns-push-service

День добрый! Все верно, событие trade не поддержано. Я давно не следил за обновлениями API из-за нехватки времени, но с удовольствием рассмотрю пул реквест! Если будут вопросы, обращайтесь.

Here is my feedback. TLDR: I like the changes with `--preview` flag more than without it. I was testing black 23.11.0 with `--preview` on https://github.com/Fatal1ty/mashumaro I like this idea with...

> > Replying to a few recent posts (including my own): > > @Fatal1ty > > > I like this idea with Ellipsis on the same line (there is no...

> Consequently, I have no idea what the resulting from_dict code is actually doing You can see the generated code by enabling [`debug`](https://github.com/Fatal1ty/mashumaro?tab=readme-ov-file#debug-config-option) in the config parameter as described in...

Hi @harrymoy Can you check if [3.2](https://github.com/Fatal1ty/aioapns/releases/tag/v3.2) solves this problem?