analytics
Here are 4,062 public repositories matching this topic...
Screenshot
Description
Need some consistency of the sort by menu for dashboard edit:
1, Format consistency: for example "Sort by Name" should be " Sort by name"
2, 'Vis' should be 'Viz'
-
Updated
Oct 2, 2021 - Clojure
-
Updated
Oct 2, 2021 - C++
-
Updated
Oct 2, 2021 - Python
-
Updated
Oct 2, 2021
-
Updated
Oct 2, 2021 - PHP
-
Updated
Oct 1, 2021 - C
-
Updated
Oct 2, 2021 - 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
Aug 18, 2021 - HTML
-
Updated
Oct 1, 2021 - JavaScript
-
Updated
Oct 2, 2021 - Elixir
-
Updated
Sep 29, 2021 - 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
-
Updated
Mar 31, 2021 - Go
Is your feature request related to a problem? Please describe.
There are parts of the website that can use improvements in increasing the accessibility of the website.
**Describe the solution you
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
When entering a repository path, users should be able to hit TAB for autocomplete, like in bash.
-
Updated
Oct 1, 2021 - Scala
-
Updated
Oct 2, 2021 - Go
-
Updated
Oct 1, 2021 - JavaScript
-
Updated
Oct 2, 2021 - C
Is your feature request related to a problem?
I want to see a big number on my dashboard for one of my key metrics (like total sign ups for example)
Describe the solution you'd like
Right now the only way to do this is to have a pie chart. This is okay, but it'd be nice to just have the number without the pie chart.
;
-> CREATE VIEW two AS SELECT * FROM one;
CREATE TABLE
CREATE VIEW
DROP TABLE is rejected on a view:
trino:default> DROP TABLE two;
Query 20210906_150832_00015_id3y3 failed: line 1:1: Table 'hive.default.two' does not exist, but a view with that name exists. Did you mean DROP VIEW hive.default.t
-
Updated
Sep 29, 2021 - Python
-
Updated
Sep 2, 2021 - PHP
When I use latest rest client, it brings with it a dependency of an old async http client (httpasyncclient-4.1.4.jar).
This client is no longer maintained. See its github page: https://github.com/apache/httpasyncclient
Not only this is a security risk, I also believe that using this old client causes multiple issues, and also related to :
https://github.com/spring-projects/spring-data-elasti
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."


Hi,
first thanks for this awesome software. But I have some trouble and I don't know how to proceed. First I try to find out what else I could provide for this report to be a good bug report.
First, I use the latest version (v1.14.0) from openSUSE build Service. I know, I should compile it by my self to avoid any other causes for this behavior. But for now I still use this package from there