Results 14 issues of Navid

**Is your feature request related to a problem? Please describe.** In a project i have synced all updates using a channel, in this scenario there is no need to use...

Please consider the following example: ```rust use libvips::{VipsApp, VipsImage, ops::{JpegsaveBufferOptions, Interpretation}}; use mimalloc::MiMalloc; #[global_allocator] static GLOBAL: MiMalloc = MiMalloc; fn main() { let app = VipsApp::new(env!("CARGO_PKG_NAME"), false).unwrap(); app.cache_set_max(0); app.cache_set_max_mem(0); app.cache_set_max_files(0);...

Issue Type: Bug I used Start Extensions Bisect and find it. More info: https://github.com/microsoft/vscode/issues/148336 Extension version: 0.3.4 VS Code version: Code 1.66.2 (dfd34e8260c270da74b5c2d86d61aee4b6d56977, 2022-04-11T07:49:24.808Z) OS version: Linux x64 5.17.4-arch1-1 Restricted...

**What this PR does / why we need it**: makes registration of metrics collectors optional in seed-controller-manager **Which issue(s) this PR fixes**: Closes #12331 **What type of PR is this?**...

kind/feature
size/L
lgtm
release-note-none
dco-signoff: yes
sig/cluster-management
docs/none