Gero Gerke
Gero Gerke
# 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...
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. ```...
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...
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)...
Looks like someone force pushed
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...
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...