Simon Hausmann
Simon Hausmann
> We should also look at the guidelines from the platform and depending we might need to make sure that it is in the right direction by default Could you...
On further thoughts, in my opinion, in the short term this particular feature - support for inverted ranges - could be implemented without changing the API but by automatically supporting...
So there are two issues: 1. The implementation of the Fluent style seems wrong. 2. We should make it possible to implement an inverted slide by allowing people to swap...
Given the diversity of the embedded linux ecosystem I don't think it makes sense to provide skia binaries. It's going to be hard to cover all sorts of subtle aspects...
I’ve seen this error before. There are two errors, in fact: the extraction of the sources fails, and ninja keeps rebuilding. For me, the former was caused by not having...
Thanks for the release! It looks like the lack of `.cargo_vcs_info` means that in this release the binaries are never used, because `crate_repository_hash()` fails and therefore `skia-binding`'s `build.rs` fails to...
This seems to be caused by `setup_cargo_environment()` in `rust.inc` appending the `[target...]` section once more after cargo_common.bbclass has already done it: ``` setup_cargo_environment () { # The first step is...
Yes. At least on macOS I get a decent amount of output from winit that comes through the log crate. I've used that once to debug something, and I thought...
This doesn't seem to help diagnose the issue. We discussed and I'll change this to use the testing backend along with a fix to patch the testing dependency out before...
Replaced by #5064