You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.
When Network is not very fast Theia becomes unusable and keyboard is no accepting input or the input is showing after delay.
Maybe related: at times, it seems like the editor rolls-back some typed characters. We do not know for sure, but one hypothesis is that adverse network conditions causes some editor updates to be lost, after being echo'ed in the editor. e.g. you type "example" and see it in the editor, then the last few characters disappear and we are left with "examp".
The text was updated successfully, but these errors were encountered:
For the "eating characters" part, duplicate of eclipse-theia/theia#1185 . Will investigate the "slowness" aspect separately and open new issue if needed.
When Network is not very fast Theia becomes unusable and keyboard is no accepting input or the input is showing after delay.
Maybe related: at times, it seems like the editor rolls-back some typed characters. We do not know for sure, but one hypothesis is that adverse network conditions causes some editor updates to be lost, after being echo'ed in the editor. e.g. you type "example" and see it in the editor, then the last few characters disappear and we are left with "examp".
The text was updated successfully, but these errors were encountered: