John Rom
John Rom
FYI I don't have the answer, but I still think there should be a way to access Dependendency Injection in order to build TypeScript types. Startup doesn't make sense for...
That's fine if someone wants to circumvent the normal build process, but I'm recommending updating the normal build process. Right now, the Console looks like this: ``` // Bootstrapper.cs public...
I'll try to circle back to it, but if you keep this issue closed then it will be buried in the "Closed Issues" section. Can you re-open and label it...
@lemoinem that would remove the magic of singly registering the dependency via dependency injection. You now have to maintain two lists of the same components, one via dependency injection, and...
@lemoinem no worries! I created feature requests for things which will support the usage of discriminated unions, but I never created a request to implement them in the API, so...
Actually, I think it's just because I didn't want any retries on the existing process -- I only wanted 1 retry with a new process. However, when using a new...
Honestly, I think that Process retries are happening in the wrong place and it makes more sense to manage the lifecycle outside of the invocation attempt, like at Policy or...
I don't really have the time to do much more than this at the moment. Hoping that the Polly integration will solve our issue for now. I may be able...
Sure, fix is here: https://github.com/JeringTech/Javascript.NodeJS/pull/135
Probably fixed by #3231 _Edit: Don't thumbs down me for fixing it, when the owner never merged my fixes!! Meanies.._