Max Paperno
Max Paperno
Thanks for the added details. Which SpamPD version are you running? Seems like older than current release (from the logs)? If so, I recommend trying [2.61](https://github.com/mpaperno/spampd/releases/tag/2.61) which has bug fixes...
Hi, thanks for writing. This is a new one for me! Just checking, `std::locale::global(std::locale(""))` is supposed to set the C++ locale to the current system/user locale, is that right? I'm...
Thanks for the details! That helps narrow it down. I think the problem is where the WASimClient formats a unique name from the client ID passed in the constructor. I...
Oh that was quick, thanks for confirming! I was about to say you could also probably do something like `std::setlocale(LC_NUMERIC, "C")` and restore it with `std::setlocale(LC_NUMERIC, std::locale("").name())` But that's not...
Hi, thank you for the report. This is likely a bug/issue with the plugin code because it tries to validate variable names before adding them to the request queue. And...
Hi Philippe, "We" aim to please :) Glad that fixed it! I'll keep the issue open for now until I release a fixed version, so I can point others here...
I had this issue recently as well when trying to update to 0.78 on Win. The ICU error is a "red herring" meaning the issue isn't with that specifically... at...
> I find skia_use_freetype=false in combination with skia_use_freetype_woff2=false to be fishy, > I think it’s a red herring. Especially since those are Linux-only features, aren't they? And not selected by...
Thanks. And yea, I saw your note in the readme, and wasn't sure if you'd be interested. No worries about crates.io... we were already using the git source anyway. This...
I guess the Mac build never ran because OS 10.15 is [no longer supported](https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources)...? Would be nicer if it just threw an error or something! Should finish up fine now,...