Robert Knight
Robert Knight
Hello @jean . The bookmarklet _does_ work on HTTPS sites but specifically not GitHub and other sites which have strict Content Security Policy settings. The issue is to do with...
The annotation model in Hypothesis supports this, in that a single annotation can refer to multiple pieces of a document. Firefox actually supports creating discontiguous selections natively IIRC, but no...
Can you update the PR title and description to summarize the changes and context. _I_ can infer what is going on from the code and some recent Slack discussions, but...
One way that we could deal with this is by making the "confirm article ID" button on the right side of the input function like a form submit button, by...
See also https://github.com/hypothesis/lms/issues/6194.
Another thing we could do for videos specifically is switch to a grid-like layout. We don't have a suitable component in our component library yet, so we'd have to make...
This is really a problem that Canvas will need to fix I think. Every time you open and close the "External tool" dialog Canvas makes our iframe smaller and smaller....
This got worse recently. This notification is shown to everyone, whether they are using the keyboard to interact with the UI or not. When you click into the iframe the...
The Hypothesis LMS integration requires that PDF files are either available via a public HTTPS URL, or one of the supported file provider integrations. We currently support: - Google Drive...
Error reporting in the client has been converted to use the new Sentry SDK. We should use that in the lms frontend as well. See https://github.com/hypothesis/client/pull/1320 for details.