mirabilos
mirabilos
On Mon, 18 Aug 2025, Albirew wrote: >From my understanding (i'm not much of a dev), errorbar is one more >value (`time;temp_low;temp_high` instead of just `time;temp`) added to >csv, but...
At https://github.com/b1-systems we discovered a workaround for this. [diff against `main` branch](https://github.com/user-attachments/files/23023914/poco.diff.txt) The workaround basically reverts the change from `AbstractConfiguration *` to `AbstractConfiguration::Ptr`, which is sufficient to eliminate the bug...
On Thu, 23 Oct 2025, Kevin R. wrote: >The code snippet requires the following update: As diff, that reads: @@ -8,3 +8,3 @@ std::vector confKeys; AbstractConfiguration* cfg = new XMLConfiguration("conf.xml");...