Sebastian Helzle
Sebastian Helzle
Yes now I got it too, thx. Personally I dislike this `20px` magic number. IMO I don't see why we shouldn't simply always add the overlay to empty collections. Especially...
I think the writer of the blog post you mention only used Yarn 1 which was replaced by Yarn 2 quite a while ago. IMO Yarn 2 focuses a lot...
Yarn workspaces work fine in all versions. I use it mostly still with yarn 1. Lets try next week to get v2 basically running and see if we can replace...
Tried to fix it with flex box, but that caused more issues...
@patricekaufmann thx for the hint. I adjusted the code and also fixed the missing prop forwarding for additional labels.
I thought about `reloadParentIfChanged` because we would immediately know when we get new node data. When implementing it via `reloadIfChildIsChanged` we always have to query for a parent up to...
Why should it be empty if min and max are always required / have defaults?
Should we close this? IMO it doesn't make so much sense to have required min/max values and defaults and then allow `null`
> Okay, well, this is not perfect yet. But to be honest, it was not the real intent of this PR – which comes here: > > > > I...
I also checked how Gutenberg does it, but from what I saw adding a new block is hidden in the context menu behind another button. So 3 clicks altogether. Don't...