Steve

Results 33 comments of Steve

After some further investigation, I was able to reproduce this with a barebones express app instantiated in a similar way to how Nest is doing it. I had to add...

@micalevisk I don't use `nest start` in my current project, we are using the Bazel build system. So I don't think its specifically related to the Nest CLI tool.

@micalevisk > so, to run the project, you're using node directly? that's right > I didn't understand why it worked with node dist/main.js but didn't with nest start tbh i'll...

This looks like a problem with `WEBPACK_CONFIG_FILE` is that not the correct way to specify a different file?

@stephenh I've opened up a reproduction repo here: https://github.com/ssilve1989/ts-proto-issue-69

> Teach NestJS's protobuf serializer about ts-proto's "different" approach to well-known types There seems to be an option in Nest's grpc options to use a different proto-loader, but there's no...

@tomer-friedman No we are just avoiding using wrapper types for now.

I am using a patch of `ts-proto` in Bazel + NestJS to achieve this and opened PR #162 with some additional changes on top of what my patch had, to...

Optionals are not deserialized into default values. The reader should check if there are any bytes at the field position and if not it gets turned into the language representation...