Monius
Monius
Given two examples videos, after decoding we will get frames with heavy lines. https://github.com/user-attachments/assets/bd06074f-08f2-4340-8719-3b9d2f4c6d81 https://github.com/user-attachments/assets/f4f0c7b8-d85a-4adf-94b0-055a03f9b5a3 And the corrupted frames after decoding:  
Current `seek` function always results in fallback to initital frames. E.g. ```rs for i in frame_sample { let seek_idx = (i as f64 / frame_rate) / time_base; ictx.seek((seek_idx * time_base)...
### Checklist - [X] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues). - [X] For Python issues, I have tested with the [latest development wheel](https://www.open3d.org/docs/latest/getting_started.html#development-version-pip). - [X] I have checked the [release...
The `action` usually takes about more than 30mins for large project in every ci run. Do we have `cache` options to build from last `action`? The example actions is here,...
The musl build target is slow, how to build libc but with static build in this action, see https://stackoverflow.com/questions/58526782/how-can-i-create-a-static-executable-with-rustc-using-glibc-instead-of-musl
see [#241685](https://github.com/microsoft/vscode/issues/241685#issue-2874312442) and [#1583](https://github.com/vscode-shellcheck/vscode-shellcheck/issues/1583#issue-2875589509)
do we have `dart run msix:create --no-signing` to build the msix only without any sign, due to we need to use `trusted-signing-action` to perform sign.
Inside github action, when run ```sh dart run msix:create -c "signingCert.pfx" -p ${{ secrets.WINDOWS_PFX_PASSWD }} ``` it returns the error that, ```sh Run dart run msix:create -c "signingCert.pfx" -p ***...
It seems it caused due to `J` or `j` char in some special pdf settings