Muhammad Azhdari

Results 4 comments of Muhammad Azhdari

I changed the ``` bases=(models.Model, django_prometheus.models.Mixin) ``` line with ``` bases=(models.Model, django_prometheus.models.ExportModelOperationsMixin('model_name')) ``` and it worked. I think there is a bug in the library when it wants to create...

> You said you patched sofia_glue.c, could you do a PR for us to review and make sure your approach covers all the edge cases? Is there any update on...

با تحقیقی که کردم، ظاهرا خیر امتیاز منفی ندارد و نهایتا شما هیچ امتیازی از آن قسمت کسب نمی‌کنید.

I have a same issue with Token auth. My secret store is: ```yaml apiVersion: external-secrets.io/v1beta1 kind: SecretStore metadata: name: vault-backend spec: provider: vault: server: "http://my.vault.server:8200" # See https://www.vaultproject.io/docs/enterprise/namespaces namespace: "app-team"...