Maxim Gasai
Maxim Gasai
I have implemented biometric authentication in my app by storing refresh token in biometric storage and met following case. As soon as my app starts, user is prompted to use...
This pull request adds support for Apple Silicon chips Related to https://github.com/alexander-akhmetov/python-telegram/issues/466
Hi, let's consider following code: ```dart @RoutePage() class HomeScreen extends StatelessWidget { const HomeScreen({ super.key, this.titleResolver = defaultTitleResolver, }); final String Function() titleResolver; @override Widget build(BuildContext context) { return const...
At some point of time we started to get `can't write to read only replica` exceptions. Here is what we have in logs: ``` ^[[36mevent-handler_1 |^[[0m 2025-05-06 05:19:57,044 - ERROR...
Let's assume the following case: user is creating a new event, there is no exceptions and user is trying to fetch his events again. However he is not going to...
Hey, here is another issue we are facing. We have a search functionality in our Nostr client where we allow to enter an arbitrary search term which is then used...
This pull request upgrades `bip340` package. In the latest version of the package they fixed an issue with schnorr signing for cases when public key starts with one or multiple...