Jonny Saunders
Jonny Saunders
agreed not having pbars should be possible for downstream use. another strategy that doesn't involve needing to make a dummy iterator/the user needing to import tqdm in their script and...
Encountering this problem now. Another way that might work on mobile too might be to catch the link click and present two options to either go to the link or...
well, i guess it's getting close enough to public that I might as well share the page: https://jon-e.net/infrastructure/versions/a9e9970/ (definitely don't doubt the depth of testing) edit: updated with permalink
Yes, looking at the public group! Thanks for taking the time to take a look. Supporting Firefox will be important because a number of the people that will be interested...
I'd be happy to try and help with maybe a few pointers to where one might implement those strategies^ 1. seems technically challenging, as, presumably you have already done the...
confirmed that doing this: https://github.com/sneakers-the-rat/client/commit/91604ef257e8fe363414e2c45e6a8f8bb2224647 and excluding the approx search avoids maxing out the cpu for ~5s (on chrome), there is no detectable hang while browsing the page. More annotations...
If you let me know if this is something y'all would be interested in and point me to maybe an example of how a comparable configuration field is implemented i'd...
I think the lowest impact fix might be to wrap https://github.com/hypothesis/client/blob/0c0a639b88d26da564a1d55a0aee85f14ec647a1/src/annotator/anchoring/html.js#L28 in a setTimeout call like ```javascript export function anchor(root, selectors, options = {}) { setTimeout(() => { // body...
checking in again, asking what the best way for me to help would be, am totally happy to draft a PR if you let me know which would be acceptable,...
updated the title to better reflect my intention