Results 593 comments of Stephen Haberman

> I find that this library overriding protobufjs's default wrappers to be quite intrusive. Then don't use `useDate=true`. :-) Well, or specifically `useDate=true` and NestJS together, because ts-proto, used directly/by...

Hi @atassis ; yep, agreed that would make sense. I think originally I anticipated that users would "only use one or two config flags", but I could see that, as...

Hi @akrennmair ; thanks for the PR! I guess that makes sense... Out of curiosity, for your use case, is each type only primitives? Or does it have other messages?...

Hi @stefan-koshiw , thanks for the ping; #1085 does lgtm. For some reason I don't see the "Approve & Run" button that I usually click for PRs to have the...

(Apologies for the long comment -- @porsager I have a question at the end, if you think this `catch`-based approach is worth adding for `sql.unsafe`) Fwiw @pesterhazy it looks like:...

Hi @Kinatzo ; sure that'd be fine/sgtm, thanks!

This could be a separate issue, but just mentioning here b/c of "while running in docker" relation, but initially ecsta was panicing with this error: ``` $ docker compose up...

Just had a chance to try this out @fujiwara and it worked great! Thank you! Here's our `ecsta.dockerfile` if anyone else wants to do the same approach: ``` FROM --platform=linux/amd64...

@phosmium fwiw would be great if you could post a PR that caches the types (assuming you've implemented your suggestion of caching); I would selfishly like to copy/paste it. :-D