Marijn Suijten

Results 1102 comments of Marijn Suijten

That is because our minimum version specifiers and/or those of our (transitive) dependencies in `Cargo.toml` are wrong (set too low). It's another nice thing `-Zminimal-versions` checks against, but perhaps something...

@dreveman you have pinged me on two other occasions and also sent an email, and are expecting a

On Android a `winit::Window` should - theoretically when we fix everything - represent an `Activity`, which really is analogous to a desktop window. These typically have only one drawable surface...

If we end up doing this, is there a lint that enables us to catch accidental/new remaining calls to `Vec::with_capacity()` and friends, that may result in panicking allocations? Alternatively we...

Assigning the `0.39` milestone to see if we can "quickly" come up with a likable "solution" to address this "problem" otherwise we'll leave it as a "nice to have" for...

> and the use of `BaseOutStructure` is sound because it has the same layout. `BaseInStructure` also has the same layout. > `mut` on the extension structs is fundamentally reasonable because...

> I'm saying I think the ergonomics of our pointer chain helpers justify the use of `mut`. And that sits wrong with me. Having `mut` for ergonomics is nice, as...

> It seems normal to me to have something that's mutable while you set it up and then passed elsewhere immutably to be consumed. `mut` remains as long as these...

@kchibisov you removing the `?` from this title counts as a "yes, it's okay to add an `Image` wrapper to the EGL backend" answer? If so, I'll open a PR...