Alexander Tikhonov

Results 82 comments of Alexander Tikhonov

Hi @CralixRaev This would be a useful feature. I think reusing existing [`alias` field option](https://github.com/Fatal1ty/mashumaro#alias-option) and [`aliases` config option](https://github.com/Fatal1ty/mashumaro#aliases-config-option) is a good way to go. The field option would accept...

@real-or-random In short, I like your idea. I also thought about configuring aliases in dialects but in a more complex scenario. Right now, it's not possible to use the [`aliases`...

> edit: A less elegant thing would be to handle such things via ` __post_deserialize__` or `__pre_deserialize__` hooks, but unfortunately, they don't take a context. (Is there a specific reason...

> Thanks for the swift reply! I might need this in the future, but it's further down the road. I'm still in the process of figuring out whether this lib...

Hi. This is a breaking change. It is better to make it so that you can use both options and add deprecation warning to the current one.

Hi @ivanmaterov Why you can’t just set logging level DEBUG for aioapns’s logger?

Seems like Google stopped supporting XMPP protocol: https://firebase.google.com/docs/cloud-messaging/xmpp-server-ref

@hermitdemschoenenleben According to the documentation it is going to stop working in July 2024. Migration guide can be found [here](https://firebase.google.com/docs/cloud-messaging/migrate-v1). If someone wants to contribute and add support for the...

I see you created the related issue https://github.com/horazont/aioxmpp/issues/282 Hope, it will help. We need to figure out what the problem is.

Thank you @rosenbrockc. I will look into it when I have time.