Ian VanSchooten

Results 155 issues of Ian VanSchooten

This might be related to https://github.com/prettier/prettier-cli/issues/5, but I found that while my plugin does work with the latest version of this CLI, override plugin options do not. It seems that...

bug

### Describe the bug I'm testing out benchmarking and found a strange result in the numbers I'm seeing for bundle size. ```json "size": { "total": 12857, "manager": { "total": 2238,...

bug

Fixes https://github.com/tajo/react-movable/issues/49 This adds a top-level `disabled` prop to the `List` component to allow disabling all moves. I also added `isDisabled` to the `renderItems` prop, but it's technically not needed...

Fixes https://github.com/tajo/react-movable/issues/104

I tried to contribute a feature, and when running `yarn install` I get the following error: ``` /Users/ianvs/code/ianvs/react-movable/node_modules/puppeteer: Command failed. Exit code: 1 Command: node install.js Arguments: Directory: /Users/ianvs/code/ianvs/react-movable/node_modules/puppeteer Output:...

### Is your feature request related to a problem? Please describe. I'm having some trouble debugging flaky tests in CI ### Describe the solution you'd like I'd like to try...

feature request
needs triage

## Describe the bug I am upgrading from 2.0 beta to 3.0.1, and get several of these errors when I build: ``` [react-markdown] Warning: please pass a string as `children`...

bug

This fixes up a few links in the readme: - Updates links to ESLint documentation (current and deprecated) - Removes 404 links to config files - Adds "Legacy" to some...

**Describe the bug** Maybe this isn't a bug, but it's annoying to me that autofixes of `storybook/use-storybook-expect` import from `@storybook/jest` instead of what I'm using everywhere else, which is `@storybook/test`.

I'm using the overlay example as a guide for building a feature in my app, and I noticed that the background opacity is not being applied outside of the scan...