Robert Knight
Robert Knight
In the LMS context, the appropriate solution in most contexts is to group annotations by assignment rather than document, and use the assignment title instead of the document title. See...
> While I agree with the general thoughts here in theory I don't think in practice this should necessarily translate to a change of how assignments are stored in the...
> We run OCR test on PDFs instructors try to create Hypothesis assignments with. Which OCR test are you referring to? The Hypothesis client currently detects when a PDF has...
Logically I think we want all boolean feature flags to be represented as tri-state on the settings page: On / off / default. This can accurately model how the data...
I confirm this issue still exists. All the frontend JS / CSS assets are prepared in the `build/` directory, so we don't need to serve this at all.
Possible alternatives: - Table with separate columns in the DB, SQLAlchemy model object in Python, JSON on the wire - JSON blob in the DB, dict in Python, JSON on...
> I suggest we look at whether it's feasible to add a `` to that ``. Visually the purpose of the widget looks quite obvious to me: It seems that...
Thanks for offering @lyzadanger. I had just created https://github.com/hypothesis/lms/pull/4111 while testing whether the current version of axe-core saw any other issues. Feel free to revise that if you think it...
The skipped test has been resolved. That just leaves the slow test. Since there is only one, and it takes one second to run, I think we could afford to...
Summary of discussion with Jon, Daryl and myself: We've implemented the code changes required to allow customers to use SSO for VitalSource. We need to check if the customers we...