Anders Urban

Results 10 comments of Anders Urban

He is, join the slack and you will find him on there.

I know this is an old bug. But as we have had a surge if new players we often run into this problem, is it possible to get this looked...

At the same time add a button next to each character for removing the character.

The list in the map. ![image](https://user-images.githubusercontent.com/3414748/79622922-c192a480-8119-11ea-916e-680b0747e152.png)

This is still an ongoing issue. Is there any progress to fix this issue? We were looking into upgrading our function to .Net6 isolated, but this is currently stopping us.

If you look at the Polly suggestion I made, it was made with DI. https://github.com/mrurb/ThunderED/tree/DevPolly/ThunderED The file that you want to pay close attention to was program.cs Here I have...

So currently in the project the only thing that is Injected is the strongly typed HttpClient named ZkillService. ZkillService is added to the ServiceCollection in Program.cs ` services.AddHttpClient() .AddPolicyHandler(ZKillResilicencyStrategy.DefineAndRetrieveResiliencyStrategy());` and...

What I would do is move any of the services you have like ESIAPI, ZKillAPI and FleetUpAPI over into DI, I will do the same as you and go to...

@cloudmelon I was made aware that you might be able to help us with this issue. It is currently stopping our and other companies from upgrading to Isolated Workers.

> Hi @mrurb i checked with the team, and this is an opt-in behavior that's not enabled by default due to the security implications. In order to enable to feature,...