Manuel Sopena Ballesteros
Manuel Sopena Ballesteros
### Current and expected behavior I use a code like this to get container logs: ``` use futures_util::{StreamExt, TryStreamExt}; ... let mut logs = pods_api .log_stream( &cfs_session_pod_name, &kube::api::LogParams { follow:...
Hi, there are no examples folders in the source folder and I could not find anything related to socks5 on the issues page so I better ask to clarify. I...
I would like to overwrite the default authentication based on remote url. For instance, I have a url like git@... which means git2-rs will expect to authenticate through ssh with...
Dear eclipse jersey users, I have a jersey v2.30 application using **jersey-container-grizzly2-http** and **jersey-grizzly-connector.** I have an endpoint which returns a pdf file, the endpoint seems to work which means...
Dear cargo-dist community, Congratulations for this work, it is amazing! Sorry for the stupid question. I have a cargo dist GitHub pipeline in which I added the Homebrew installer https://github.com/eth-cscs/manta/blob/main/Cargo.toml#L101...
Deal serde_yaml community, I have these structs and entity: ``` #[derive(Deserialize, Serialize, Debug)] pub struct Ims { name: String, r#type: String, } #[derive(Deserialize, Serialize, Debug)] pub struct Product { name:...
Dear CC community, I am having the following error when creating apple artifacs https://github.com/eth-cscs/manta/actions/runs/8111755111/job/22171593499 I also tried locally using the `cross` crate but it also fails ``` ❯ cross run...
Dear cbindgen community, I am learning FFI/Rust and I am learning cbindgen, my goal is to optimize my Rust code in order to create the right header file. For instance...
Dear dialoguer community, I have an example like this ```rust Input::new() .with_prompt("Type socks5 proxy URL") .default("socks5h://127.0.0.1:1080".to_string()) .allow_empty(true) .interact_text() .unwrap(); ``` Would it be possible to allow the user to enter...
**Is your feature request related to a problem? Please describe.** Diagnostic results truncates the diagnostic message defeating the purpose of this theme/picker. `wrap_results` won't work because it will wrap the...