simon-anz

Results 14 comments of simon-anz

I have same issue. Also with 0.15.0 2021/06/23 16:13:40 Starting sealed-secrets controller version: v0.15.0

I think this is because the metric is a CounterVec which is initialised but no errors are added to it https://github.com/bitnami-labs/sealed-secrets/blob/main/cmd/controller/metrics.go#L47 (The same thing happens for http_requests_total) Most, actual errors...

The bug came with https://github.com/bitnami-labs/sealed-secrets/pull/463/files The code that initialised the vector was removed when "namespace" was added to the labels.

https://www.robustperception.io/existential-issues-with-metrics

Created PR https://github.com/bitnami-labs/sealed-secrets/pull/612

cointop uses golang [net/http library](https://pkg.go.dev/net/http), which in turn uses $HTTPS_PROXY environment variable to select a http proxy - see https://pkg.go.dev/net/http#ProxyFromEnvironment for details Can you fetch something like https://api.coingecko.com/api/v3/coins/bitcoin/market_chart?vs_currency=usd&days=1 from the...

The issue is that your shell is taking the & character, and splitting the command in two (both curl and wget). Wrap it in single quotes. ``` $ curl -s...

What happens when you run cointop? Does it display the front-page table and chart, or just hang at the command line? Or does it display "no coin data"? Try running...

Price-alerts are a feature since 1.6.0 (2021-02-12) - Press '+' on a coin to add a price alert. - hit 'A' to toggle price alerts Yes, it's not currently documented...

cointop currently doesn't use any API-driven portfolio management (just a static/in-app list), so I'm not sure exactly what you're asking? Starting down the path of automatically fetching portfolios from exchanges/etc...