Bastian Venz
Bastian Venz
@spannerman79 sorry i didn't know that this little change (a forced to string was never a problem in my world) breaks compatibility with older versions. But without it`s breaking the...
I currently also try this, and it starts compared to the Release. Now the real question: when is this going to be released? If this is only on the dev...
I can confirm this. Currently 1035 Games. Tags are there for most games but Genres and Flags are Empty. Depressurizer version v5.2.0.0 Windows 11 version 21H2 Build 22000.376 Example 10...
It seems like scraping to many games at one time will throws an Exception due to the fact, so it seems for me, that Steam is Returning a 502. Logs...
Yhea, i try to batch them in 50-100 games per step. It is really a Rate Limiting on Steam Side
I know about the games that can't be scrapped. And its not an issue that the scrapper freezes but that Steam Returns a Gateway Timout (HTTP Error code 502) which...
Yes i have, The two _acme TXT Records exists and the Timezone did not change or was changed between the successful and the current Orders
If its an Option, that could be something like [CoinHive](https://coinhive.com/). With the Captcha Option one could do - Spam Bots have maybe no JavaScript enabled -> no access - They...
It's more readable and compilesafe. Enums are mainly used instead of the "static-final-int-construct" .
The AsyncCheck Class as example: https://github.com/rampo/UpdateChecker/blob/master/library/src/main/java/com/rampo/updatechecker/ASyncCheck.java First the Strings and then the Integers as two enums. What is generated under the hood is not a real counter argument against readability!...