Seth Poulsen
Seth Poulsen

Right now the CI is using python 3.10, but there are servers with versions as old as 3.8.  This has caused problems in the past with type annotations that...
Brainstormed with @nwalters512.
More work toward addressing #4912 - [ ] handle indenting/de-indenting - [ ] add proper ARIA tags and announcements that indicate when things are moving around/are movable (possibly separate PR)
If I do `npm run start` to start a local server running the site, and it fails because the port is already taken, the terminal will keep outputting ``` Error:...
**Please verify that the error is present in the most recent revision before reporting.** **Chapter number or note title:** 2.5 **Page number:** 80 **Error description:** in the footnote, I believe...
I had a meeting with @nwalters512 and @mwest1066, and we discussed 3 needed features to get 1. A link on the Instructor Sharing Settings page to the course's public sharing...
When editing a file in-browser, when you hit "Save & Sync", if there is any error whatsoever in the Course sync, the following message is shown: > File was saved,...
Given that using `clientFilesQuestion`, `serverFilesQuestion`, and `serverFilesCourse` works with Shared questions, it seems a bit odd that using `clientFilesCourse` does not work with shared questions. However, implementing the use of...