-
## Steps to Reproduce
1. Create a new flutter project and use [this gist](https://dartpad.dev/?id=e6337b7c2fdf316c0ee7293a0654d2c5) as the `main.dart`
2. Compile and run on Android or iOS
…
-
Hello,
I was trying to get out a api diff in the branch: https://github.com/rust-skia/rust-skia/pull/993, but
running
```
cargo public-api -p skia-safe -s --features=all-macos diff latest --…
-
What about automated releases?
Every commit to main branch can be a new version
Workflow:
```js
name: release
on: push
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses…
-
Recently, go module was introduced, which sounds like the way to go (pardon the pun) with golang.
However this is in conflict with wuff's design, which assumes some source artifacts are available t…
-
I took a look at the [examples/callback.rs](https://github.com/servo/rust-mozjs/blob/master/examples/callback.rs) and I would like to try using `rust-mozjs`, but I'm not sure how to. Any plans to crea…
-
### What happened?
When visiting certian sites the window controls (minimize, maximize, close) disappear. Here is some information about the problem I have found:
- Not my profile, happens on a …
-
Type: Bug
Every safe of the package.json, it addes a dependency with the pattern `"": "file:"` into the package.json.
I've observed this on 3 machines already.
Extension version: 0.9.5
VS Code ve…
-
Here is my compose multiplatform project dependency
#Koin
koin = "4.0.0-RC1"
koin-compose = "1.2.0-Beta4"
#Koin
koin-bom = { group = "io.insert-koin", name = "koin-bom", version.ref = "koin" …
-
When opening YouTube in a container with the FireFox Multi-Account Containers Add-on (https://addons.mozilla.org/en-US/firefox/addon/multi-account-containers/) h264ify does not appear to work. Constan…
-
### Steps to reproduce
1. Run the code sample;
2. Scroll the ListView and look at the jank;
3. Inspect the DevTools to actually see the jank;
4. Disable the Impeller via info.plist and re-run th…