h icon indicating copy to clipboard operation
h copied to clipboard

Annotate with anyone, anywhere.

Results 270 h issues
Sort by recently updated
recently updated
newest added
trafficstars

From what I'm learning, being able to deliver annotation activity data in a readily usable format to schools would be both 1) a major selling point when it comes to...

lms

https://sentry.io/organizations/hypothesis/issues/856736679/?project=37293&referrer=github_plugin ``` IntegrityError: (raised as a result of Query-invoked autoflush; consider using a session.no_autoflush block if this flush is occurring prematurely) (psycopg2.IntegrityError) duplicate key value violates unique constraint "uq__user_group__user_id" DETAIL:...

bug
Python 3
Sentry 💥
S4

`h.websocket` is its own Pyramid app. It currently has no functional tests. It should have some!

technical debt
refactoring

Here is what I can see in metabase: ![image](https://user-images.githubusercontent.com/46509/44231163-05b5f080-a152-11e8-9c3a-7dad5a73a6d4.png) There are 7 records, 5 of which are deleted. Of the remaining two, one is in Public and the other in...

bug

It's best practice to let the database provide defaults to timestamp columns by configuring `server_default`. ``` registered_date = sa.Column( sa.TIMESTAMP(timezone=False), default=datetime.datetime.utcnow, server_default=sa.func.now(), nullable=False, ) ``` It appears developers in H...

### Steps to reproduce 1. to access the docdrop annotations through H web client the url is https://docdrop.org/pdf/HowPeopleLearn_Ch2-34ovo.pdf/ 2. To access the docdrop annotations through the H api the url...

### Steps to reproduce 1. Log in to Hypothesis as an administrator 2. Go to the details view for an existing group in the admin pages (at `/admin/groups/{id}`, eg. https://hypothes.is/admin/groups/__world__)...

### Steps to reproduce Okay this is hardly important... 1. Use a service like dlvr.it or ifttt.com to tweet content from a hypothes.is feed (testing https://hypothes.is/stream.rss?uri=http://dougengelbart.org/content/view/138/000/) 2. Tweeted version runs...

### 1. Summary I can't annotate any remote PDF documents, that I open in browser. ### 2. Argumentation I begin to use Hyphotes.is, to conveniently save and organize the thoughts...

See Sentry report: https://sentry.io/hypothesis/h/issues/863324235

Sentry 💥