Nic Holthaus
Nic Holthaus
External PRs for bug fixes are always welcome. New features are welcome to buy is better to stay that discussion in an issue. On Thu, Nov 24, 2022, 6:56 AM...
good catch with the version number. For the string_locale test to succeed, you need to have a German locale installed (it's not by default). I'd make sure that's in place...
This is supported in the 3.0 series of releases. Consider backporting to 2.3.
supported in the 3.0 releases. Consider backporting to 2.3.
I originally had the same error as @KinmarX (using commit a1e9a3a). The error seemed to be caused by a missing dependency (libjpeg, required by wheel, required by pillow, required by...
I think this may stem from a misunderstanding of how concentrations are intended to work. The following tests will pass in the library as it currently exists: percent resultPct =...
Unfortunately this is not possible with any c++ library presently. It would require a language property called "reflection", which c++ does not have (although there are proposals to add it...