Andrew Leedham

Results 36 issues of Andrew Leedham

fixes: https://github.com/kuceb/cypress-plugin-tab/issues/59

It seems that some recent browser changes have started causing issues in `platform.js` which is a dependency of `a11y.js` used here. More details can be seen on the `platform.js` issue...

**Describe the bug** When upgrading to `[email protected]` they seem to be more strict about valid options. `lerna version` as called in auto therefore fails as `--registry` is an option of...

bug

I followed the way https://github.com/developit/mitt is setup. This is likely a breaking change as `minified:main": "dist/vhtml.min.js"` no longer exists. Some notes about the changes: - Removes the empty tag for...

Fixes the travis failures coming from node 14 API changes

https://github.com/developit/vhtml/pull/17#issuecomment-648393254

Option 2 from https://github.com/developit/vhtml/issues/25. Thought I would throw this together for easy comparison between the 2 approaches. fixes: #25, #19

I am wanting to include a bunch of nested directories except for 1. But [since glob 6](https://github.com/isaacs/node-glob#comments-and-negation), negation is done via the `ignore` property which is not exposed by style-dictionary....

fixes: #172 Includes all component names gathered from `staticTypes` as well as the imported `components` when creating hints for CodeMirror. This only fixes the sub-component issue for people using `react-docgen-typescript`,...

Some hosting environments like Chromatic don't automatically serve `index.html` from a folder path, e.g `/playroom/preview` would just 404. I raised this issue with Chromatic and they are looking into it,...

feature request