Robert Knight
Robert Knight
https://github.com/hypothesis/product-backlog/issues/1270#issuecomment-1046968858 looks like a URL encoding issue. The first request below is the original URL, the second request is the URL that viahtml ends up requesting, the note percent-encoding of...
I can reproduce in Python locally: ```py > import requests > requests.get('https://ar5iv.labs.arxiv.org') requests.exceptions.SSLError: HTTPSConnectionPool(host='ar5iv.labs.arxiv.org', port=443): Max retries exceeded with url: / (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable...
I just explored some possible solutions for this with Steel. A few things that came up: - The "More" and "Less" links and shadow indicating that an annotation is collapsed...
One way we could fix this would be to use the [CSS Custom Highlight](https://developer.mozilla.org/en-US/docs/Web/API/CSS_Custom_Highlight_API) API to display highlights rather than wrap content in custom elements. Then there would be no...
> Incidentally, I'm guessing the ideal thing would be not to have such an icon, but instead show the changes done by other users in real-time as they happen. We...
This was partly addressed in https://github.com/hypothesis/client/issues/6255. Also the sidebar is now open by default on pages where there is enough room, so you're more likely to see it. We still...
What version of iOS are you testing with? I don't have an iPad to hand for testing at the moment, but that post was written in 2012 in the era...
I'm not able to reproduce in a current version of iOS. There have been huge amounts of change to the iPad OS and Hypothesis since this issue was created, so...
> This event appears to be designed for this use case, but isn't documented anywhere (so we weren't aware of it). Could it be, so we won't have problems relying...
Some additional context: The link came from an email that Wired sent out. The problematic part ('%%CUST_ID%%') is not part of the normal article link.