Keller
Keller
also when I run xarchiver nothing happens
many settings go to perpetual loading 
catch in this method doesn't help  
> catch in this method doesn't help >  >  Also, after that, the bot stopped responding to my messages.
I noticed that this also happens with one audio. When I pressed multiple buttons at once.    For some reason, the behavior of my bot has changed. Previously,...
My hypothesis is correct, that this is due to the slow internet. It turns out I had VPN turned on.
> Related: #1388 > > `Composer.dataQuery` and `Composer::dataQuery` I did not find this
try, this works for me ```js devServer: { client: { overlay: { errors: false, warnings: false } } ```
Still very relevant. In addition to this, this line breaks hot reload: https://github.com/electron/forge/blob/6c32c69685c7b211f78f0acb99d62676c70f8557/packages/plugin/webpack/src/WebpackPlugin.ts#L555 (Because after compilation, the files get there, and since webpack considers this static, then when changing the...
I solved the first problem. `MultiIsolatePlatform` and `CommonEnvironmentSetup` turned the `unique_ptr` into a _regular pointer_ using `.release()` and I was able to pass the `setup` to the thread to run...