王翼翔
王翼翔
I'm using pipewire on my own project, and also encountered the fps problem. Mine is wayland + gnome. Setting `VideoFramerate` does not work certainly. However, setting `VideoMaxFramerate` also does nothing....
I've finished with `clap_complete::generate_to` aa2a84cf6339b8a0ab62e916232a1632bdf136b5 in `build.rs`. However, the implementation is a little tedious and not easy using. I'll work on searching some more productive methods (maybe learn from `git`...
This may be called dynamic completion. I feel it's hard to work on. https://github.com/clap-rs/clap/issues/1232 Moreover, I am not very proficient in using the `clap_complete` crate, its design is so strange...
I'll try to fix this. I guess it is because features like `ndarray` `tch` are not enabled with `doc`.
Oh, it seems not so simple. However, it works well for package `burn-core` and package `burn-train`: But it fails when coming to package `burn`. It's so buggy, and I may...
@nathanielsimard I found a way to fix this, and now it works for `burn` package. However, it is just to re-export all things in `burn_core` and `burn_train` instead of easily...
> That seems a little error prone 😅 would be nice if there was a way to do this properly without re-exporting I hope so. I found current less graceful...
I just found this is allowed: ```rust pub use crate_a::*; // instead of `pub use crate_a::{B, C, D, ...} #[cfg(feature = "a")] pub use crate_a::A; ``` Now it will be...
@nathanielsimard #2289 Using required-feature can solve this problem. But it then needs to modify test and example shell scripts to enable features needed.
After disable_vm_matadata, I got with `credencial_path` set to `"/home/me/.config/gcloud/application_default_credentials.json"` ``` [test/probe.rs:18:5] op.check().await = Err( Error { kind: ConfigInvalid, message: "no valid credential found", status: Permanent, operation: "list", context: [ (...