Mads Marquart

Results 251 issues of Mads Marquart

### Description Use the [`objc2-metal`](https://docs.rs/objc2-metal/latest/objc2_metal/) crate instead of the [`metal`](https://docs.rs/metal/latest/metal/) crate. This will: - Improve memory management and soundness. - Make it easier to quickly support new Metal APIs (they're...

Thank you for your interest in expressing your feedback on Winit `v0.30`! ### Background Winit is moving towards a trait-based API for several reasons, see https://github.com/rust-windowing/winit/issues/3432 for details. This has...

S - meta

### Description The calculation is based on the window's current monitor's scale factor, instead of the "root" monitor's scale factor (screen coordinates are weird on macOS). Should be fixable by...

B - bug
DS - macos

Fixes https://github.com/rust-windowing/winit/issues/3545.

S - maintenance

[`objc2`](https://github.com/madsmtm/objc2) is the successor to `objc`, which includes a bunch of improvements, especially wrt. memory management. Additionally, it provides the `objc2-foundation`, `objc2-app-kit` and `objc2-web-kit` crates, which would be very useful...

This adds support for compiling on Solaris (once supported in `nix` and `if-addrs`). See [`Socket::set_reuse_port`](https://docs.rs/socket2/latest/socket2/struct.Socket.html#method.set_reuse_port).

These replace the `objc` family of crates, and provide a bunch of improvements on top, especially wrt. correct memory management. Improvements that we use in `native-dialog`: - We no longer...

Extension upon https://github.com/alacritty/alacritty/pull/7928, see that for discussion. I've improved a bit on the window background, by setting the alpha channel to follow the window opacity. When `window.opacity < 1`, we...

Is it possible to download all the transformed files in one go, so that I can view them in my local IDE instead? My use-case has ~170 files, it would...

enhancement

I'm working on improving the internals of the event handling and queuing on macOS (and iOS), and couldn't seem to find any docs on what the expected behaviour actually is?...

F - question
C - needs discussion