David Federman

Results 22 comments of David Federman

@Joelius300 thanks that workaround worked great. I didn't realize these objects were just straight up serialized and used directly as the js config objects.

@unaiur @mike-grant was this change ever merged? Seems like a good improvement based on the discussion, but I didn't see the relevant commit.

Actually, I just found that the HA docs have a simplified set of instructions with an updated gist as well, similar to the one proposed here. I set up haaska...

I haven't played the game in a while. Are there any docs for the new format and examples to use?

Thanks, I'll try to take a look at this sometime this week.

(Woops, totally thought this was in the Clicker Heroes Tracker repo, not @tomcur's repo. Still, I'll look into it for Clicker Heroes Tracker)

Note that a workaround is to extract out a targets file that does nothing but use the Sdk, and then conditionally import that targets file. It's slightly semantically different though,...

> This doesn't throw an error? 😬 It doesn't because it doesn't end up getting imported since the condition is false :) > Don't do this: use an Sdk only...

My guess based on inspection the code is that this is the race: 1. Multiple threads get to `ResolveSdkUsingResolversWithPatternsFirst` at the same time. 2. Both thread 1 and thread 2...