Ben Limmer
Ben Limmer
We would like to be able to have one action clicking the main SquareButton and another when clicking the right side of the SquareButton (likely a menu dropdown).
It appears that version 1.0.1 is not published to GitHub Releases https://github.com/elementor/wp2static-addon-s3/releases or the WP2Static Download site: https://wp2static.com/download/ The changelog also references "publish to Packagist", but I don't see it...
## The Issue AWS recently reached out with the following message: > We are contacting you as we have identified that your AWS Account currently has one or more AWS...
## Context I'm the author of [`cdk-datadog-integration`](https://github.com/blimmer/cdk-datadog-integration), which provides [AWS CDK](https://github.com/aws/aws-cdk) constructs to set up Datadog integrations via these CloudFormation templates. In older versions of the CloudFormation template, I could...
Would you consider support for identifying `describe` aliases (like `context`)? I've got a client that sets `global.context = describe` so they can write tests like: ```ts describe('some method', () =>...
Have you considered tying into the `Router.on('didTransition')` event instead of `afterModel`? It's easy to forget to call `this._super` in `afterModel` and this could help work around it. I have an...
## Background Several of my clients are migrating from using static AWS environment variable credentials to using OIDC roles for improved security. We recently encountered an issue where if `AWS_ACCESS_KEY_ID`...
Because the popover-link-component is, by default, attached to the `ember-application` div, the experience is very strange when a popover is open and the user scrolls. Consider a dropdown in a...
Right now, it's difficult to confirm the presence of certain states on form groups. For instance, consider an email field with an error. Today, we get this: ``` html Email...