Eduardo

Results 19 issues of Eduardo

- [ ] Check if updating to the latest Preact version resolves the issue **Describe the bug** The type of `this` onChange events is not `event.currentTarget` as the type definition...

types

Preact version 10.5.12 has an [package entry point](https://nodejs.org/api/packages.html#packages_package_entry_points) for the module `preact/jsx-dev-runtime`, however browserify is unable to find the module. ### Steps to reproduce 1. `npm install [email protected] [email protected]` 2....

The client normalises the case of the metadata associated to an annotation's document. See https://github.com/hypothesis/client/pull/4203 `h` should do the same thing: - [ ] store a lowercase normalised version of...

This issue is related to #6472. The API should return the same results for URLs independent of the type of protocol: `http` or `https`. ### Steps to reproduce 1. `curl...

In `/admin/groups`, the pagination element at the bottom of page doesn't display correctly. ![image](https://user-images.githubusercontent.com/8555781/105725378-2db3fb80-5f29-11eb-8ff1-d059bd2d6cfa.png) # Additional details Chrome version 90.0 on Mac OS 11.1

Making a request to the `/api/badge` endpoint return different result when the requested URL is (1) encoded and (2) has different protocol. ### Steps to reproduce 1. `curl 'https://hypothes.is/api/badge?uri=http%3A%2F%2Fexample.com%2F'` 2....

In some situations the up/down-pointing arrow in the adder is positioned incorrectly and does not point at the end of the selection as expected. This happens when switching between making...

bug

With the new inter-frame communication system based on the Message Channel API, a direct communication between the notebook and the sidebar iframes is possible. This will enable a faster re-launching...

The following two hypothesis configurations make the client crash: ``` window.hypothesisConfig = () => { window.alert(`Hypothesis detected. We don't support annotations`); } ``` ``` { "hasOwnProperty": true } ``` We...

In the Notebook, a refresh icon appears every time there is new or updated annotations for the selected group: ![image](https://user-images.githubusercontent.com/8555781/114711248-06521b00-9d2f-11eb-8c03-c7379ac49c95.png) There was a Slack conversation about replacing the icon for...

feature request
project: notebook 2.0