Mads Marquart

Results 1240 comments of Mads Marquart

I've looked into this some more over the past few months; turns out that it is actually `wgpu`'s fault, they are overriding the `layer` of our `NSView`, which makes the...

Update: I have submitted PRs/issues to prevent views being layer-hosting on a bunch of major `raw-window-handle` "consumer" crates in the ecosystem: - `wgpu`: https://github.com/gfx-rs/wgpu/pull/6107, better fixed in https://github.com/gfx-rs/wgpu/pull/6210 - `glutin`:...

Responding to https://github.com/rust-windowing/winit/pull/3890#issuecomment-2343623057 here: > It doesn't have to be synced though, you should emit it only when the area changes, resize doesn't mean that it changed, because it may...

This is a breaking change, and should be combined with https://github.com/rust-windowing/raw-window-handle/pull/154

Ping @BusyJay, could you take a look? This would be nice to get in, it'd simplify `rustc`'s main function quite a bit.

I tested this a bit more thoroughly together with `mimalloc` in https://github.com/madsmtm/test-malloc-overriding btw, have updated the test included in this PR based on that.

I think I've fixed the things you requested now

Would it be possible to get this published as v0.6.1? I can make a PR for it if you want?

Curious, could I get you to try v0.30.9? Just to know if it's because of the recent change in there, or because of new Xcode changes. Re a working impl...