lameferret
lameferret
For examples: `cargo run --example ` doesn't help, it just shows how to run the example. Better approach would be: [Tokio example](https://github.com/tokio-rs/tokio#example).
Hey @mrinalwadhwa, there is a [TODO: Add delete, list, show subcommands](https://github.com/build-trust/ockam/blob/9ba3e4e7ea179f182e029620d8e6b27f802207cb/implementations/rust/ockam/ockam_command/src/portal/mod.rs#L4), which I might be able to do, so should I do that in `tcp inlet/outlet` or in portal which...
- What is the reasoning behind multiple identities? - Is it for multiple services (other nodes) to talk to the same node with their own unique ID? - Can `Vec`...
Thanks, @mrinalwadhwa and @SanjoDeundiak for the input.
Sorry, I tried `ockam tcp-inlet create --at /node/n1 --from 127.0.0.1:6000 --to /node/n2/node/n3/service/outlet -vvv` it shows a lot of details but [`tcp/inlet/create.rs`: info!("Handling request to create inlet portal");](https://github.com/build-trust/ockam/blob/8f4d0391eae726a19d6e204189111474d447830b/implementations/rust/ockam/ockam_api/src/nodes/service/portals.rs#L66) doesn't show up....
@mrinalwadhwa sorry for being insanely late, was a bit busy. Currently, I don't understand why `TRY 1` doesn't work. Just like when creating a `TCP Inlet`, I'm stopping it then...
@jedel1043 can I give `JsSet` a shot?
Can I do `JsDate`, and why `builtins::Math` doesn't require a wrapper?