Results 765 comments of daxpedda

I was recently looking into this but the first roadblock I hit is that we can't differentiate between a new `gles` crate feature and the current `angle` crate feature, both...

So after playing around with it a bit I was so unsatisfied it doesn't make sense to me to proceed like that. The issue basically boils down to Cargo not...

Cc https://github.com/rust-lang/cargo/issues/1197. Left a user story there as well.

> It's pretty awful, but it might be better than the alternative to just hand this problem on to wgc in turn? We would have to go further into hal...

> Why is it an issue that the dependencies will be present on the dev machine? They won't be compiled for the targets that don't support them. Dead code elimination...

I was hoping that we could use the rustls `Acceptor` API, but apparently it's not in quinn, will explore this further and come back to you.

So I checked this out a bit yesterday, apparently rustls needs more contributions to make the `Acceptor` API available for QUIC, which shouldn't actually be too hard. In the mean-time...

> Could this be changed to support negative numbers? From the top of my head I don't see why not. But somebody would have to take a closer look. In...

@madsmtm I believe this is a duplicate of https://github.com/rust-windowing/winit/issues/2066. See https://github.com/rust-windowing/winit/issues/2308 as well.