Subhas Dandapani (RDX)
Subhas Dandapani (RDX)
I've tried this multiple times, but the `download` and `upload` bandwidth is looks off from what's shown in speedtest.net URL. ### Results from library ``` { ... "ping":{ "jitter":3.207, "latency":7.961...
Provide an `All` menu and dialog to: - Stop all containers - Cleanup all stopped containers and untagged images
Prometheus 2.3 supports ReadHints now to allow pre-aggregating the data queried from remote storage. ``` message Query { int64 start_timestamp_ms = 1; int64 end_timestamp_ms = 2; repeated prometheus.LabelMatcher matchers =...
This is a good starter issue. Presently we run `golint` on only main package `.`. We'd like to run it nested packages, such as `go run github.com/golang/lint/golint ./...`. The only...
Right now, when there is a parsing error in YAML files (which happens all the time with whitespace in yamls) - myke prints `error - line number`. Its beneficial to...
Support environment variable expansion using templates /cc @vpillac Few problems: - Environment variables are used for parameter substitution, but if they themselves have parameters, then 2-pass/n-pass - Ordering of the...
Now, the task list is a table. Allow a verbose task list option, which will print tasks with full details including the description. TODO: Decide on command and output semantics...
- Allow wildcard globbing in files - Things to ponder: not conflicting with shell expansion, using the same globbing in `mixin/discover`, etc. - Descoped for 1.0 because its not required...