analytics
Here are 4,909 public repositories matching this topic...
The Mixed Time-Series chart type allows for configuring the title of the primary and the secondary y-axis.
However, while only the title of the primary axis is shown next to the axis, the title of the secondary one is placed at the upper end of the axis where it gets hidden by bar values and zoom controls.
How to reproduce the bug
- Create a mixed time-series chart
- Configure axi
-
Updated
Jul 11, 2022 - Clojure
-
Updated
Jul 10, 2022 - C++
-
Updated
Jul 10, 2022 - Python
-
Updated
Jun 27, 2022
-
Updated
Jul 11, 2022 - PHP
-
Updated
Jul 6, 2022 - C
Describe the bug
Using a time dimension on a runningTotal measure on Snowflake mixes quoted and unquoted columns in the query. This fails the query, because Snowflake has specific rules about quoted columns. Specifically:
- All unquoted column names are treated as upper case
- Quoted column names are case sensitive.
So "date_from" <> date_from
To Reproduce
Steps to reproduce
-
Updated
Jul 9, 2022 - C
-
Updated
Jul 10, 2022 - Go
-
Updated
Jul 10, 2022 - JavaScript
-
Updated
Jul 8, 2022 - Elixir
-
Updated
Nov 2, 2021 - HTML
-
Updated
Jul 2, 2022 - JavaScript
Before opening, please confirm:
- I have searched for duplicate or closed issues and discussions.
- I have read the guide for submitting bug reports.
- I have done my best to i
Zendesk integration
Is your feature request related to a problem?
When we are looking at funnels that have a similar conversion rate, it's hard to differentiate between similar values because they are all displayed with 1 decimal.
For example, both 12.58% and 12.63% would be displayed as 12.6%.
Right now, the only way to see it is to divide the 2 numbers (e.g. in a calculator app) to see what the 2-decimal
-
Updated
Jul 8, 2022 - Python
Tests
it's becoming more time-consuming and error-prone to manually re-test all the demos following internal refactorings and API adjustments.
now that the API is fleshed out a bit, it's possible to test a large amount of code (non-granularly) without having to simulate all interactions via Puppeteer or similar.
a lot of code can already be regression-tested by simply running all the demos and val
-
Updated
May 9, 2022 - Go
-
Updated
Dec 2, 2021 - JavaScript
When entering a repository path, users should be able to hit TAB for autocomplete, like in bash.
-
Updated
Jul 7, 2022 - Scala
-
Updated
Jul 11, 2022 - Go
In Big Query there is a function array_concat_agg that aggregates array fields by concatenating the arrays. In Snowflake there is a flatten function that can unnest nested arrays into single array. I am looking for similar functionality in duckdb.
select flatten([[1, 2], [2, 3], [4, 5]] would return [1, 2, 2, 3, 4, 5]
I would also need a distinct option:
`select flatten(DISTINCT [[1, 2],
Just grab a centos7 docker container like this one:
https://hub.docker.com/r/opensearchstaging/ci-runner/tags?page=1&ordering=last_updated&name=ci-runner-centos7-gradle-check-v1
Export these envvar:
JAVA11_HOME="/opt/java/openjdk-11
JAVA17_HOME="/opt/java/openjdk-17"
JAVA8_HOME="/opt/java/openjdk-8"
JAVA_HOME="/opt/java/openjdk-17"
Check out main or 2.0 branch, run `./gradlew check --no
-
Updated
Jul 11, 2022 - C
Improve this page
Add a description, image, and links to the analytics topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the analytics topic, visit your repo's landing page and select "manage topics."
Bug description
netdatacli has limit for output size of 4096
Expected behavior
do we just increase this limit or make it transfer arbitrary message sizes?