analytics
Here are 5,011 public repositories matching this topic...
Currently, in provisioning, we always update structs if they already exist. This introduces some load to the database. In the future, we would like to have a function that compares the internal state with the external state.
- Alert rules
- Contact points
- Templates
- Mute timings
Time-series Bar Chart v2 does not update total values for stacked bar chart when toggling legends.
How to reproduce the bug
- Create a "Time-series Bar Chart v2"
- Go to "Customize" and select "Show value", "Stack series" and "Only total"
- Toggle series in legends
- The total value should update but it doesn't
The legacy Time-series Bar Chart does not have this issue.
-
Updated
Aug 10, 2022 - Clojure
-
Updated
Aug 10, 2022 - C++
-
Updated
Aug 9, 2022 - Python
-
Updated
Aug 8, 2022
-
Updated
Aug 10, 2022 - PHP
-
Updated
Aug 9, 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
Aug 9, 2022 - C
-
Updated
Aug 10, 2022 - Go
-
Updated
Aug 10, 2022 - JavaScript
-
Updated
Aug 10, 2022 - Elixir
-
Updated
Nov 2, 2021 - HTML
-
Updated
Aug 7, 2022 - JavaScript
Reading about Partytown I though it had said it could sandbox thirdparty scripts access to the page. But looking through the config options I couldn't find any options for restricting DOM access.
As an example if I had form asking for Name, Age, and Email, and a third party script for validation email addresses, and only wanted the third party script to be able to have access to the Email fiel
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
Bug description
viewed in feature flag
viewed in history tab
When a change in the activity log has
-
Updated
Aug 10, 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
Aug 8, 2022 - Scala
We can just disable the pushdown on json column in MongoDB connector. TestMongoTypeMapping needs a new test method for json type when fixing this issue.
CREATE TABLE test (c1 json);
INSERT INTO test VALUES (json '{"id":0,"name":"user_0"}');
SELECT * FROM test WHERE c1 = json '{"id":0,"name":"user_0"}';
java.lang.UnsupportedOperationException
at io.trino.spi.predicate.ValueSet.See #4308
We should support the UNION BY NAME operator to union together tables with re-ordered and potentially new columns. This operator is useful for unifying data from an evolving schema, where new columns have been added over time.
Example usage:
create table integers(i integer, j integer);
create table strings(j integer, k varchar);
insert into integers values (1, 10);-
Updated
Aug 9, 2022 - Go
Currently, these flags are passed as JVM args to the process that launches the server. The general (though not universal) convention today is that JVM args are mostly used for tuning the JVM itself, and OpenSearch application configuration is specified via settings in opensearch.yml. It would make for a better user experience for the feature flags to be a configuration option in opensearch.yml, i.
-
Updated
Aug 10, 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."


Problem
My notification services is not available
Description
ntfy (pronounce: notify) is a simple HTTP-based pub-sub notification service. It allows you to send notifications to your phone or desktop via scripts from any computer, entirely without signup, cost or setup. It's also [open source](https://github.com/b