offa
offa
Removes the deprecated `java.level` from POM. ------------------ - [x] Make sure you are opening from a **topic/feature/bugfix branch** (right side) and not your main branch! - [x] Ensure that the...
Boolean is available too: https://docs.influxdata.com/influxdb/v1.8/write_protocols/line_protocol_reference/#data-types
While the _curl_ API does it's job it's still C. Replacing with a more C++ like API could simplify and improve the HTTP code (related: #90). ### Suggestions - https://github.com/libcpr/cpr
Use fixed with types instead of `int` / `long long int` in `Point::addField(…)`. Docs: https://docs.influxdata.com/influxdb/v1.8/write_protocols/line_protocol_reference/#data-types
The date library is included in the repository, should it get treated as a normal dependency? It can be included through packages manager or cmake too.
Add an example how to integrate the library using CMake's `FetchContent`.
Code cleanup, most are test assertions, imports or Java version related. -------------------- - [x] Make sure you are opening from a **topic/feature/bugfix branch** (right side) and not your main branch!...
Integrate FOSS tools, typically not running on the device itself (see #248 discussion). #### Possible solutions: 1. Introduce a Tools section 2. Create an additional file and link from main...
Remove deprecated usage of `volatile` in C++20.