teaching
Here are 1,241 public repositories matching this topic...
-
Updated
Mar 17, 2021 - C
When a user has a version of gradebook.db that has not been upgraded to the latest version,
Formgrader will hang when it tries to open the database file.
The error is only visible in the log output and not propagated to the web interface.
-
Updated
Feb 25, 2021 - JavaScript
-
Updated
Jul 4, 2018
There is an Autolab dark theme PR which allows each individual user to set whether they want the default Autolab theme, or the dark theme: autolab/Autolab#1139
This is a very promising PR but there are some issues with it which needs to be resolved before it can be merged.
- Certain aspects of the light theme (the handin-panel, the font colors and type, the handin ta
-
Updated
Sep 1, 2020 - JavaScript
-
Updated
Mar 1, 2021 - Jupyter Notebook
-
Updated
Mar 8, 2021 - Jupyter Notebook
Write e2e tests
-
Updated
Dec 16, 2020 - C++
-
Updated
Jul 4, 2018
-
Updated
Feb 3, 2021 - JavaScript
-
Updated
Mar 20, 2019 - Jupyter Notebook
-
Updated
Oct 12, 2019 - Python
-
Updated
Mar 17, 2021 - P4
-
Updated
Feb 24, 2020 - Haskell
-
Updated
Mar 15, 2021 - TeX
-
Updated
Sep 24, 2017 - C
-
Updated
Mar 4, 2021 - R
-
Updated
Mar 3, 2021 - Python
-
Updated
Jul 15, 2020 - JavaScript
-
Updated
Mar 17, 2021 - Java
-
Updated
Feb 24, 2021
Improve this page
Add a description, image, and links to the teaching topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the teaching topic, visit your repo's landing page and select "manage topics."
Aim/Problem: Improve the docstrings in all the python files in the codebase. This will also fulfill the prerequisite for the lint check
Check to enforce use of Args, Returns and Raises in the docstring.to be introduced for #8423.Suggested fix: Do a
grepor a search (CTRL+F) fordefkeyword in the file to get all the possible places that we would need to fix. Verify that the