Rohan Relan
Rohan Relan
If Dota is hooked then Dota crashes several times in a game. I haven't tested hooking against other games so I'm not sure if this is true within other games...
@cfortuner if openai returns a retry-after header in their 429 status code we should use that for the rate limiting
Just fyi, I did something like the following and it seems to work: ``` [@bs.module "rxjs"] [@bs.new] external makeSubject: unit => subject('a) = "Subject"; module Subject = { [@bs.send] external...