Jeremy Rodi
Jeremy Rodi
The scrap.tf bots were forked from SteamBot early in SteamBot's development, so we really can't say much for scrap.tf.
I think when it tries to get the item from the item schema, it doesn't exist so it throws that sort of general error (from looking at [line 541 of...
The problem with supporting both TF2 and Dota is the time it would take to request both schemas. Maybe if we have options for each bot, like download/use the TF2,...
What I'm thinking is to define a setting in the file that is an array of IDs to use for games. For example: ``` JSON { "SchemaGames": [440, 570], }...
@cwhelchel yeah, that might work
Is this still an issue?
#316 has not been merged yet. This is still an issue.
There's also an issue with grosser/rack-openid#5, which is kinda annoying...
I ran into this issue earlier, and there were two things that lead to this exact error, for me at least: 1. When downloading and installing the NSIS plugin (`nsis_tauri_utils.dll`),...
I think having `append` return a type that allows the user to register interest in when the sound is finished playing, whether that's sync or async. You may be able...