Andrew Smiley
Andrew Smiley
I think this would add some much needed flexibility. Consider the case where the _majority_ of dates should be disabled, i.e. you have a list of dates that should be...
For now I'm doing this and always injecting specific stores instead of the `store` collection. ``` ```
This is exactly how I imagined supporting runtime validation for custom/unsafe types would work. In some ways, this custom predicate approach is just a more generalized version of the "Formats"...
I was able to get around this by passing a function that returns a new instance of the Plugin instead of a constructor. i.e. `config.plugin('plugin', () => new Plugin())`
I'm pretty sure the scroll event is passive by default
@anthonymartin I'm not sure what could be causing this issue. You should not have to nest another div.notifications to get this to work. The only change I made was the...
Wouldn't mind seeing this myself. I vote for the icon option to be a part of the message object.
@mathbunnyru at some point AWS added official CDK support for creating SES identities, see https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ses.Identity.html I'm not positive the official construct does everything this library did, but I didn't find...
@silberistgold In the very beginning it didn't have support, but at some point it was added. I've been using it successfully for 8 months or so. Obviously it did require...