Alexander Shaduri

Results 35 comments of Alexander Shaduri

This has now been implemented in the main branch. Thanks!

> There is no "Discussion" tab, so I have to ask here. On Linux, it update fails if `xterm` does not exist. Since I use another, better terminal app, I...

GSmartControl currently depends on pcrecpp, which is a part of pcre, but not pcre2. There are two options to handle this: - Port pcrecpp to pcre2 (not sure about this)....

The program has been ported to std::regex (needs testing). The main branch no longer depends on PCRE.

The Smartctl output shows that the error log entries are empty, so it's not a parser bug. This is either: - a bug in smartctl; - or (more likely) the...

Hello @alenwesker , First of all, thank you for using this library and actually adapting the code to your needs. I'm happy you did so much work and were able...

C++17 has std::from_chars() and std::to_chars() specifically for this kind of usage (JSON, etc...). They're also supposed to be very fast (faster than the usual locale-aware functions). An ifdef to enable...

Hi Tom, Sorry for getting to you so late. There have been some changes in the way GSmartControl handles windows. Do you still get this issue with 2.0.0? I would...

Hi, Thanks for the report. A few questions: - Is the freeze consistent on the same system? (that is, if you quit and/or restart and re-run GSmartControl, does it behave...