-
The recent commit that added the `try_loadstring` command seems to have broken lazy loading some plugins for me. Now trying to load `nvim-tree` via a key `` now causes the error below. I've tried dele…
-
Hello, maybe I'm just using `reset_mem()` wrong, but when I use `reset_mem()` on newly initialized resampler's rust implementation I get this panic:
```
thread 'main' panicked at 'index out of bou…
-
https://github.com/rust-av/rust-av/blob/31f728df88b41adb82de2bae530f74ddb195cd18/bitstream/src/byteread.rs#L14
https://github.com/rust-av/rust-av/blob/77d3cd19c0506d50957009ae0cb8fee35b3a81b7/bitst…
-
### 问题类型 / Type of issues
* 其它 / other
----
这是继 #1081 之后的又一次大扫除。请各位按列表检查自己名下的包,如果有意继续维护就勾选掉,如果不想管了、不记得了、好像没什么用了之类的,就留在那里。一个月之后还没有被勾选的包,我会发起 orphaning 流程。
包名后边的数字,前一个是 repo.archlinuxcn.org …
-
It should be possible to have the backing array type inferred in a lot of cases, and optionally specify it when needed.
-
It passes "cargo test --release --features=decode_test chroma_sampling_422_aom",
but encode and decoder mismatches if tried for larger size input like:
./target/release/rav1e https://media.xiph.org/…
-
There is a **lot** of stuff in `tokio_io`, `tokio_core` and `futures` that looks relevant to this project - I'm not sure it'll be useful, but there seems to be a lot of groundwork on pipelining, multi…
-
Hi, I'm the current holder of `av` on crates.io, but until now I haven't published anything proper under that name yet and I'm not planning to publish my own rust-av anymore.
If you are interested …
-
this is not currently in any standard. but i propose to support the following new headers.
* "icy-logo" -> the full http link to a logo (png/jpg)
* "icy-loadbalancer" -> here you can put a "main" st…
-
I have a simple project written in Rust that I'm trying to run in the browser through emscripten. On Rust's side I'm using `cargo web` which in turn calls out to emscripten to compile my project to wa…