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
I was trying to copy a link to this text but the extension gave up due to uniqueness.
Turns out on GitHub it's common to have text quoted which means large sections will be non unique. It's a bit of an edge case for our algorithm.
However, in this case, simply using the last few words of the previous numbered list entry works as disambiguating context. I haven't had a chance to dig into the code yet but it looks like the extension isn't (correctly) crossing the block boundary to find context when the match starts at a block boundary.
The text was updated successfully, but these errors were encountered:
Here's an interesting case:
I was trying to copy a link to this text but the extension gave up due to uniqueness.
Turns out on GitHub it's common to have text quoted which means large sections will be non unique. It's a bit of an edge case for our algorithm.
However, in this case, simply using the last few words of the previous numbered list entry works as disambiguating context. I haven't had a chance to dig into the code yet but it looks like the extension isn't (correctly) crossing the block boundary to find context when the match starts at a block boundary.
The text was updated successfully, but these errors were encountered: