-
Updated
Mar 22, 2021
trackers
Here are 73 public repositories matching this topic...
-
Updated
Mar 23, 2021
-
Updated
Mar 8, 2021 - Shell
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
Mar 19, 2021 - Jupyter Notebook
-
Updated
Feb 17, 2021 - Shell
-
Updated
Dec 11, 2020 - Python
-
Updated
Oct 8, 2018 - Shell
-
Updated
Mar 23, 2021
-
Updated
Jan 27, 2021
-
Updated
Mar 7, 2021 - Python
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
Mar 20, 2021 - M4
-
Updated
Jun 12, 2020 - Python
Could you please add an option to place Usenet sites in 3rd bar? Or make it the default behavior if you prefer.
-
Updated
Jan 30, 2019 - Python
-
Updated
Jan 5, 2021 - JavaScript
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