Lasse F. Sortland

Results 3 issues of Lasse F. Sortland

Using ```py from steam.client import SteamClient from valve.steam.id import SteamID client = SteamClient() client.anonymous_login() user_id = url = "https://steamcommunity.com/profiles/{}".format(user_id) steam_id = SteamID.from_community_url(url) a = client.get_user(steam_id, True) print("Is logged on =...

question

Fixed an being raied when rumble state changed by external library stopping the inputs library from being able to read the state of the controller. If this is not changed,...

### My actions before raising this issue - [x] Read/searched [the docs](https://github.com/opencv/cvat/tree/master#documentation) - [x] Searched [past issues](/issues) This is a feature request I am not sure if this is possible,...

enhancement