Andreas Kohn
Andreas Kohn
When the server using on-demand TLS with certmagic starts up, its in-memory caches are empty, and that's what I'm trying to optimize right now. Our `Storage` is using AWS DynamoDB...
What about sth like this: ```diff diff --git a/config.go b/config.go index ed155d5..266415d 100644 --- a/config.go +++ b/config.go @@ -976,11 +976,19 @@ func (cfg *Config) getChallengeInfo(ctx context.Context, identifier string) (Cha return...
> I feel like a switch on or off in the config is probably a better solution to this. Would that be OK with you? Sure, that would work for...
I guess this has been implemented? https://docs.aws.amazon.com/AmazonECS/latest/developerguide/asg-capacity-providers.html
The workaround works for me as well; one suggestion: Use `brew pin circleci` to prevent the next `brew upgrade` from breaking it :)
Indenting a (bulleted/ordered) list item replaces all annotations in the item and the item before it
@ronnyroeller and I actually had a discussion yesterday about annotations and copy/paste (moving is just a form of that, IMHO). Our conclusion was that annotations don't work for that, they...
> Seems we should add logic using style-to-object (or similar) to ReactRenderer to parse the style attribute as an object, before passing it as a React prop. What we use...
Purely as a work-around and idea: Store the width of the document at creation time, and when rendering preprocess the table nodes to calculate the new widths before rendering.
@Milan-Shah I'm not sure I understand the documentation properly, so let me ask explicitly: Is there a way to use this component without the Amplify CLI and `aws-exports.js`?
> Move the diagnostic output to stderr instead That sounds like what I'd have expected.