Lior Pollak
Lior Pollak
@ssbarnea , I'd be happy to be a maintainer!
Thanks! Appreciated. Sent from my iPhoneOn 27 Sep 2022, at 23:51, Sorin Sbarnea ***@***.***> wrote: @liorp I sent you an invite. I merged the change, even it was too big...
Hi, I couldn't replicate your use case. Can you help me with some more information? The code, perhaps?
Hi, I've tried running your code (both with `os.popen` and `subprocess.Popen`) and it ran successfully.
Hi, I couldn't replicate your use case. Can you help me with some more information? The code, perhaps?
Hi, in order to understand this issue I'd be happy to receive a code example which fails - I tried running yours but it ran successfully. Therefore, I suspect it...
This occurs because of the way singleton is cleared using __del__. We should implement something such as context manager with enter and exit, since using __del__ exposes us to bugs...
Can confirm I have this issue too. When running locally everything works, but when deployed to Heroku the web socket does not sync for the first player but only for...
But what if I want to write in typescript?
> Hello! Great work done here! Is there any plan to have a way to get every shortcut currently registered? Maybe using the Context API or something like that? >...