influxdb
Here are 1,706 public repositories matching this topic...
-
Updated
Oct 14, 2021 - Go
-
Updated
Oct 8, 2021 - Java
-
Updated
Oct 14, 2021 - Go
The goal is to create thin, easy to use PHP client for sending ILP messages. We already have Java client:
Perhaps port this one maintaining the same API
-
Updated
Oct 13, 2021 - C#
We had issues with state file corruption before, however we often have a hard time debugging this because often the corrupt file was deleted to get Icinga running again. Therefore the following proposal: When Icinga fails due to a corrupt state file, it could write a crash report including a copy of the state file in question.
Given that state files can grow quite large in size, we should avoid
-
Updated
Oct 9, 2021 - Go
Use `AsRef<str>` rather than `Into<String>` in `ockam_transport_tcp` if only a `&str` is needed.
In ockam_transport_tcp, many functions accept arguments generic over Into<String>, but don't need an owned String, only a &str / something that can be parsed.
These cases should be changed to use AsRef<str> instead.
For example: https://github.com/ockam-network/ockam/blob/develop/implementations/rust/ockam/ockam_transport_tcp/src/lib.rs#L50-L54, and then its callers in https://github.c
-
Updated
Sep 4, 2021 - Shell
-
Updated
Oct 12, 2021 - TypeScript
Hello David,
I have spent more than 20hours installing unpoller to Ubuntu 21.04 64bit. It seems that everything is working but Unpollen can not pick up settings from unpoller.conf file. Instead of that it is taking some default config file with URL https://127.0.0.1:8443: unifi controller. I have UDM Pro...
I have even try to set path with
docker run -v /home/ubuntu/Docker/unpoller:/config
-
Updated
Oct 14, 2021 - PLpgSQL
A useful feature where the user specifies the quantity to take in an orderbook and callback returns the average price paid for that lot size. For example if the offers in the order book for BTC-USD was the following:
Price | size
11,000 | 1
10,500 | 1
10,000 | 1
If the user specified quantity 3, the callback would return 10,500.
-
Updated
Sep 22, 2021 - TypeScript
-
Updated
Oct 14, 2021 - Scala
-
Updated
May 5, 2021
-
Updated
Oct 8, 2021 - Go
-
Updated
Oct 11, 2021
-
Updated
Jan 11, 2020 - Python
-
Updated
May 4, 2021 - JavaScript
-
Updated
Jun 10, 2018
-
Updated
May 8, 2021 - Go
-
Updated
Aug 18, 2021 - JavaScript
Improve this page
Add a description, image, and links to the influxdb topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the influxdb topic, visit your repo's landing page and select "manage topics."
Hi,
first thanks for this awesome software. But I have some trouble and I don't know how to proceed. First I try to find out what else I could provide for this report to be a good bug report.
First, I use the latest version (v1.14.0) from openSUSE build Service. I know, I should compile it by my self to avoid any other causes for this behavior. But for now I still use this package from there