Seungjin Kim
Seungjin Kim
Allow SSHKit.run executing on hosts in parallel ### Description SSHKit.run can do its job in sequential and parallel. SSHKit.run(context, cmd, :sequential, 1000) runs cmd sequentially with its timeout 1000ms. SSHKit.run(context,...
It would be nice to add a hostname in SSHKit's return tuple. Currently SSHKit.run returns {:ok, output, exit_code}. https://hexdocs.pm/sshkit/SSHKit.SSH.html#run/3 This is not going to be easy to see its output...
Does outbound http request(with Rust)'s header HOST come with Port number? Following request goes to AWS to upload S3 object. ```rust let request = Request::builder() .method(Method::Put) .uri(target) .header("Authorization", authorization) .header("Content-Length",...
My spin.toml is getting bigger and bigger (A couple of hundred lines). If I can implement some sort of 'include' feature that allows me to modularize spin.toml's content into separate...
To read a file from my (sub)component in a Rust project, I need to specify its path starting from the very beginning of the project. (not component but from spin...
Please add `rediss://` --tls support for spin-redis-trigger. https://docs.rs/redis/latest/redis/struct.Client.html#method.build_with_tls
I just followed the doc/examples and ended up this updated example code with wasmtime 20.0.2 and "add" folder to create add.wasm component. This may helps newbies just want to follow...
``` # cntb version cntb v1.4.12 ``` Even this statement, not properly set command `cntb create instance` launches new VPS in Germany and Contabo charges 10.50 euro right away. How...
It would be awesome if it support '--user' systemd user services! `systemctl --user status foo.service`