ApocDev
ApocDev
Currently I'm forced to scrape the actual mod page for a thumbnail image to display in my manager. Would be nice to just have that link thrown in with the...
I've been slowly optimizing (and adding massive amounts of missing classes/structures/etc) to the library, and thought I'd share at least the base performance enhancing drug. Deserialization times are incredibly slow...
When trying to apply a feature gate value, eg; settings.featureGates.spotToSpotConsolidation, the construct currently overwrites any values because it is not doing a deep merge on objects. https://github.com/aws-samples/cdk-eks-karpenter/blob/main/src/index.ts#L156-L162 and https://github.com/aws-samples/cdk-eks-karpenter/blob/main/src/index.ts#L197-L199