-
Updated
May 9, 2021 - JavaScript
teachers
Here are 198 public repositories matching this topic...
-
Updated
Jun 14, 2018
-
Updated
Apr 30, 2021 - PHP
-
Updated
Sep 24, 2017 - C
-
Updated
May 6, 2021 - JavaScript
-
Updated
Jun 14, 2018 - HTML
-
Updated
Nov 3, 2020 - HTML
Currently our images are too big. The header image we're using is 4mb. Loading on mobile is slow.
Acceptance criteria:
- There are small, medium, and large versions of each image
- All images are compressed to the highest amount that does not affect human-eye quality
- Which size image is loaded is based on the screen size of the website user
In the near future, there may be different ima
-
Updated
May 8, 2021 - Batchfile
-
Updated
Apr 8, 2021 - Python
-
Updated
Feb 27, 2020 - Python
We have openpose v1.5.1 submodule on our codebase, but recent release of Openpose v1.6.0 breaks our Docker build.
Error log:
Step 16/28 : RUN cmake /openpose && make -j 8 && make install
**OMITTED**
-- Found glog (include: /usr/include, library: /usr/lib/x86_64-linux-gnu/libglog.so)
-- Found Protobuf: /usr/lib/x86_64-linux-gnu/libprotobuf.so;-lpthread (found version "3.0.0")
--
-
Updated
Mar 24, 2021 - Python
-
Updated
Sep 28, 2020 - Python
Forgot to implement the new PlatformAPI.for_organization method in the local API implementation (i.e. fake platform API for testing) in #904.
See #882 and #904 for details, it should be simple to implement.
LocalAPI is in the repobee_testhelpers.localapi module.
-
Updated
Aug 27, 2020 - TypeScript
While the app does have an icon, never in the app itself is it used. this would be a great thing to fix in the future.
-
Updated
Mar 11, 2021 - Batchfile
-
Updated
Apr 25, 2021 - Java
-
Updated
Mar 2, 2021 - Kotlin
-
Updated
Aug 18, 2014 - Ruby
-
Updated
May 4, 2021 - Java
-
Updated
Apr 30, 2019 - JavaScript
-
Updated
May 8, 2021 - Go
-
Updated
Nov 8, 2020 - JavaScript
-
Updated
May 7, 2020 - Racket
Improve this page
Add a description, image, and links to the teachers topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the teachers topic, visit your repo's landing page and select "manage topics."


From PR #10960
Description of feature/enhancement
If a course has many students (or in general many responses per question), add extra loading text below the spinner to inform the user that the students are being loaded (after perhaps 5s).
Justification
From @dami