-
Updated
Mar 1, 2021 - HTML
dashboards
Here are 336 public repositories matching this topic...
Is your feature request related to a problem?
As a user who users angulartics, I want to be able to send events to PostHog.
Describe the solution you'd like
Have a look at the current mixpanel implementation on angulartics2. We should be able to adapt that pretty easily to use PostHog instead.
-
Updated
Mar 1, 2021 - TypeScript
When you open page UI Elements -> Cards i see TABS are not showing content until you click on other and back on first, same for pills.
Possible fix : ( worked for me )
<script type="text/javascript"> $(document).ready(function(){ $('.nav-item').tab('show'); $('.nav-tabs li a:first').trigger('click'); }); </script>
Running jb update or install with kube-prometheus results in panic.
etcd-io/etcd#12687 results in a broken reference.
Reproduce:
# jb version 0.42
jb install github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometheus@release-0.6
Looks like it effects any release of kube-prometheus, except for master branch.
-
Updated
Feb 26, 2021 - JavaScript
-
Updated
Feb 24, 2019 - JavaScript
-
Updated
Mar 3, 2021 - CoffeeScript
-
Updated
Mar 1, 2021 - CSS
-
Updated
Mar 3, 2021 - CSS
-
Updated
Feb 15, 2021 - Python
-
Updated
Mar 2, 2021 - Go
-
Updated
Nov 30, 2020 - JavaScript
-
Updated
Nov 19, 2020 - HTML
-
Updated
Feb 25, 2021 - Python
-
Updated
Mar 3, 2021 - PHP
I've been working on the MaterialTemplate and when adding a background color to the "main" area I see the below problem.
This will be a problem as soon as people as a different background color than white.
-
Updated
Feb 19, 2021 - C#
-
Updated
Oct 7, 2020 - JavaScript
-
Updated
Feb 28, 2021 - JavaScript
-
Updated
Jun 18, 2019
-
Updated
Oct 13, 2020 - Java
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Mar 29, 2018 - Python
-
Updated
Sep 15, 2020 - Ruby
-
Updated
Mar 2, 2021 - Java
-
Updated
Mar 1, 2021 - JavaScript
-
Updated
Mar 3, 2021 - Python
-
Updated
Mar 1, 2021 - Go
Improve this page
Add a description, image, and links to the dashboards topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dashboards topic, visit your repo's landing page and select "manage topics."

We are currently using
logger.info(...)to log a message when a requested agent configuration has not been found. This is too noisy and we should uselogger.debug(...)instead. Additionally we should more clearly identify this as an agent configuration message.Suggested message:
to be changed in:
ht