-
Updated
Oct 11, 2021 - JavaScript
foss
Here are 414 public repositories matching this topic...
-
Updated
Oct 10, 2021 - JavaScript
Is your feature request related to a problem? Please describe.
A part of issue: #850
Depends on issue: #1320
We need a quick insight for code coverage of the repository, as a result of code coverage reporting.
Describe the solution you'd like
Add a Codecov status badge to reflect the percentage of code coverage of the repository in
-
Updated
Oct 11, 2021 - C++
-
Updated
Oct 8, 2021 - C
-
Updated
Aug 11, 2021 - C
-
Updated
Sep 27, 2021 - Shell
The demo instance needs its own terms of service.
-
Updated
Oct 11, 2021 - TypeScript
GIF查看改进
Describe the bug
When visualization and adding a control, there is messaging about support SLAs.
To Reproduce
Steps to reproduce the behavior:
- Go to Visualize
- Click on Create New Visualization
- Hover over the "E" on the controls button.
- See the weird message about Support SLAs
- Click on controls
- See weird message "This visualization is experimental and is no
-
Updated
Sep 25, 2021 - Kotlin
Private github repos
It might be helpful to inform people in the guide some hints on setting up private repos such as github using the docker container.
git config --global url."https://$GITHUB_USERNAME:$GITHUB_PASSWORD@github.com".insteadOf /"https://github.com"
ls -l ~/.gitconfigdocker run -e -v $(pwd):/project \
-v ~/.gitconfig:/root/.gitconfig \
ort:latest --info an-
Updated
Jun 18, 2019
Description of the problem
This is a minor glitch in the Template Manager. Attempting to change the name of a template group in such a way that the characters are the same but the case of one or more characters is different produces an error:
The template group name you submitted is already taken
Environment Details:
- Version: [e.g. 5.2.2]
Possible Solution
Validation o
-
Updated
Sep 12, 2021 - Python
-
Updated
Oct 11, 2021 - C
Improve this page
Add a description, image, and links to the foss topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the foss topic, visit your repo's landing page and select "manage topics."


Apparently, in the "Change password" settings UI, if you only fill one of the two password fields, it'll present a "Saving ... Saved!" notice incorrectly. We should instead be presenting an error in the modal asking the user to fill out both password fields.
The code controlling this is likely in
static/js/settings_account.js, in this click handler: