Alexey Strelkov
Alexey Strelkov
It seems like there is no way to get app subtitle at the moment. The endpoints used common.js do not seem to return it.
I've been trying to implement sign in with apple following [this article](https://medium.com/@kaseyb002/apple-sign-in-with-django-rest-framework-3fdbdae6a1d4) and instructions [from the docs](https://python-social-auth.readthedocs.io/en/latest/backends/apple.html), but still struggling. I have set up everything from the docs, but whenever...
I use p8 cert with django-push-notifications 2.0.0 Whenever I go to admin site and try to send bulk push notification I get following error: ``` Environment: Request Method: POST Request...
Here's what I get when trying to send test messages from admin site: ``` Environment: Request Method: POST Request URL: http://127.0.0.1:8000/admin/push_notifications/apnsdevice/?q= Django Version: 2.2.7 Python Version: 3.7.3 Installed Applications: ['django.contrib.admin',...
# Bug Command ``` $ yarn add @react-native-community/blur --verbose ``` gives the following result: ``` yarn add v1.3.2 (node:57277) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues....
I've got custom type parameter with properties. The type is defined in an external file and is included. Here's the type: ``` timeMetaObject: type: object properties: time: type: number description:...
Environment: Django 3.0.6 In my case the app does not follow relations when exporting data with dump_object Simplified models: ``` class Member(BaseModel): email = models.EmailField(unique=True) ``` ``` class Subscription(BaseModel): member...
Mavic mini 2 seems to have the same camera as the mini 1. Seems like there should be away to remove the limitations to allow 4k on mavic 2, perharps...
New option (`-c` or `--client`). If specified, generates a new HttpSession client based on the supplied swagger/openapi and connects it to the generated Locust. All URI paramters are passed as...
The outline is visible in play mode in Unity, but when I build the project for iOS, it doesn't show up in the built version. Is there any way to...