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 Nov 14, 2023. It is now read-only.
Yes. Lot of requests go waisted as you would have advanced in typing next
words. So the client checks this condition and discards the response. But as
you rightly observed, server will be processing unnecessary requests. We
need to cancel them if it is not sent.
The online editor was created merely to showcase varnam. That is the reason
why lot of these are not addressed.
Online editor is never expected to be the primary editor. Varnam is supposed to be used with native
keyboards and fully offline so that you get the speed that you need. But we
have done only Linux IME so far. Windows and OSX are pending.
When we type fast, a number of requests are made. We could throttle this by debouncing the events.
The text was updated successfully, but these errors were encountered: