Add speculative typing latency parameter#77
Conversation
Codecov Report
@@ Coverage Diff @@
## master #77 +/- ##
=========================================
Coverage 25.19% 25.19%
Complexity 63 63
=========================================
Files 132 132
Lines 3893 3893
Branches 407 407
=========================================
Hits 981 981
Misses 2891 2891
Partials 21 21 Continue to review full report at Codecov.
|
1969e25 to
a473835
Compare
a473835 to
9a34a14
Compare
74670d5 to
9a34a14
Compare
SerVB
left a comment
There was a problem hiding this comment.
Could you please also remind why can it be useful to set it to non-zero? I would also suggest to mention it in the Web Client README in the table of parameters.
|
It allows simpler debugging speculative typing - you can see speculative symbols longer. Another PR also allows to remove main canvas until speculative symbols are really rendered so only speculative symbols are shown. But PR 76 requires refactoring and some fixes, have no time to do this right now. Also README contains new parameter description |
No description provided.