Emilio Cobos Álvarez
Emilio Cobos Álvarez
> well, I think so. I think the main fuss about arrays is that they decay into pointers in C. Other then that, I would expect the ABI to be...
https://github.com/eqrion/cbindgen/pull/768 allows the workaround to well, work.
That's known, and it's not a cbindgen bug. Removing the manual definition from webrender_ffi.h should fix this. See https://bugzilla.mozilla.org/show_bug.cgi?id=1773259#c5 and following.
Seems to be a problem only when generating C, and not C++.
That seems reasonable, though may need some wrangling to get the tests working, since they use the cli args.
My systemd unit is basically [this one](https://wiki.archlinux.org/index.php/OfflineIMAP#systemd_service). For the record: ``` [Unit] Description=Start offlineimap as a daemon Requires=network-online.target After=network.target [Service] User=%i ExecStart=/usr/bin/offlineimap KillSignal=SIGUSR2 Restart=always [Install] WantedBy=multi-user.target ``` Thanks for pointing...
@anttijk / @heycam / @nt1m would probably be reasonable points of contact from WebKit. So having import conditions (`supports` / `media`) everywhere consistently makes sense. But I'm not sure how...
Ah yeah, that should work, I thought the meta/source bits were also about layer= attributes
> Since linked styles with invalid media are not loaded, that will hide the stylesheet from older browsers - and only make it available in a browser that supports both...
> we already had a couple of APAC attendees (at least @sideshowbarker @saschanaz) who were being subjected to our US/Europe-centered meeting times. FWIW I think @saschanaz is in Europe, but...