lameferret

Results 8 issues of lameferret

``` > ockam tcp-inlet delete --node --force(optional) > ockam tcp-outlet delete --node --force(optional) > ockam tcp-inlet show > ockam tcp-outlet show > ockam tcp-inlet list --node > ockam tcp-outlet list...

Fix #3145 Fix #3146 IMO, this should work but it doesn't. Here is how I think `ockam tcp-connection list --node n1` works 1. Calls `list_connections` 2. `api::list_tcp_connections()` create a RequestBuilder...

## Current Behaviour ``` > ockam tcp-listener create error: The following required arguments were not provided: USAGE: ockam tcp-connection create [OPTIONS] For more information try --help ``` ## Should Be...

## Current Behaviour ``` > ockam node wrong error: Found argument 'wrong' which wasn't expected, or isn't valid in this context USAGE: ockam node [OPTIONS] For more information try --help...

This is more of a misuse by me and this issue is for documenting it as I wasn't able to find it. TLDR: Use `ockam node delete --all` rather than...

This PR adds a safe wrapper around JavaScript `JsDate` from `builtins::date`, and is being tracked at #2098. #### Implements following methods - [x] `new Date()` - [x] `Date.prototype.getDate()` - [x]...

WIP #3167 How do I debug, even with `RUST_LOG=debug/trace cargo run -- tcp-inlet ...` I don't get any output.

WIP Fix #3177 ~~This is really rough, improvements I can think of:~~ ~~- have enums for `Type` and `Address` being dependent on it.~~ ~~- use `String::with_capacity()` to reduce reallocations.~~ ~~-...