Adrien Montagu
Adrien Montagu
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe7 in position 15: invalid continuation byte
Hello When I try to send special character in metadata like "ç" I got this error. The stack trace is: ``` Traceback (most recent call last): File "src/python/grpcio/grpc/_cython/_cygrpc/grpc_string.pyx.pxi", line 48,...
#### Describe the bug /!\ this only happen in production environment and not in development. I have a Customers and an Invoices page. When both load well when going to...
Hello, It is possible to watch a cookie changement in the vuejs watch property ?
### What version of gRPC and what language are you using? We are using python with version of gRPC going from 1.44 to 1.59. We are in a micro services...
Hello ! Thank you for this project ! I need to transfer files from a client to an other client. Depending of the topic the final client change. I have...
### Describe the problem Whant to use a simple validation class like this: ``` class CaseNumberValidator(Validator): def validate(self, case_number): if Case.objects.filter(case_number=case_number.text).exists(): raise ValidationError( message="Case with this case number already exist",...
Trying to use this package in a rollup config file as: ``` import pascalcase from 'pascalcase'; ``` But then this error happen: ``` [!] Error: While loading the Rollup configuration...
## Description Web browsers implement an task scheduling api: https://developer.mozilla.org/en-US/docs/Web/API/Prioritized_Task_Scheduling_API It may be interesting to use it to create/send log as they are not critical to the application. Maybe there...
Hello, It seem there is 5 patch behind on the npm repository. Can the new release can be push ?
Fix https://github.com/socotecio/django-socio-grpc/issues/281