Results 28 comments of georeith

Big +1 for this. We're using Jest for tests and its watch mode doesn't detect changes in transitive monorepo dependencies like Turbo does for its caching. On an extra note:...

How do you do this with filters? I have a monorepo set up with two different folders: - packages (typescript compiled libraries) - apps (individual sites/servers that depend on packages)...

@dmonad is there any downside to using `Y.KeyValue` over `Y.Map`?

I've made a PR to expose the parent node to the `distance()` function to enable this: https://github.com/anvaka/ngraph.path/pull/42

I've made a PR to expose the parent node to the `distance()` function to enable this: https://github.com/anvaka/ngraph.path/pull/42

I'm having the same issue but with `useState`. In `useState` I create a class that does some binding to event listeners in its constructor. On unmount I want to clean...

This a duplicate of https://github.com/vercel/turbo/issues/937 I believe.

This issue is because of wrapping the floating toolbar in `` it moves the element which is passed to `@floating-ui`'s `setFloatingRef` outside of the scroll hierarchy: https://github.com/udecode/plate/blob/889b58ce09c93c78da9c104d5617887f4842698a/apps/www/src/registry/default/plate-ui/floating-toolbar.tsx#L56 The simple fix...

@janthurau would love to get your thoughts on this.

@janthurau its of course possible to implement as an extension but it requires opting out of a large portion of the core and reimplementing a lot of the same concepts...