-
Issue Type: Bug
After updating my VS Code, my debugging experience became unpredictable and would pause unexpectedly. I've traced down the root cause in my code to an instantiation of a node `Work…
-
When running `cargo build` in my project that uses both `skia-safe` and `mozjpeg` crates, I'm getting a lot of errors on Ubuntu 18.4.5 (mac is fine though), all of which look similar to the following:…
-
Continuously losing connection to my Android device in VS Code. Hot reload works initially and then lost connection in a minute.
`flutter doctor` output :
```
Doctor summary (to see all details…
-
### What happened?
Logged in to the G4 upgrade today, all of my logins were gone along with my factoryidle save. Logins aren't really an issue, but one doesn't really expect their cookies to be clear…
-
OS: `5.11.14-arch1-1`
Gfx Card: `AMD REDWOOD (DRM 2.50.0 / 5.11.14-arch1-1, LLVM 11.1.0)`
neovide: installed `neovide-git` from aur
```thread 'main' panicked at 'Failed to create renderer: VkErro…
-
Is it possible to install fvim in ubuntu arm64 cause if it is I don't know how to cause i downloaded .deb and tried to install it with dpkg and i got an error saying it's packaged for amd64 not for ar…
-
## Steps to Reproduce
1. Run example program
2. Notice print statements claiming image data is blank (and occasional flickering of UI)
3. Remove `canvas.drawImageRect(_image, src, dst, Paint());` l…
-
As per title.
```
$ RUST_BACKTRACE=1 cargo build --release
Compiling sdl2-sys v0.34.4
Compiling skia-bindings v0.32.1
Compiling futures-executor v0.3.12
Compiling smithay-client-to…
-
When building `skia-safe` on my arm Mac, I get the error
```
error: unknown target triple 'unknown-apple-macosx11.0.0', please use -triple or -arch
ninja: build stopped: subcommand failed.
```
ev…
-
Hi,
I am new to rust and have never used skia so maybe my question is trivial. Sorry for this.
How to get &[u8] from surface?
I am drawing on a surface and want to feed the result to ffmpeg, wh…