Results 65 comments of Gerben
trafficstars

> This is a great start! I'll check out the branch locally, see if there are any tweaks to make, and maybe try to push up changes to make the...

I added a commit that downloads RAT, removes comments, removes the sleep pauses too. But I get an error when running this, which looks unrelated to the current change: ```...

> Prior art we could borrow from: > > * https://github.com/tilgovi/dom-anchor-text-quote (uses diff-match-patch) > * https://github.com/robertknight/approx-string-match-js/ Update: @judell kindly informed us that Hypothesis now switched from the former to the...

Hi Jaime, sorry for the silence from our side. I hope I can answer on behalf of the other two too. :) As for calls, you may have just noticed...

Is this still a plan? We have ditched our other fragment identifier effort (see PR #71). Besides making a parser for the fragment identifier syntax itself, I suppose we would...

> Besides making a parser for the fragment identifier syntax itself, I suppose we would want to implement the algorithm for resolving it. May well be worthwhile if others are...

We shortly discussed this topic in today’s call while looking over the open issues. We agreed that just parsing the syntax is not much use, as it comes together with...

Can reproduce. The issue is that if the DOM is changed (by `highlightRange`/`highlightText`) while the TextQuoteSelector is being matched, it can end up finding the quote again and again. (note...

For now, I just added warnings to the documentation. Longer term, I’d really like to fix this, but it is not trivial to deal with search in a changing DOM....

> Hello! I've been lurking here a while, so now to pop in! Welcome! If you are interested in getting involved in some way, or just curious, feel free to...