Sean Hammond
Sean Hammond
I was able to reproduce this effect (toolbar button activates, but no sidebar) today, but I was uninstalling and reinstalling the extension rather than enabling and disabling. It was only...
We should avoid setting a max length on the database column as this can cause various painful issues with database migrations and the like. Instead we should enforce the maximum...
I think the unique constraint is necessary because two document URIs with the same claimant, URI, type and content type would be duplicates of each other, so this is used...
Monthly reminder that we _don't use webargs or marshmallow in h_! We use jsonschema and colander, maybe one of those got upgraded?
There's code in h that's written specifically to disallow changing the group type: https://github.com/hypothesis/h/blob/10fabe1c44ff614f9c75df3a283a00bcf58b7f5d/h/schemas/forms/admin/group.py#L96-L100 That code has been in place since March 2018 (https://github.com/hypothesis/h/commit/cad0f8e3e91bf072143ff11c2f519b6b5b5d3dbc) which was when the admin form...
The Sentry issue for the [handling long claimant URIs issue](https://github.com/hypothesis/h/issues/5552) seems to have been [automatically resolved by Sentry due to inactivity](https://sentry.io/organizations/hypothesis/issues/864120830/activity/) ("Sentry marked this issue as resolved due to inactivity")...
@hmstepanek I've updated this issue to reflect the four remaining issues we're currently seeing in Sentry. As commented above it looks like at least one issue might have been automatically...
The Inoreader support [as currently documented](https://newsboat.org/releases/2.27/docs/newsboat.html#_inoreader) (requiring the user to register their own application with Inoreader to get an API key) is no longer usable. This is the response I...
For what it's worth Newsflash has seemingly working Inoreader integration, no idea how it's implemented: https://gitlab.com/news-flash/news_flash_gtk
I had originally intended to make it recurse into directories just like you describe. When I was implementing it there was some specific reason why that was a pain in...