Marcos Prieto
Marcos Prieto
A small change to [hello.roc](https://github.com/roc-lang/roc/blob/main/examples/gui/breakout/hello.roc) to include a list of values in the model ```diff app "breakout" packages { pf: "platform/main.roc" } - imports [pf.Game.{ Bounds, Elem, Event }] +...
https://github.com/hypothesis/h/pull/8526 added a 1000 character limit per tag. Validate the tag length and coordinate with the backend to change the current limit to a more practical one.
Start validating tag length, first with a very big limit that would prevent any problems at the storaged layer. This value should be reduced to a more sane and practical...
### Summary: The [/api/v1/courses/5269/groups?only_own_groups=1](https://canvas.instructure.com/doc/api/groups.html#method.groups.context_index) endpoint doesn't return the groups an user belongs to when using the `only_own_groups` query parameter when used in a **trusted accounts** setup. ### Steps to reproduce:...
This removes the warning while running make services See: https://docs.docker.com/compose/compose-file/04-version-and-name/#version-top-level-element-obsolete
Last version caused an incident as no metrics were being reported, more context on: https://hypothes-is.slack.com/archives/C074BUPEG/p1714036107803969
Explore if the LTI integration path is viable and how much extra effort it would take to support it. - Thread with connections details: https://hypothes-is.slack.com/archives/C4K6M7P5E/p1696434279273029 - Thread with first findings:...
Instead of trying to guess the launch from the VitalSource course materials via LTI parameters that will be different from each LMS show the message in all cases for: -...
A slight change of plans, as this generates a relatively big diff let's do it first and tackle linting afterwards. This change doesn't take much effort and reverting is also...
This branch introduces ruff as a make target and gets it to pass without errors. ``` ruff: commands succeeded congratulations :) make ruff 0,48s user 0,20s system 101% cpu 0,666...