Caio Fleury

Results 6 comments of Caio Fleury

From my experience using serverlessIfElse to set custom vars, specially those that are in the config of another plugin does not work.

@kamilmysliwiec mentioned this was not merged because introduced a breaking change [here](https://github.com/nestjs/nest/pull/13283#issuecomment-2065902828). What is that breaking change? Anything me or anyone can do to help get this merged?

I have a similar bug: I have a gRPC service ```proto syntax = "proto3"; import "google/protobuf/struct.proto"; service SharedDomainsEventsService { rpc HandleEvent (Event) returns (Event) {} } message Event { string...

@eladhaim quick question, is your custom loader able to serialize/deserialize google.protobuf types when generating with ts-proto? Because I have an issue where nestJS seems to ignore the wrappers from ts-proto...