Results 43 issues of Armin

I'm curious about if fluvio plans for or already has support for transparently handling the evolution of smart modules and the data processed by them. From what I can see...

no-issue-activity
needs-scope

This PR updates rust-skia to support Skia's `chrome/m105` branch. - [x] Update `README.md` ([rendered](https://github.com/pragmatrix/rust-skia/blob/m105/README.md)) > Most important here is to change the Skia branch name and the current Skia submodule...

Goals: - [x] Update GitHub builds to macos-12 image (Monterey) - [ ] See if we need the rust-skia patches anymore. - [ ] Fix build with SKIA_DEBUG=1.

robustness
build

This is the tracking issue that covers the documentation attempt of skia-safe. And these are my suggestions on how to add documentation: **Update**: With #679, we've added `document-converter` project in...

api ergonomics

Once the containers are updated, we can try to build rust-skia with the latest Android NDK r23b. **Update:** Reverted the containers. This is not as easy as expected, the Android...

A `Paragraph` ends up owning a reference to `FontCollection`, which is not `Send` or `Sync`, so `Paragraph` can't be either, which is a bit sad, because internally the `SkParagraphCache` supports...

bug

Now that IntelliJ Rust has landed support for `include!(concat!(env!("OUT_DIR"), ..))` it's time to prepare a PR that generates the `bindings.rs` file in the output directory and includes it from `skia-bindings/src/lib.rs`....

enhancement
blocked

This PR uses gn and ninja to compile the rust-skia C++ sources: Pros: - No more differences between how we build them and Skia's build script builds its sources. Skia's...

build