Kevin Dick
Kevin Dick
Nice to see that Poco Supports Prometheus. In the Example i saw that there was created a `MetricsServer` to expose the metrics via the `\metrics` Endpoint. But is it also...
I'm currently working with the `EventLogChannel`, would it not be better to map the `Notice Logger Level` also to the EventLog Information Type``? Because on a release build the lowest...
Implementation of the Bank Account Exercise. As always i'm happy to hear some improvements =)
My Implementation of the Exercise Darts.
Implementation of the Exercise ISBN-Verifier. This is my first Exercise which i ported to the CPP Track. If wanted i will port more exercises to the CPP Track
Implementation of the Exercise Largest Series Product. I'm a little bit unhappy with the cast for checking if the size of the `series` is smaller then the size of the...
I want to log from my Application to the Windows Event Log. When i run the Application as an Administrator it creates the Registry Keys under the `HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\EventLog` Path. Without...
**Describe the bug** Building the Poco Libraries with the `buildWin.ps1` script failed if `-platform x64` is used. **To Reproduce** This is the command that was used: `.\BuildWin.ps1' -poco_base . -vs...
Is it currently possible to get a specific metric out of the Registry by it's name? And is it also possible to not throw an Exception when creating a Metric...
Hello, this is more a question then a real bug but there was no question to select. I'm currently try to figure out how to iterate over a set of...