Adrien Montagu

Results 35 issues of Adrien Montagu

Look on how to enable server reflection by a settings or other https://github.com/grpc/grpc/blob/master/doc/server-reflection.md https://github.com/grpc/grpc/blob/master/doc/python/server_reflection.md

enhancement

Today DSG authentication mechanisme work with custom metadata to make it compatible with Django and DRF JWT token authentication. We are not sure for now if this specific behavior is...

enhancement

Create a specific repo wit a single command that allow us to test performances over multiple techno/framework Mandatory: - Django - DRF - DSG Second: - FastAPI - Flask

enhancement

- [ ] logo - [ ] Social network - [ ] github organisation / Presentation de l'organisation - [ ] Theme RTD associé

enhancement

Now you have to declare `proto_class`and `proto_class_list` in the serializer Meta class to make the link between the serializer and the proto message. It brings multiples issues as: - Dev...

enhancement

Hello, We are trying to use the last version of RxDB with the Dexie connector. The RxDB issue is created even if it's a incomaptibility between others package (https://github.com/pubkey/rxdb/issues/6008) Basically...

- [x] Test on real app - [x] Clean code - [x] Write forgotten test about change default settings value for cache - [x] Test automatique wrapper around django decorator...

Hello As I met almost all other issues specified here and contourned them wanted to regroupe all of them in one with fix / things to change. ---------------------- Things to...

``` class PreferedContactWay(models.TextChoices): PHONE_CALL = "PHONE_CALL", _("PHONE_CALL") EMAIL = "EMAIL", _("EMAIL") PHONE_MESSAGE = "PHONE_MESSAGE", _("PHONE_MESSAGE") WHATS_APP = "WHATS_APP", _("WHATS_APP" Class PreferedContactWay(models.Model): prefered_contact_way: Annotated[models.CharField, PreferedContactWay] = models.CharField( max_length=253, verbose_name=_("Prefered way to...