Results 70 issues of Jon Udell

When the client sends an annotation payload for a PDF, it includes `documentFingerprint` like so: ![image](https://user-images.githubusercontent.com/46509/94825530-25a0e080-03bb-11eb-9591-ea5b4703a52d.png) It does not send the PDF creator info, which in this case was: `[1.7...

The following URL was assigned in a course: https://www.npr.org/sections/health-shots/2010/08/11/129127432/paul-longmore-historian-and-advocate-for-disabled-dies The course dashboard displayed this list of annotated documents: ![image](https://user-images.githubusercontent.com/46509/92958570-4d85cf80-f41f-11ea-91c0-c4bea45217a4.png) These are all the "same" document, with document_id 22734. Most users...

bug
document equivalence

"Fbclid can be decrypted as a Facebook Click Identifier (“Facebook Click Identifier”) by analogy with Google Click Identifier – GCLID. The GCLID parameter is used to exchange data between Google...

A user reported a missing annotation at PubMed. It's found here: https://europepmc.org/article/MED/24897079 The client API call that finds it there: https://hypothes.is/api/search?_separate_replies=true&group=__world__&limit=200&offset=0&order=asc&sort=created&uri=doi%3A10.1056%2Fnejmp1401111&uri=https%3A%2F%2Feuropepmc.org%2Farticle%2FMED%2F24897079 DOI decoded: doi:10.1056/nejmp1401111 Not found here: https://pubmed.ncbi.nlm.nih.gov/24897079/ The client...

There are a lot of duplicate highlights in the database. To see the phenomenon, use https://metabase.hypothes.is/question/759 on the default URL for that query, https://www.theatlantic.com/magazine/archive/1945/07/as-we-may-think/303881/, or another heavily annotated URL like...

I spoke to Matthew Lincoln, the author of https://github.com/mdlincoln/hypothesisr, and with a user of that wrapper who asked about whether hypothesisr might be submitted to rOpenSci. Matthew says he's not...

Here is what I can see in metabase: ![image](https://user-images.githubusercontent.com/46509/44231163-05b5f080-a152-11e8-9c3a-7dad5a73a6d4.png) There are 7 records, 5 of which are deleted. Of the remaining two, one is in Public and the other in...

bug

Here is a set of equivalences created using `` and `` ![image](https://user-images.githubusercontent.com/46509/46752688-b7652f80-cc72-11e8-8c44-38fa4b1a7e62.png) And here is the set created using `` ![image](https://user-images.githubusercontent.com/46509/46752941-51c57300-cc73-11e8-8f4c-da79b5836114.png) In both cases, the _dc.identifier_ value matches this server-side...

bug
document equivalence

I created an annotation on http://awspntest.apa.org/fulltext/2018-18843-001.pdf. It shows up untitled in activity pages: ![image](https://user-images.githubusercontent.com/46509/44938578-b6b4b180-ad34-11e8-9311-aabe52a210fe.png) Here's why: http://jonudell.net/h/apa-untitled-document.mp4 It happens [here](https://github.com/hypothesis/client/blob/734e3a25318364819a8c38ef881e4788a2b06365/src/annotator/plugin/pdf-metadata.js#L83). We acquire the HTML doctitle as expected, but then overwrite...

bug

See https://jonudell.info/h/editor-toolbar-scroll-behavior.mp4 ![image](https://user-images.githubusercontent.com/46509/78062062-fa253680-7342-11ea-8885-3cfc69aad5c3.png) This does not happen on the primary monitor, only the secondary. /cc @klemay

bug