J. Cameron McDonald
J. Cameron McDonald
### Describe the bug Columns in nested groups do not sort correctly (or at all) in certain scenarios. It's not clear to me exactly what the root cause is, but...
Currently, only `input` events are being emitted, so listeners to that event cause updates every frame while a slider is being dragged around (without using some kind of debounce solution)....
Steps to reproduce (for me, anyway): 1. Open a saved file that is known to contain flow errors. Linter displays no errors. 2. Start typing anything. Linter immediately starts displaying...
When using [CSF](https://storybook.js.org/docs/formats/component-story-format/) with Storybook there's no natural way to get the component description detection to work. Let's take a component called `ExampleButton`: ```jsx import { ExampleButton } from './components';...
Modifying the UI scale proportionally affects the speed of the cursor. For example, a 2.0 UI scale setting will cause the cursor to move twice as fast, while a setting...
https://github.com/cameronhimself/vue-drag-drop/issues/42
## Related Ticket(s) - N/A ## Short roundup of the initial problem I was going to just open an issue for this, but it seemed pretty simple so I decided...
Hi, thanks so much for writing this! It looks like it's perfect for my purposes. I was wondering if it would be possible to have `fromJson` and `toJson` functions, rather...