Robert Knight

Results 727 comments of Robert Knight

I think you're right. Part of the problem is that this crate specifies the minimum version of rten as v0.13.1 but it actually compiles with older versions down to v0.11.0....

Thanks @Anders429, that's helpful context. So in summary, updating the dependency in a way that cargo considers semver-incompatible can result in multiple copies of the library in downstream projects if...

Ocrs v0.9.0 has now been published. I decided not to yank v0.8.1 in the end. I'm treating this issue mostly as something to remember for future releases.

The current tooltips for controls in this toolbar are: 1. Annotation sidebar (toggle button that opens/closes the sidebar) 2. Show highlights 3. New page note (when text is not selected)...

> Don't do anything, and just let image annotations look the same as page notes This is what currently happens. Image annotations have no `TextQuoteSelector`, so they look like a...

A very simple thing we can do is just show the alt text (`description` field) where we currently show the quote. Before doing something more sophisticated, we might want to...

From https://github.com/hypothesis/pdf.js-hypothes.is/pull/31#issuecomment-2621975473: > The console shows a warning "Text layer text does not match page text. Highlights will be mis-aligned." > > Intermittently I have seen an error about a...

The most obvious issue is that the position of highlights gets out of sync with the text when zooming in and out. PDF.js has changed the way they update the...

> The console shows a warning "Text layer text does not match page text. Highlights will be mis-aligned." Digging into this issue, on page 2 of the TraceMonkey paper used...

Related to the change in Unicode normalization, there may be some accessibility issues arising from this. See https://github.com/nvaccess/nvda/issues/14740.