Aaron Stannard

Results 702 comments of Aaron Stannard

> Given these constraints, using ThreadStatic seems quite dangerous/wrong IMO. That's not really for you to judge, though. The goal of this project is to provide infrastructure for being able...

@ndrwrbgs @cwe1ss this `IScopeManager` implementation is the default in other languages, such as Java - why should it exist in a contrib package for .NET when it's the default implementation...

This is also a bug - bad name format for remote images: ```csharp Target PushImage => _ => _ .Description("Push image to docker registry") //.DependsOn(DockerLogin) .Executes(() => { var version...

Dang, looks like this doesn't work

@lesscodetxm this is a standard issue with exception serialization due to how `Exception` itself stores its state - we're working on some ideas around a generalized solution for Akka.Remote here:...

This is all meant to be internal right? Not for distribution to users?

@IgorFedchenko nah, I'd just keep it in mind for now and see if it happens again. Might be an issue you end up fixing as a result of other changes...

Thanks for filing this - I'm taking a look at a similar issue to this now.

FWIW, unrelated to this, but came up during my investigation: ` .WithAttributes(ActorAttributes.CreateSupervisionStrategy(decider))` does not help restart failed Kafka `Source` stages when a downstream fails, which seems off to me. Going...