-
Updated
Jul 11, 2021
trackers
Here are 80 public repositories matching this topic...
-
Updated
Jul 12, 2021
-
Updated
May 18, 2021 - Shell
-
Updated
Jul 12, 2021 - Python
As we can see at line 16 of exodus/exodus/core/apk.py we always return a -1 exit code in case of failure, regardless of the error.
I think we can return a different exit code for each error to make things easier for monitoring tools or wrappers.
List of error messages:
Exit code | Error message
-
Updated
Jun 29, 2021 - Python
-
Updated
Jul 10, 2021 - Jupyter Notebook
-
Updated
May 11, 2021 - Shell
-
Updated
Jul 9, 2021 - JavaScript
-
Updated
Apr 26, 2021 - Python
-
Updated
Jul 11, 2021
-
Updated
Oct 8, 2018 - Shell
Seems like jQuery & Popper.js are only needed for the tooltips we are using
I think it could make sense to rewrite these tooltips in CSS only and get rid of unnecessary JS libraries
-
Updated
Jan 27, 2021
-
Updated
Mar 7, 2021 - Python
-
Updated
Jul 7, 2021 - JavaScript
-
Updated
Jun 29, 2021
-
Updated
Jun 22, 2021 - M4
-
Updated
Jun 12, 2020 - Python
-
Updated
May 26, 2021 - Python
Improve this page
Add a description, image, and links to the trackers topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the trackers topic, visit your repo's landing page and select "manage topics."
The problem
Some embed scripts use data- attributes which clash with those used by klaro! - for example, one embed script I have come across has a data-type='inline' attribute, which breaks the script when it is changed to type='inline'.
Proposed solution