Rossen
Rossen
Can confirm that there a changes to product info data. I'll need to review all parts that are affected in the code base.
https://steam.readthedocs.io/en/latest/api/steam.client.builtins.html#module-steam.client.builtins.gameservers ? Rules you get directly from the server iirc
Can't replicate the OPs error, I get the correct data from the RSA, but login responds with 429. My guess is that they've decomissioned the old login flow. This mean...
> Btw, can you explain what does actually idle() does? `SteamClient` uses gevent for cooperative multasking, you need to yield to the event loop so other tasks can be processed,...
> @rossengeorgiev What should happen if internet image has been changed and/or you lost your local cache? Let's imagine you have a hash set, TF checks for this has and...
This PR is old and won't get updated
Didn't work. The lenovo laptop I recently updated from Ubuntu 19 to 20, and ventoy used to boot fine. Now you won't boot even on a clean 1.0.22. MOK has...
I managed to unlock my lenovo. Here is matrix of the various combinations I tried. The `ID` indicates unique flash drive. | ventoy | SecureBoot | USB Drive | lenovo...
See this example: https://github.com/ValvePython/steam/tree/master/recipes/2.SimpleWebAPI I would also make sure the credentials for login are always used as remember password tends to disconnect once in a while. Monkey patching is recommended...
One thing I found frustrating about `openstack_networking_secgroup_v2` is that you can't deal with configuration drift. If someone adds rules outside of terraform, then terraform remains oblivious to it. This creates...