Adam Gąsior

Results 10 comments of Adam Gąsior

With the author's consent I forked [egui_docking](https://github.com/lain-dono/egui_docking), added some documentation, and published it on crates.io. https://crates.io/crates/egui_dock I encountered a few bugs which I'm going to work on when I find...

@boonkerz I just enabled issues, thanks for spotting that. Feel free to open one for this.

@LennysLounge Hey, thanks for giving it a stab. I noticed that sometimes when you drag a tab out of a window surface and dock it somewhere else, the application panics...

I think replacing the underlying data structure is already a very radical change, so going all in and removing `Node::Empty` makes sense. In 0.x releases we're free to make breaking...

I see, I can take a look if there's a way to solve this.

@lvaroqui Oh, you're right. Sorry about that!

Hey thanks for submitting this issue. As for the last paragraph: we now only merge bugfixes to `main`, all new features and breaking changes should go to the `release-0.x` branches....

Hey, have you tried pulling the `level` branch?

I've upgraded all dependencies on branch `level` and managed to run the application with no problems. Try it now, making sure you use an up-to-date compiler, and if it keeps...