contextual-data
Here are 29 public repositories matching this topic...
-
Updated
May 20, 2020 - Python
Sonarqube uses already labels for static code quality.
This data should be collected and introduced as new label.
Also, minimum source quality label should control whether a release is allowed to pass RC status.
-
Updated
May 22, 2020 - Java
-
Updated
Jun 9, 2020 - JavaScript
-
Updated
May 28, 2020 - Shell
-
Updated
Jun 4, 2020
-
Updated
May 28, 2020
-
Updated
Dec 27, 2017 - Python
The options_page key of the manifest file is deprecated, we're supposed to use smthing like the following if we want to keep to new tab behavior and our own CSS style:
options_ui: {
page: 'options.html',
browser_style: false,
open_in_tab: true,
},
Furthermore this is compatible with firefox and chrome.
Also when opening the options tab we're supposed to use the
-
Updated
Apr 29, 2020 - Shell
CC @jzrapp
For example, "porosity" applies to more than just soil (sediment, sea ice). We should relabel or remove overspecified parameters on detection.
Copy of GenomicsStandardsConsortium/mixs-ng#8 originally filed by @pbuttigieg
-
Updated
Apr 14, 2020 - JavaScript
-
Updated
Nov 10, 2016 - JavaScript
-
Updated
Mar 1, 2018 - C#
-
Updated
Apr 23, 2020
-
Updated
Jun 2, 2020 - Shell
-
Updated
Apr 29, 2020 - Shell
-
Updated
Apr 29, 2020 - Shell
-
Updated
Apr 29, 2020 - Shell
-
Updated
Apr 29, 2020 - Shell
-
Updated
Sep 13, 2018 - Java
-
Updated
Apr 29, 2020 - Shell
-
Updated
Apr 29, 2020 - Shell
-
Updated
Mar 12, 2017 - Java
-
Updated
Apr 29, 2020 - Shell
-
Updated
Aug 6, 2017 - Python
-
Updated
Sep 24, 2019 - JavaScript
Improve this page
Add a description, image, and links to the contextual-data topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the contextual-data topic, visit your repo's landing page and select "manage topics."
The
bundlecommand is really handy for installation, but can be a bit "magical." We should put a note in the output (and the configuration file) about what it's actually doing and make sure it is obvious and easy to change.cc @edisgreat