Results 593 comments of Stephen Haberman

Hi @aabrams , honestly I'm not a NestJS expert or user, but can just point you to this line in the ts-proto source code: ``` // Return observable since nestjs...

> Is there a good way to attach a debugger to the plugin to be able to > step through the code while the .ts files are generated? I know...

Configuring annotations via annotations is a slippery slope. I know of another annotation processor that has talked about doing that sort of thing and they haven't found a good solution...

Hi Aaron, Unfortunately that's one of the hooks I don't have a test for. It's been awhile since I've used it. On a lark, can you try changing /bin/sh to...

Cool--sorry, it's not awesome that you found problems, but it is awesome that you'll be fixing them. :-) Thanks!

> I'm going to be building an eclipse plugin that pulls the code-gen Just curious, but is there something specific you'll be getting by building an Eclipse plugin? I've had...

> There's not just annotation pre-processing involved, but also other > things like a graph validation pass, etc. Seems like one of the processors I wrote cached data across invocations;...

> Overall I would recommend not to use any ORM Haha, okay, well let's pretend I didn't mention that. :-) Sure, I can work on a PR. I had proposed...

Ah great! We can definitely do that, and I confirmed that works for us as well. Thanks for the quick reply!

Hi Imran, Have you seen the TaskContext and addOnCompleteCallback? That is what HadoopRDD uses to close the FileStream after all of the lines in a Hadoop file have been read....