analytics
Here are 4,576 public repositories matching this topic...
Steps to reproduce:
Try to collapse the Explore query row using keyboard-only navigation
Actual Result:
Can’t collapse query row
Also, there is a focus-issue here. See the A11y notes:
Same tab, when you copy the query or a link to it, the focus is reset
Expected Result
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
Mar 17, 2022 - Clojure
-
Updated
Mar 17, 2022 - C++
-
Updated
Mar 14, 2022 - Python
-
Updated
Mar 10, 2022
-
Updated
Mar 17, 2022 - PHP
-
Updated
Mar 16, 2022 - C
-
Updated
Mar 17, 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
Mar 17, 2022 - Go
-
Updated
Nov 2, 2021 - HTML
-
Updated
Mar 17, 2022 - Elixir
-
Updated
Mar 17, 2022 - JavaScript
-
Updated
Mar 15, 2022 - JavaScript
Is this related to a new or existing framework?
New framework - remix.run
Is this related to a new or existing API?
Storage
Is this related to another service?
S3
Describe the feature you'd like to request
Was able to integrate the Auth section with no issue, but was trying to integrate Storage in remix data loaders, but because amplify do
Bug description
A sufficiently verbose URL will displace the launch and authorize actions for the PostHog toolbar
Expected behavior
Truncate values such that they are identifiable, but don't displace inline actions for each item.
How to reproduce
- Go to the toolbar feature on cloud
- Note that some URLS are super long
OR - Create a new action via the toolbar
- Not
-
Updated
Mar 31, 2021 - Go
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
Dec 2, 2021 - JavaScript
When entering a repository path, users should be able to hit TAB for autocomplete, like in bash.
-
Updated
Mar 11, 2022 - Scala
-
Updated
Mar 17, 2022 - Go
-
Updated
Mar 17, 2022 - C
Need to migrate trino-maven-plugin to use GitHub actions instead of Travis CI. See trinodb/trino#6859 for some guidance.
-
Updated
Mar 17, 2022 - JavaScript
Is your feature request related to a problem? Please describe.
There seems to be duplication of logic in the code for Cloud Plugins. This is an opportunity for us to streamline the codebase and refactor these classes. This issue stems from these comments in #2096.
Describe the solution you'd like
| Q | A |
|---|---|
| Bug report? | no |
| Feature request? | yes |
| Library version | 1.13.0 |
Related with nunomaduro/phpinsights#23 will be a great idea to allow set all commands parameters from config/insights.php when is used with php artisan insights.
Maybe something like:
'parameters' => '--format=json -d memoIn 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],
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