Wayne Van Son

Results 140 comments of Wayne Van Son

@Shinigami92 Yes, that's correct. I see there's a `tsconfig.json` in master. Looks like someone's doing something with TS. Once project is converted to BUILD with TS, I'll start contributing.

I agree that your description is how it intuitively should work. Accepting PR's!

I guess setting up the correct environment applies to all environments, not just for cross compilation. Would you be open to this idea? I couldn't compile anything with an editor...

I got very confused when extending the generic. Check this out for some sort of explanation why this probably isn't implemented: https://stackoverflow.com/a/58417200/7731090. I do one up your suggestion nonetheless. I...

@atomanyih The reason it's a thunk is so the `W` is hidden and enforces that the Writer is either readonly, or modify in place. This is the most useful article...

@Doogiemuc This sounds reasonable. A variable called `scrollDirection: "vertical" | "horizontal" | "both"`, defaulting to `"both"`. How does that sound?

Can you please put this in a codesandbox or somehting similar so we can reproduce this during tests.

In Safari when you do the drag, it works as expected? So is the bug just the visual ghost element?

The react bindings use the sortable events to manipulate the DOM and update state, to which i see you're updating the state of your application. Try `useLayoutEffect`, as you might...

I'm not sure what `display: contents` does. Here's some information for later me: https://developer.mozilla.org/en-US/docs/Web/CSS/display > My intuition is that the direction setting algorithm is somehow confused by the behaviour of...