Robert Knight
Robert Knight
I added a note in https://github.com/hypothesis/product-backlog/issues/1648#issuecomment-2728682957 about this. If I understand this issue correctly, it doesn't matter whether the PDF is native or scanned with an OCR-ed text layer added...
> @robertknight I suppose I thought an "image area" in a native PDF could be distinct from a "non-text area", in that when building the PDF you might have places...
> Anecdotally, some instructors have reporting purposefully using this functionality in their assignments. Do you mean that some instructors _wanted_ the same annotations to show up across multiple assignments? Can...
The `references` field in the API is an array containing every ancestor of the annotation in the thread. Some ancestors may have been deleted, so you need the full list...
I'd forgotten we'd already had to solve encoding lists for handling the tags field. We should treat references in the same way. The request makes sense and is likely quite...
I left [a note](https://hypothes-is.slack.com/archives/C4K6M7P5E/p1734609861619369?thread_ts=1734540521.176849&cid=C4K6M7P5E) in Slack that there are closely related problems with the existing group admin UI that we need to discuss.
When I raised this yesterday I forgot that we do actually have some existing mechanisms in this area. Each defined setting has an [`allowInBrowserExt`](https://github.com/hypothesis/client/blob/069eba5ed17982ea97c0536b4ad6c4e028b69281/src/annotator/config/index.ts#L18) flag which specifies whether the browser...
We have encountered a similar issue when using [incremental authorization](https://developers.google.com/identity/protocols/oauth2/web-server#incrementalAuth) with Google APIs. In our app there are two different login screens which request different scopes. If a user uses...
No news to report. This issue will be updated as and when someone is able to look into it.
> For the latest release/tag 0.9.0, there is a error in rten-simd. And it result in compiling failure. Can you post details of the platform (architecture, OS) you are using...