Sculas
Sculas
That could very well be correct. Since I wanted to log all candidates (and not just the one that was found first), I rewrote the `default_net::get_default_interface()` function but found I...
@NobodyXu Done! #1436
Are you sure you're on the right repository? You should be on `https://github.com/cargo-bins/cargo-binstall`, not `https://github.com/Sculas/cargo-binstall` (this is my fork, which is outdated as of writing). EDIT: Looking at the logs,...
Ah, I only just now noticed you're on Linux 😅. That explains why I couldn't find the log again (I was searching for the Windows log line). Given that this...
Hmm... `trust-dns`'s system config reads the nameservers from `/etc/resolv.conf`, which could mean something might be wrong there? There might be more to this, but I'll have to look at the...
That makes sense. Hence I assumed you had a valid reason for it :)
Shouldn't this be a `problem`?
> Hi, @Sculas! I just tried to open 🧩 Patches in [Roadmap](https://github.com/orgs/revanced/projects/2) > > But the link is invalid. Was the roadmap moved somewhere? Is there any way to open...
Makes total sense, and nowadays the documentation suffices for one to learn it themselves anyway 👍
Encountering this issue as well on FFmpeg 5.1.2 (ffmpeg-next 6.0.0) Even with #129 applied locally to test, `decoder.frame_rate()` is always `None` for me. This is my current code: ```rs let...