Emilio Cobos Álvarez

Results 777 comments of Emilio Cobos Álvarez

Isn't self_cell Apache OR GPLv2? If so wouldn't it be compatible?

No objection, but coordinate systems might get weird in some cases (think multiple pages per sheet). What values would you get then?

I guess in that case you could get zero (and the browser would just position / lay out things accounting for the unprintable margin). > This means that authors have...

The inset naming feels a bit more consistent with the `safe-area-inset-*` vars

The way of doing this is using `[parse] parse_deps = true` (and also `include`).

If you can post a repro here I'd be happy to take a look when time avails :)

This is because of the repr(transparent) right? repr(C) works right?

Well, yeah, I'd consider this a bug. But it's a more general bug, not to do with bitflags in particular. Any `repr(transparent)` struct would hit this.

Relevant rust code is: ```rust pub struct SubtraitVTable { pub __drop: unsafe extern "C" fn(*mut ::core::ffi::c_void), pub __layout: ::dyntable::alloc::MemoryLayout, __vtable_Supertrait: