Emilio Cobos Álvarez
Emilio Cobos Álvarez
> I've revised the change to go mostly in this direction: I still describe the style as an element, explicitly note that the order isn't observable, and note that its...
Seems like sending a PR to syn would be the way to go, then once that's merged we can use it...
@chrishtr doesn't it? The scroll* values should (and do, afaict) return the unzoomed coordinates, that's what was resolved on isn't it? In fact https://drafts.csswg.org/css-viewport/#zoom-om clarifies that when propagated to the...
Yeah, +1 on removing this, but it's at least blocked on a container extension release so https://github.com/mozilla/multi-account-containers/pull/2584 and so is picked up...
> Out of curiosity, is the concern about total file size, or just about having many small files checked into source control, or something else? Mostly file size and review-ability...
Can you elaborate on why is this useful? This seems less legible and as long as the as behavior is well defined which afaiui it is, I'm not sure it's...
> > as behavior is well defined which afaiui it is > > I don't think casting between `c_uint`/`c_longlong` and `usize`/`u32` is well defined, which seems to be the bulk...
Most of these are effectively impossible that they fail in any reasonable platform. I don't think `c_uint::try_into` can ever panic for example
Hmm yeah, that's rather unfortunate. Regression from #2653 I guess. I guess we could just do a breaking bump and remove the deprecated item. @pvdrz thoughts?
Seems fine to add an experimental feature. See `bindgen/features.rs`.