davidc538
Results
2
issues of
davidc538
even just this line of code... ``acc = SteamId.from_steam_id('STEAM_0:0:16889404')`` gives me the following error... ``XML data could not be parsed: redirection forbidden: http://steamcommunity.com/profiles/76561197994044536?xml=1 -> https://steamcommunity.com/profiles/76561197994044536?xml=1`` am I missing a gem...
I'm having problems using this library with C++20. It seems to use `std::auto_ptr` which to my knowledge isn't available in C++17 or 20. Am I missing something or is this...