Manuel Sopena Ballesteros

Results 15 comments of Manuel Sopena Ballesteros

The provided link does not work for me. any workaround or even better a permanent solution?

it takes a while to appear, I have not counted the minutes but definitely more than 2 mins

same here :( the hover does not show the options to debug/run the app if main is async

Hi, any help on this?

I found the issue here https://github.com/eth-cscs/manta/actions/runs/13902912305/workflow#L295 apparently this `if` statement will skip the `publish-homebrew-formula` on pre-releases like beta versions. Would it be possible to make this optional? I think been...

* he problem here is that it works with native-tls but not rustls, right? Correct * have you tried using the helpers from ConfigExt like [rustls_https_connector_with_connector](https://docs.rs/kube/latest/kube/client/trait.ConfigExt.html#tymethod.rustls_https_connector_with_connector)? My understanding is I...

The reason I need a socks5 connector is that my k8s is too old and does not support the proxy settings...

Hi, Ubuntu 24.10 not working ``` sudo dpkg -i Downloads/GitButler_Nightly_0.5.856_amd64.deb Selecting previously unselected package git-butler-nightly. (Reading database ... 338697 files and directories currently installed.) Preparing to unpack .../GitButler_Nightly_0.5.856_amd64.deb ... Unpacking...

I just added this like to the pipeline `rustup target add x86_64-unknown-linux-musl` but it still fails with same error