Aleksandr
Aleksandr
Hello. I have the same issue with MariaDB. So instead of a single `bulk_create`: ```python await User.bulk_create( [User(id=user.user_id, phone=user.phone) for user in users], on_conflict=["id"], update_fields=["phone"], ) ``` I use a...
Hello! You can try my fork of this library: https://github.com/capcom6/pyapns_client
Hello, Thank you for reaching out and for the suggestion regarding the health check endpoint. To better address your request, could you please provide a bit more detail about your...
Hello! 1. Currently, the local server doesn't natively support SSL/TLS. This mode is intended for use within private and trusted networks, and I advise against exposing the local server to...
Since all of your devices are located within a local network, the absence of SSL/TLS support and the use of clear text communication should not pose a significant security issue....
I apologize for any confusion. The term "foreground" in the context of Android also means that the app shows a persistent notification icon in the status bar, which indicates that...
It's not common to run a reverse proxy directly on an Android device. Typically, a reverse proxy would run on a separate piece of hardware within your local network. This...
Thank you for your feedback! I will keep the issue open as a reminder to implement the health check endpoint feature. If you have any further questions, please feel free...
Hello! Can you provide some more information: 1. When you mention the app "does not seem to work," could you clarify whether the app crashes, or if the issue is...
I have not received further information to assist with troubleshooting this issue. Due to the lack of response, I closed this issue. If you have additional details to provide, please...