arcnmx
arcnmx
blackening's version above works and looks good to me! The `16XX` pattern also seems to work for RTX 20XX cards as well.
Cannot reproduce with ``` rustc 1.10.0-nightly (2174bd97c 2016-04-14) binary: rustc commit-hash: 2174bd97c1458d89a87eb2b614135d7ad68d6f18 commit-date: 2016-04-14 host: x86_64-unknown-linux-gnu release: 1.10.0-nightly ``` nor ``` rustc 1.10.0-nightly (ed7c56796 2016-04-17) binary: rustc commit-hash: ed7c56796ef17f13227a50dc1a72a018b1d5e33f commit-date:...
@posborne this repo has never been released or published to crates.io. [Another project with the same name is](https://github.com/White-Oak/cargo-clippy), which is why I haven't really updated or fixed this project recently.
An example scenario with this plugin is: 1. `mpc add plugin://https://twitch.tv/monstercat`, `mpc play` - wanting to play an HLS radio stream 2. A `ProxyInputStream` is constructed with the user-facing URI,...
So that's the problem, it **ideally** would be using the InputStream but... ffmpeg is using the URI to make additional playlist reload requests. It needs to continually refresh the HLS...
zsh and zle is an abomination, you probably know better than me honestly. Does starship have some sort of session storage it could use to mark it as already executed?...
> Unfortunately, starship (by design) is essentially completely stateless. Any information that needs to be passed between draws (like commmand duration) is handled by the shell That's not really stateless,...
FWIW I'm also in favour of `yield` simply being an expression, and the points regarding shadowing being easy to misuse don't bother me for reasons already discussed; the rest of...
I just ran into this in the wild, but from what I can tell the [package attribute is deprecated](https://gitlab.gnome.org/GNOME/gobject-introspection/-/blob/master/docs/gir-1.2.rnc#L86), and so presumably this shouldn't be an error or required at...
> We already handle that automatically as part of the CI using the gir-rustdoc script, are there any external dependencies that are not properly linked? Sorry it's not clear to...