Martin Robinson

Results 446 comments of Martin Robinson

@Wuelle Thank you for the patient and thorough investigation!

I suspect the documentation is wrong. The other methods which have this documentation has a debug assertion guaranteeing that the borrow happened on the script thread. Furthermore, this is less...

> Is it possible for you to use the [egui_dock](https://github.com/Adanos020/egui_dock) for tabs, so that it would also allow tiled and grid view like my [Split Browser](https://github.com/niutech/splitbrowser)? This would be a...

The two new PRs are now landed, so this can be closed.

This is no longer disabled in layout 2020, so I'm going to close this one.

We haven't seen this for months, so I think we are safe to close this again.

Hrm. I have some pretty serious doubts about the approach here which is to proxy data through the canvas code during layout. Probably what should happen is that once we...

I've made many of the changes mentioned above as well as some other minor cleanups. In addition, I've turned on the tests for `clip-path`, since they were disabled. Now the...

What is the benefit of this change? Does it mean that bytes need to be copied in memory every time they are transferred over IPC? I was working toward a...