Daniel Grant

Results 9 issues of Daniel Grant

Would this be a good place to keep a TS definition for theme objects? This would be helpful when implementing a spec-compliant library and improve dev experience of existing libraries.

Would it be possible to create multiple content scripts? The use case is needing different permissions on different scripts e.g. one content script is used for post-installation, another for logging...

Should be able to call mapData with the components own props as a second argument: ``` quest({ mapData: (data, props) => data }) ```

To enable custom renderers to resolve a component's data requirements asynchronously, react-quest currently expects the render to resolve `componentWillMount()`. This is not suitable as it breaks the react component contract....

WIP. Some challenges: - A distribution has to be disabled before it is deleted - It takes 4 minutes to deploy a change to a distribution - Cloudfront itself has...

Currently refresh fails when trying to delete a resource. This is because when the resource object is constructed from remote state, it does not have the key of the resource....

The dashboard should produce links to each resources corresponding location in the AWS console. This is currently defined here https://github.com/notationhq/notation/blob/main/packages/dashboard/src/blocks/resource.tsx#L38. It would probably be sensible to define the URLs in...

Currently, the config that can be defined in runtime modules is not being passed through when the resource is provisioned. - The [config types](https://github.com/notationhq/notation/blob/main/packages/aws/src/lambda.fn/config.ts) should include all lambda configuration properties...

It is possible to set concurrency limits on an AWS account, so Lambda concurrency should be defined by the user.

good first issue