James Watkins-Harvey
James Watkins-Harvey
Covered in #1003
Completed in #1003
Putting this one on hold. After some more consideration, I think that the currently proposed solution will make it significantly more difficult for users to load build-time polyfills. For this...
_Disclaimer: I don't know anything about `nestjs`; just sharing some insights_ If you think that this should work: ``` api.setImportFuncs({ importWorkflows: async () => { const { bootstrap } =...
> So let me stop wasting time on upfront API design work on the Nest side then, this is a small first step that's good to start with. I'll open...
> Apart from that https://github.com/temporalio/sdk-typescript/issues/1051 where we weren’t maintaining the name in the type, we haven’t had any complaints about deficiencies in the type definitions. That one and the one...
> How come non of our other SDKs are subjected to such requirements? Is that a philosophical question? I'm tempted to say that's because only TypeScript has a type system...
> I fear over testing the types is a non productive effort. I don't see this is as a long or complex effort. Each case is very simple (one liners...
> Call the function above can get the singleton connection in different activities? `NativeConnection` is only used to create Workers. If activities needs to make client calls, then they need...
> But if I want to change the grpc header in an activity file (Actually an local activity used in a intercepor for authtication). Sorry for insisting, but that sounds...