Skip to content
#

analytics

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

netdata
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.

goaccess
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
michelschmit
michelschmit commented Jan 21, 2020

Describe the bug
On Firefox with amplify-js-vue. Since the only trigger event of UserNameField inputs is v-on:keyup, select a value from the firefox autofill dropdown only with mouse doesn't call the usernameChanged function.

To Reproduce
Steps to reproduce the behavior:

  1. Click in username input
  2. Click on a saved username from the Firefox autofill dropdown

Link to

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

covid19india-react
phpinsights
olivernybroe
olivernybroe commented Mar 5, 2020
Q A
Bug report? no
Feature request? yes

Right now we can create custom configuration based on presets, however I think it would be worth allowing custom presets also.
This would mean opening up the Preset interface so for example a framework could maintain their own Preset file and users can then use the preset, just by pointing

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
jspillers
jspillers commented Apr 27, 2020

Bug Report

There are 107 files in the repo that contain CRLF line endings as opposed to LF.

Steps to Reproduce:

  1. cd perspective
  2. find . | grep -v dist | grep -v node_modules | xargs file | grep 'CRLF' | sed 's/:.*$//'

Expected Result:

above one-liner should return zero lines

Actual Result:

it returns 107 files with windows line endings

ar-anvd
ar-anvd commented Apr 20, 2019

I am using this code directly from the documentation. However is not not working, since I am getting:

ERROR: unrecognized configuration parameter "stream_targets"

CREATE FOREIGN TABLE stream (x integer, y integer) SERVER pipelinedb;
CREATE VIEW v0 AS SELECT COUNT(*) FROM stream;
CREATE VIEW v1 AS SELECT COUNT(*)
timgl
timgl commented May 5, 2020

Is your feature request related to a problem? Please describe.

I want to export a list of events as CSV.

Describe the solution you'd like
Whenever there's an EventTable, I'd like a button to export the currently filtered list by CSV.

Additional context
This should be pretty easy, see #441. It is worth putting in a sensible limit (10k?) to avoid exporting the entire database.

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.