Eduardo

Results 26 comments of Eduardo

I see that now `this` has changed to type of `never`: https://github.com/preactjs/preact/blob/2af05f533ca7a11afcf08d8914df261e2fbec52e/src/jsx.d.ts#L370-L376 Could you advise how can I create a wrapper around a native `onClick` prop? Before the above change,...

Regarding the mismatch of versions in annotator and sidebar, I would suggest to remove any caching from cloudflare for `https://cdn.hypothes.is/hypothesis`. This is a very minimal script (8K minimised), but very...

The plots in cloudflare seems to validate the correct working of the cache: ![image](https://user-images.githubusercontent.com/8555781/144427041-68c90ace-02db-4716-992c-86560384dd4a.png)

I have a question about `https://hypothes.is/embed.js` which caches the temporal redirect for 10 hours: ``` % curl -I https://hypothes.is/embed.js HTTP/2 302 date: Thu, 02 Dec 2021 13:03:49 GMT content-type: text/html;...

I have never seen a mismatch of these two values: ![144439848-d04c217a-ed6e-4581-8ffc-4b5113a068f9 (1)](https://user-images.githubusercontent.com/8555781/144450792-7163e024-cb8a-46cb-85fa-8c6d72ed6788.png) I have only observed this type of mismatch: ![Error-Unable-to-establish-sidebar-host-communication-channel-hypothesis-client (1)](https://user-images.githubusercontent.com/8555781/144450175-189ce904-964c-4cc6-b5c6-725736a5f6d5.png) To me this indicate only mismatches between very...

I believe this is the same as https://github.com/hypothesis/product-backlog/issues/1212

I think this maybe related with: * https://github.com/hypothesis/client/issues/671 * https://github.com/hypothesis/client/pull/3056

Good to know, thanks! On Mon, Feb 1, 2021 at 4:06 AM Christin White wrote: > You can indeed whitelist the extension in Brave. > > In Brave open Settings...

I would add: * `` vs `` * Some document are made equivalent after a new annotation is added while for other documents this seems not necessary.

An additional benefit of this approach is that it allows a faster anchoring implementation. Currently, PDF pages has to be access sequentially to check if the stored `TextPositionSelector` matches the...