Robert Knight
Robert Knight
A workaround is to move the destructuring variable declaration in the function body: ```js function MarkdownView(props) { /* istanbul ignore next */ const { markdown, setTimeout_ = setTimeout, } =...
I'm honestly not a huge fan of this. My instinct is that our selection tools are similar enough to other applications that users will not need an explanation to tell...
I'm deferring this for the moment, until we've got stronger feedback that it is necessary.
One way we could address this problem would be to avoid testing the tab URL against the specific URL we originally navigated to and instead just wait for the page...
The custom alphabet option in this library is tied to the text recognition model being used. To recognize additional characters you need to find or create a custom model and...
The current algorithm works as follows: 1. Find the ends of matches with the minimum error count. If there are multiple positions with the same error count, return all such...
Yes, I think that would be reasonable. Maybe an API like: ```ts search(text: string, pattern: string, maxErrors: number, options?: { /** * Method to choose between different start offsets for...
> I think we'd need multiple solutions to solve this. For example: I agree. We'll need more than one change to resolve this. From an end-user's perspective I think that...
I do not expect to be doing any maintenance work on this project myself any time soon, but I will try to test and review contributions from others.
I have never used it, but indeed GammaRay is the most professionally supported alternative that I know of. I'm closing this issue as I've clarified the current maintenance status/plans.