Efehan Atıcı
Efehan Atıcı
I had the same issue. Changing `FROM alpine:latest AS tiktok_scraper.build` to `FROM alpine:3.13.5 AS tiktok_scraper.build` fixes it. It's an issue with the latest alpine build I think. Edit: You also...
Any updates on this? I think this would release the heavy strain on requests because too many applications are polling scores every second in order to track player progresses.
Thanks, do we have any eta or deadlines on that?
From what I have encountered, it points to `cwd/ossapi`, where `cwd` is the folder of the executable.
Also, what's the concern behind creating directories?
> (1) How would sb counts be evaluated? It seems that you use `effectiveMissCount`, but from what I see it returns the minimum number of combobreaks possibie (if > number...
1. The reason I did not get that error might be that PyCharm handles it automatically if you select the src as `Sources Root`. I should add your suggestion to...
Thank you, that sounds like a good feature. I'll see what I can do