laterdayi

Results 98 comments of laterdayi

Is there a plan to fix it? @payam-zahedi

This should be a series of side effects brought about by manually closing all, resulting in the inability to manually close all

Thanks for your help, looking forward to it

https://cdn.jsdelivr.net/npm/[email protected]/min/vs/loader.js https://cdn.jsdelivr.net/npm/[email protected]/min/vs/editor/editor.main.js https://cdn.jsdelivr.net/npm/[email protected]/min/vs/editor/editor.main.css https://cdn.jsdelivr.net/npm/[email protected]/min/vs/editor/editor.main.nls.zh-cn.js https://cdn.jsdelivr.net/npm/[email protected]/min/vs/basic-languages/dart/dart.js

How can I request your help without running through a CDN @suren-atoyan

> From #521 - > > ``` > OK, so are you asking for a callback to be added in between connection attempts, i.e. if maxConnectionAttempts is 5 then you...

I've set maxConnectionAttempts to 1 and with the current configuration it will always reconnect without any errors, and if the connection is more than 5S, there will be no connection...

I set the _connectTimeoutPeriod to 10, but after 10 seconds, I don't get any callbacks for connection failures

I'm now in a scenario where I want to set a timeout of 10s, and if it exceeds 10s, a connection failure callback or a connection timeout callback is triggered

> Don't include `node_module` in your tsconfig or set `"skipLibCheck": true` Looking at the name is to prohibit package checking, does that mean there is some other effect besides not...