Robert Knight
Robert Knight
I am unclear what this issue is asking for. In Hypothesis, the term "API" refers to our [JSON API](https://h.readthedocs.io/en/latest/api/) which developers can use to read and write data in languages...
What this issue needs is a clear description of the problem, with an example, which can be understood by a Hypothesis developer who isn't familiar with ClinGen. The closest I...
> I believe the issue was on our end with the link and not an issue with the Hypothesis API. I've updated the link on our site and confirmed with...
Hello, the change to what happens when you click outside the sidebar is not a bug. It is part of a new feature called "side-by-side" where the sidebar will show...
Sentry issues that are related: - Worker timeouts: https://hypothesis.sentry.io/issues/1389825339/?project=37293&query=is%3Aunresolved&referrer=issue-stream&stream_index=10 - Warning about hitting Postgres connection limits: https://hypothesis.sentry.io/issues/4270321586/?project=37293&query=is%3Aunresolved&referrer=issue-stream&stream_index=9. This lines up with a spike in DB connections reported by RDS. Alembic...
There is a lengthy Slack thread at https://hypothes-is.slack.com/archives/C4K6M7P5E/p1687768113678409 with the investigation done today. The current leading hypothesis is that a long running query had a shared lock on the `feature`...
This still needs investigation because it poses a hazard for future schema changes in h. However I am not actively working on it right now.
Work on this is tracked in https://github.com/orgs/hypothesis/projects/133/views/1
The Confluence API is similar to https://stateless.co/hal_specification.html (see also https://datatracker.ietf.org/doc/html/draft-kelly-json-hal-08), but slightly different, as link values are just strings, as opposed to objects in the HAL spec.
Some more resources: Blog post about different ways of embedding links in APIs: https://evertpot.com/json-links/ JSON API profile for cursor pagination: https://jsonapi.org/profiles/ethanresnick/cursor-pagination/#profile-intro.