Mihail Milushev
Mihail Milushev
If all that is needed is a non-blocking `webview.start()`, then why not just keep the current `threading` implementation, but instead of running the backend logic callback in a thread, just...
I don't mind removing it from `getting-started.rst`, your reasoning is compelling and I might have gone a bit overboard in adding it there in the first place.
I don't understand the wording of this change. "... that's why you're seeing this NameError" - this implies a NameError that has already been mentioned somewhere, but there's no such...
I see the same issue, Macbook Pro with an external 4k screen (3840x2160), with `window-padding-y=8` and `window-step-resize=true`; you can clearly see in the video when basically a whole empty line...
10K+ lines of scrollback (very common scenario in my experience, e.g. a pane running a service in a docker container, outputting its log) results in milliseconds of delay to apply...
Well how about adding a debounce as an interim soultion? Sounds like a much-lower-hanging fruit than overhauling the search itself. Then you can make the debounce interval configurable, so people...