Mads Marquart

Results 1243 comments of Mads Marquart

I have bumped MSRV to 1.71, and used `C-unwind` when it makes sense, will be released in the next version of `objc2`.

> [tauri-apps/cargo-mobile2](https://github.com/tauri-apps/cargo-mobile2) is very well maintained and there have been made quite a lot of progress Yeah, I'm well aware, my next step in this process would be to propose...

Hey @rsnively, do you have an update on this? Totally cool that it takes some time, just want to know if something is happening

Related: https://github.com/gfx-rs/metal-rs/issues/282. Note that in general, every `new`, `alloc` and `init` method can return `NULL` in Out Of Memory situations. But that's a bit theoretical, I agree that the above...

I can reproduce the issue, removing the `setServicesMenu` call in https://github.com/rust-windowing/winit/blob/82d9bbe5598c8605a752641a477261de01340aed/src/platform_impl/apple/appkit/menu.rs#L85 prevents the hang. The hang is also present in bog-standard applications created via. Xcode, try creating a new Xcode...

Indeed the problem here seems to be our `CFRunLoopTimer`, I think it gets triggered as-if you were using `ControlFlow::Poll`. Will assign myself and fix the issue before v0.31

More discussion about this in https://github.com/rust-windowing/winit/issues/4074

Thanks for the interest in working on this in https://github.com/rust-windowing/winit/issues/3759 @ActuallyHappening! I think the hardest part about this is not so much the implementation, but more figuring out what the...

Resolution from the meeting today: We want to start with something matching [the web API](https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent), specifically `pointerType`, `twist` and `tilt[X|Y]`. @daxpedda wants to try to do this implementation. On top...

Maybe it would help to know what kind of events the pen generates when used in a web page?