Ralf Biedert

Results 48 issues of Ralf Biedert

The following changes I'd like to land in 0.15, help wanted - [ ] Infer `prefix` in `#[ffi_service]` and make it optional - [ ] Add sample how to use...

good-first-issue
enhancement

I tried using your lib to parse some H.264 stream. Let's say I have these NALs: ![image](https://github.com/dholroyd/h264-reader/assets/301288/21ce2ae7-953e-44ed-831e-fa1af9c58e91) And I have a function which splits them into NAL units like so...

The `README` says: > Note that rustup target add only installs the Rust standard library for a given target. There are typically other tools necessary to cross-compile, particularly a linker....

Right now the project looks dead on Github since there wasn't any activity on master for ~1 year, for most code parts even ~2 years. That makes it hard to...

Hi, thanks for WS! Would it be possible to derive `Eq` for `Sender`? Issue #163 already implemented `PartialEq`, but I'd like to store senders as keys in `HashMap`, which requires...

I just realized that I can actually `Rename` local variables, which is really cool. That made me wonder how many other _IDE_ features could easily be done. On the very...

The IDEs have a "Comment with Line Comment" action, which is available as a keybinding: ![image](https://user-images.githubusercontent.com/301288/173866934-7087f765-1d82-48bb-b9f3-b03e384b62eb.png) It would be great if the plugin supported this by toggling a line prefix...

Apparently `tabu` [perma-broke](https://github.com/tabu-issues-for-future-maintainer/tabu) in a recent LaTeX release. Since we rely heavily on it, the "best" solution is to build with an old (2018) environment ...

**Describe the problem you are trying to solve** Twice now I have observed people spending 1hrs+ debugging cross compilation issues just to find out `~/.cargo/config.toml` was misnamed: - `~/.cargo/config` -...

C-feature-request
S-triage
A-new-lint