-
Extension version: 0.55.0
VS Code version: Code 1.49.1 (58bb7b2331731bf72587010e943852e13e6fd3cf, 2020-09-16T23:27:51.792Z)
OS version: Windows_NT x64 10.0.19041
Remote OS version: Linux x64 …
-
For anyone hitting this, a quick workaround to force going back to skia 0.29.3:
`cargo update -p skia-safe --precise 0.29.3`
-
I've been building a node module based on skia-safe using [neon](https://github.com/neon-bindings/neon) and have gotten it running smoothly on macOS. I'm currently trying to get it to build on linux a…
-
I am trying to compile visual studio code
```
[922/17759] python ../../tools/grit/grit.py -i ../../chrome/app/generated_resources.grd build -o gen/chrome --depdir . --depfile gen/chrome/app/genera…
ghost updated
3 years ago
-
## Description of bug / unexpected behavior
trying to set up logging in a config file fails
## Expected behavior
logs written to a file
## How to reproduce the issue
Code for reproduci…
-
I'm 99.99% this is my fault, but for some reason I'm no longer able to compile neovide on my desktop, getting this error: `note: LINK : fatal error LNK1181: cannot open input file 'harfbuzz.lib'`. I w…
-
When I launch Waterfox (restoring previous session, 864 tabs, at startup) and open a link from the restored tab currently in focus in a new tab, a window pops up giving me the error "Waterfox is not w…
-
It seems like the underlying `SkMaskFilter_MakeBlur` function only returns a filter if the `sigma` value is non-zero, so the `blur` function should really return an Option. Currently the function pani…
-
Hey, many methods seem to be marked as `&mut self`, like in `paragraph.rs`:
https://github.com/rust-skia/rust-skia/blob/448537d9967b693fe09a0f8c2ad156176cc75bad/skia-safe/src/modules/paragraph/para…
-
Currently an optional OpenGL-based Skia implementation of `GraphicsDisplay` is provided, but Skia presents a non-Rust build dependency.
In interest of a 100% Rust project, some alternative implemen…