-
Updated
May 17, 2022 - C++
lms
Here are 525 public repositories matching this topic...
Is your feature request related to a problem? Please describe.
tailwind.config.js contains duplicate values for spacing. eg,
...
"1/2": "50%", // Value for 50% spacing
"1/3": "33.333333%",
"2/3": "66.666667%",
"1/4": "25%",
"2/4": "50%", // Value for 50% spacing
"3/4": "75%",
-
Updated
Apr 28, 2022 - PHP
-
Updated
May 27, 2022 - PHP
-
Updated
May 25, 2022 - Python
-
Updated
Apr 9, 2022 - PHP
Describe the bug
- The on-hover information of the programming exercise lifecycle is only partially readable.
- The on-hover information of the
Automatic TestandAssessment Typeoption is displayed at the top but the other popups are displayed to the bottom. This could be more consistent.
To Reproduce
- Create a new programming exercise
- Scroll to the timeline settings
-
Updated
May 28, 2022 - Shell
-
Updated
Sep 25, 2021 - PHP
-
Updated
May 27, 2022 - TypeScript
-
Updated
May 16, 2022 - C#
-
Updated
May 25, 2022 - Java
-
Updated
May 24, 2022 - PHP
-
Updated
May 27, 2022 - Python
-
Updated
Sep 9, 2019 - PHP
-
Updated
Apr 24, 2021 - Python
-
Updated
May 18, 2022 - PHP
-
Updated
Apr 9, 2022 - Ruby
Reproduction Steps
- HS-193247
- Create a certificate
- Open in Safari
- Print the cetificate
Expected Behavior
- The orientation and size of the certificate should made the settings in the certificate and be confined to a single page
Actual Behavior
- the orientation defaults to portrait and splits into two pages:
<img width="684" alt="image" src="https://user-ima
-
Updated
Feb 8, 2021 - C#
The most recent full CI build (at the time of this writing) failed due to connection refused, but it was just transient (manually browsed the site and confirmed it worked). We should add some retries to the full CI's smoke test code so that these transient failures wouldn't cause full CI failures. Relevant code is [here](https://github.com/Azu
-
Updated
Apr 14, 2022 - Python
Improve this page
Add a description, image, and links to the lms topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the lms topic, visit your repo's landing page and select "manage topics."
Docker-compose v2 is now available, stable and should be compatible with
docker-compose: https://docs.docker.com/compose/cli-command/Thus, we should no longer call
docker-composebutdocker compose. I'm not entirely sure how we can allow older versions of Docker to keep running.If we require a recent version of docker-compose, we should take this opportunity to get rid of the `version: