Andrew Patton
Andrew Patton
The current flow type, which comes out to `(className: mixed) => string`, is incorrect (the function has no maximum arity because it iterates over `arguments`), and causes the following flow...
From the README: ### A fast & lightweight polyfill for min/max-width CSS3 Media Queries (for IE 6-8, and more) It enables responsive web designs in browsers that don’t support CSS3...
Add logic to the process of identifying what file types should be checked to see if the file type’s grammar includes anything that matches our symbol patterns. Should help performance...
I thought it would be handy to offer the headings in a markdown file as headings. It’s certainly useful when using the “File Symbol” command. On the other hand, that...
the direct react and react-dom dependencies cause react and react-dom 16 to be installed when adding `react-code-input` to a react v17.x application, so i removed the direct react and react-dom...
note that this branch was branched off of #154 and will be easier to review in isolation from those changes. ------ this PR simplifies component state handling and updates `state.value`...
note that this branch was branched off of #153 and will be easier to review in isolation from those changes. ------ fixed some issues around pasting, including: * Update focus...
note that this branch was branched off of #152 and will be easier to review in isolation from those changes. ------- improves the UI/UX of the docs. i tried upgrading...
The issue is well-illustrated in [2.8 Space Around Initial Letters](http://dev.w3.org/csswg/css-inline/#initial-letter-exclusions) from the spec. It’s reproducible in the [demo](http://webplatform.adobe.com/dropcap.js/dropcap-demo.html) on Chrome 39 and Safari 8.0.2 with the letter “J” when you...
Issue: [line 1](https://github.com/storybookjs/storybook/blob/next/code/addons/docs/src/preset.ts#L1) of addons/docs/src/preset.js is `import fs from 'fs-extra';`, but `fs-extra` is missing from addons/docs’ package.json. ## What I did i added `"fs-extra": "^9.0.1",` to the package.json `dependencies` (the...