Léni

Results 9 comments of Léni

We have the exact same problem running `docker compose build` with the `OTEL_EXPORTER_OTLP_ENDPOINT` in a .env file. The bug comes with [this v2.23.3 release](https://github.com/docker/compose/releases/tag/v2.23.3) which does upgrade buildx to v0.12...

Hi, the way we usually do it is that we have one single main handler which imports the handlers of all the other apps. However using a list directly in...

This lib is not maintained anymore, I suggest you take a look at https://github.com/socotecio/django-socio-grpc which was originally based on this library. It does support Django 4.1.

The issue here is also causing the server to reject all subsequent requests once a first corrupted(?) request comes in.

Hi, there's no builtin way to do that with the generic services but it would be easy to implement. (largely the same as the CreateMixin) ```python class BulkCreateMixin: @grpc_action( request=SelfSerializer,...

To be more clear, the feature request would be to write messages directly in the proto files which could then be used as GRPCAction request and response. Something like :...

Thanks, yes don't worry. For pydantic I didn't want to introduce a new dependency in this PR. It would be a great follow up when more validation is introduced