Jamie Thompson
Jamie Thompson
### Before opening, please confirm: - [X] I have installed the latest version of the Amplify CLI (see above), and confirmed that the issue still persists. - [X] I have...
## Expected behavior When using a glob `"suites": "tests/unit/**/*.js"`, all tests that match should be run. ## Current behavior `tests/unit/example/example.js` is loaded. The dojo loader treats this as an absolute...
In my GitHub Actions, I use [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg) which internally runs ``` $ git config tag.gpgsign true ``` however when semantic release tries to create the tag I get the error...
When creating a IDB store for the first time if we attempt to perform an operation on the store `_getTransaction` fails. ~~We currently check for `if (!this.db)` to see if...
In my micro frontend I have a html page with multiple scripts included. Each of these scripts are created by a different webpack config. In development mode webpack uses the...
### Current behaviour @timhines reported this warning when installing carbon. ``` npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: '[email protected]', npm WARN EBADENGINE required: { node: '>=14.16.0', npm:...
### Desired behaviour Add support for all positioning props. e.g. ```jsx ``` ### Current behaviour Unable to position a box fixed position. ### Suggested Solution https://styled-system.com/api/#position ### CodeSandbox or Storybook...
It would be nice to integrate a smart editor such as [ACE ](https://ace.c9.io).
It would be great to re-use some of this logic in a [probot](https://probot.github.io/) bot. Would it be possible to publish this to npm?
Github is currently having issues: https://www.githubstatus.com/incidents/2y6v4ltq26g7 However, this has made my build fail https://ci.codesandbox.io/status/Sage/carbon/pr/2764/builds/21874 ``` yarn run v1.21.1 $ node dist/index.js + git clone https://github.com/Sage/carbon.git . Cloning into '.'... +...