Skip to content
#

analytics

Here are 2,729 public repositories matching this topic...

netdata
PatButlerTR
PatButlerTR commented Oct 9, 2019

Describe the bug
POST to /api/database will overwrite an existing database instead of erroring

To Reproduce
Create a database with a POST to /api/database.
Run the same call again.

Expected behavior
Expect Metabase to error and say, "Database with name 'foo' already exists"

Actual behavior
Metabase gives another 200 and will overwrite any previous database config with

Krinkle
Krinkle commented Mar 30, 2020

I learned this by digging through the code base for a while, and uncovered:

https://github.com/matomo-org/matomo/blob/a345c2f22b8356dd3300d66f5ade3df24f69d900/core/Config.php#L149-L151

From which I deduce that in the same directory where I might have a config/config.ini.php file, I can also have a config/blog.example.org.config.ini.php file - which, if it exists will be used instead.

rgarrigue
rgarrigue commented Feb 10, 2020

Hi there

I'm trying to parse this king of lines, from a python flask service whose log format is %(asctime)s [%(process)d] (%(levelname)s) (%(name)s): %(message)s

2020-02-10 13:58:38,594 [31383] (INFO) (flask.app): request: OPTIONS https://server_hostname/0.1/token/a_big_uuid {'Host': 'server_hostname', 'X-Script-Name': '/api/auth', 'X-Forwarded-For': 'an_IP_address', 'Connection': 'c
cube.js
react-native-firebase
aravindkaws
aravindkaws commented Feb 22, 2020

** Which Category is your question related to? **
Interactions
** What AWS Services are you utilizing? **
Cognito, Lex

I'd like to be able to do a face auth and if a valid user is found, I'd like to simulate a click of the Microphone button without the user having to do so. How can this be done with the existing Chatbot component ?

AhmadDakhlallah
AhmadDakhlallah commented Mar 14, 2020

I've noticed that the software does treat source URLs in a way that is not wrong, but I guess it can be better.
I have the following source urls:

facebook.com
l.facebook.com
m.facebook.com
m.facebook.com
web.facebook.com
android-app://m.facebook.com

Can't we make the software see them all as:
facebook.com
?

The facebook issue is not an issue per se, but it would be

pappasilenus
pappasilenus commented Mar 23, 2020

Provide a link to the page with an issue:

https://docs.pachyderm.com/latest/how-tos/export-data-out-pachyderm/

Describe what is wrong:

It doesn't mention pachctl mount as an option

Describe the suggested changes:

  1. Create a documentation page on pachclt mount and link to it from here.

Anything else we need to know?

We should give practical advices on the dri

phpinsights
covid19india-react
ramkumarkb
ramkumarkb commented Feb 5, 2020

I have noticed a small error in the documentation around S3 configurations:
https://docs.delta.io/latest/delta-storage.html#amazon-s3

On the read part, it should be load and not save:
spark.read.format("delta").load("s3a://<your-s3-bucket>/<path>/<to>/<delta-table>")

Also, I have successfully tested Delta 0.5.0 with on-premise S3 - https://min.io
There were some quirks around the

perspective
hedayat
hedayat commented Mar 6, 2019

This command is expected to not throw an error when the foreign table exists, but currently it prints an error related to pipelinedb:

CREATE FOREIGN TABLE IF NOT EXISTS alerts (...) SERVER pipelinedb;

NOTICE: relation "alerts" already exists, skipping
ERROR: duplicate key value violates unique constraint "pipeline_stream_relid_index"
texonidas
texonidas commented Dec 5, 2016

Currently there are a bunch of broken links on the Angulartics page.

There are also several places in the README that refer to the Angulartics page, however the information being referenced does not exist.

I propose that there is a single source of truth for how Angulartics works.

There is also little to no documentation for how the individual plugins work

Improve this page

Add a description, image, and links to the analytics topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the analytics topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.