Yoav Kadosh
Yoav Kadosh
Using `babel@7` and `ignore-styles@5`, i'm getting the following error when trying to import a file named `style.scss?modules`: >Error: Cannot find module './style.scss?modules'. The following did not help: ``` require('ignore-styles').default([ '.sass',...
**I'm submitting a bug report** **Webpack Version:** 4.29.6 **Babel Core Version**: 7.4.0 **Babel Loader Version**: 8.0.5 **Please tell us about your environment:** Windows 10 **Current behavior:** `.babelrc.js` files are being...
Hi there 👋 I added [GradientArt](https://gra.dient.art/) to the *Web Tools* section. It's a tool I developed for creating complex graphics using CSS gradients, with support for layering (background stacking), design...
Currently, when using [`Movable.useMove()`](https://github.com/open-amdocs/webrix/blob/master/src/components/Movable/Movable.hooks.js#L19) or `Resizable.useResize()`, you need to wrap the list of provided operations in a `useMemo`. We can eliminate the need for `useMemo` if we maintain the list...
Add support for all native `div` props on Scrollable. This should be done in `Scrollable.jsx`, roughly like so: ```jsx ```
This will be based on the `` component and will support sorting lists by DnD (ideally this should support horizontal & vertical lists, grids, and cross-list sorting).
Based on Movable, it's a component that the user can move, but as opposed to Movable, the Draggable will create a copy that is thrown into the body, and will...
A component for virtualization. Should support: 1. Vertical/horizontal virtualization 2. Custom buffer size (vertical & horizontal) 3. Various item sizes - fixed (a single number or an array of numbers),...
When applying transitions to the top/left properties of poppables, it "jumps" during the initial positioning, since the poppable is positioned outside of the screen initially. This phenomenon can be seen...
Currently, when the reference is lost, the poppable jumps to the top left corner of the screen. Instead, we should hide it until the reference is accessible again.