Arnaud Dematte

Results 11 comments of Arnaud Dematte

Using nest for our GRPC based microservices.

Hello, we have our own implementation to map REST -> GRPC in nodejs and are evaluating if we could use/support this project instead. One of the things we are doing...

@achew22 currently what we are doing is this: - look for a PATCH http route - look for a property of type google.protobuf.FieldMask in the request message - autopopulate it...

@wora if I am not mistaken the document you are pointing to, refers to fieldmasks used for response filtering. I don't think it would be a good idea to hijack...

do we even need to pass this through an http header though instead of just using the json body? The only rational I see regarding the http header is that...

I can see pros and cons about hiding or keeping the fieldmask in swagger although I would lean toward removing it: having a fieldmask feels alien 👽 in the existing...

can someone answer @LisaFC 's question? namely, is there a recommended approach? if there's no recommandation to use the dynamic approach thant the static one should be better documented. Also,...

@WanderWang yes I actually used to do the same thing except that I did not modify protobufjs/cli/target/json.js but instead created a new target: did you know you can pass a...

I think that the new error reporting should be regarded as a breaking change since it will break existing apps parsing the previous error messages. Should be a major version...

as most teams will end up with a mix of node and bun for their projects, this would make sense to support the `engines` field of package.json. Otherwise we are...