Ahmed Ibrahim
Ahmed Ibrahim
I used the same example, nothing changed except the function that sends to the server and the VAPID_KEY
as mentioned in here: https://github.com/saleor/saleor/pull/9332 Any file URL is parsed from the server IP even if the server isn't serving the media files
Hello. It's a very strange thing to happen but here's the code: ``` const customToken = await admin.auth().getUsers([userIdentifier]) .then(async (result) => { if (result.notFound[0]) { // not found by email...
Steps: 1. Init the dashboard, sign in, don't craete a channel 2. Create order, nothing happens. just a UX problem, no bugs occur.
The backend supports translatable menu items but the dashboard does not
Bear with me please Let's assume I have a type called `Product` in schema1 and a type with the same name in schema2 and I want to expose __both__ schemas...
This PR introduces an adapter for FastAPI. I'll create an example and PR it later.
Do we have any people who have access to this? In such case, I’m willing to contribute
``` from django.contrib import admin from polymorphic.admin import PolymorphicParentModelAdmin, PolymorphicChildModelAdmin, PolymorphicChildModelFilter from .models import Device, DeviceSubscribedEmail, Hub, Plug, PlugMini class DeviceChildAdmin(PolymorphicChildModelAdmin): show_in_index = False def has_add_permission(self, request): return False def...