Sean Hammond
Sean Hammond
I'd like Switcher's window to be closer to the middle of my screen (where the normal Alt + Tab overlay appears) rather than near the top. It'd be great if...
If you use Gnome's "switch windows directly" shortcut (Alt + Esc by default) then, as you switch windows, it both temporarily raises and draws a border around the currently selected...
Hi, I love this extension and use and rely on it all day long, it's fantastic. There's just one thing though. Could you change the format of the summary of...
In the example below I: 1. Start working on foo 2. After two minutes, start working on bar (I would expect this to implicitly stop working on foo) 3. After...
Add a starter workflow for using the Python static site generator Pelican (https://getpelican.com/) to publish to GitHub Pages. I've followed the approach taken by other GitHub Pages starter workflows in...
Fixes https://github.com/hypothesis/h/issues/7840. **Problem:** h's annotation delete API doesn't delete annotations from Elasticsearch with complete reliability. Sometimes an annotation is deleted from the DB but not from Elasticsearch. This means we...
Notes https://slack-files.com/T03QZM0HN-FA511033L-69dc4d7561 - [x] Move all factories into resources.py - [x] Split resources.py into traversal/roots.py and traversal.contexts.py - [x] Rename all "factories" to "roots" - [x] Rename all "resources" to...
h is currently using Elasticsearch 6.2. 6.2 is already end-of-life'd by elastic.co but is still supported by Amazon OpenSearch (which is what we actually use in production) who haven't announced...
h currently uses Postgres 11 which is [supported by the Postgres project until Nov 9 2023](https://www.postgresql.org/support/versioning/) and [supported by AWS RDS until Nov 2023](https://docs.aws.amazon.com/AmazonRDS/latest/PostgreSQLReleaseNotes/postgresql-release-calendar.html). We need to upgrade to a...
We think h could use Postgres for a lot of what it currently uses Elasticsearch for, making Elasticsearch a less crucial dependency, meaning that Hypothesis developers need less Elasticsearch knowledge,...