Gero Gerke

Results 22 issues of Gero Gerke

enhancement
work in progress

# Description This adds a CORS enabled Summary API for status pages. This includes the current status of the monitor. The feature can then be used by other web pages...

area:status-page
area:api
pr:needs review
pr:please resolve merge conflict
needs:resolve-merge-conflict

This issue captures some discussion from #21 @pcpthm and @Drevoed suggest refactoring the query to something like this, removing the InfluxDbQuery trait and instead turning that into an Enum. ```...

Type: Enhancement
Type of Change: Medium
Hacktoberfest

Instead of hard-coding `u128`, the method should accept a generic where the number precision can be specified. As [InfluxDb docs](https://docs.influxdata.com/influxdb/v1.7/tools/api/#query-string-parameters-2) recommend using the lowest precision possible for improved compression of...

Type: Enhancement
Type of Change: Medium
good first issue
Hacktoberfest

GraphiQL has not been updated in ages (used version is 0.17.5, current version is 1.9.3). Since then, a lot of nice features such as the Request Headers Editor and [XSS-Fixes](https://security.snyk.io/vuln/SNYK-JS-GRAPHIQL-1912088)...

enhancement
integration

Until now you had to go go into the folder containing wallet-tool, yg or any other of the tools to use them. This commit solves this (at least for wallet-tool,...

**This pull requests add the ability to see confirmations for the addresses as requested in #676** The new output looks like this: ``` m/0/0/1/000 1OoOOOOOooOoooOOo9Oo9o9OOo9oOoOOO2 used 1.00000001 btc 1000 confs...

**This error happened after accepting a CJ while two other CJ transaction had not confirmed yet** ``` Exception happened during processing of request from ('127.0.0.1', 53802) Traceback (most recent call...

Crash
Easy / Quick to Implement

Swift now considers previously correct code incorrect. This regards two `lazy var`s in this library that are marked with `@available(iOS 13.0, *)`. The StackOverflow answer details a possible solution. I...