analytics
Here are 2,729 public repositories matching this topic...
What would you like to be added:
I'm currently trying out the new Stat panel in Grafana v6.7.1 and have created the following dashboard.
However when I switch to the light theme, the numbers in the new Stat panel disappear.
![Screen Shot 2020
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
When a data source gets deleted, it's queries are still accessible (detailed explanation can be found in #4336) but they error out due to data_source being None.
We should provide a helpful error message there (perhaps by raising QueryDetachedFromDataSourceError).
I learned this by digging through the code base for a while, and uncovered:
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.
-
Updated
Apr 15, 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
-
Updated
Mar 28, 2020 - HTML
We are suddenly running out of background workers and were told on Slack to increase timescaledb.max_background_workers from 8 to 16.
The documentation makes it seem like the timescaledb-tune tool will automatically set the key to a correct value. However the tool [always sets the value to 8](https://github.com/timescale/timesca
If I were to deploy cube.js using AWS serverless architecture, is athena required?
The docs https://cube.dev/docs/deployment#serverless do not mention whether Athena is optional or required. But when reading it, I assume it is required because there are athena keys in the serverless.yml config. I'm evaluating the idea of using Postgres RDS as the sole datasource for cubejs.
Documentation Feedback
It seems that the library includes support for using GitHub auth providers:
https://rnfirebase.io/reference/auth#GithubAuthProvider
But there is no documentation for how to use the auth provider like there is for Facebook or Google here:
** 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 ?
Source URL
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
I have [count of lines of comments] per 100 lines of code.
-
Updated
Apr 17, 2020 - JavaScript
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:
- 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
| 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 memoHey there @JonnyWong16 , wanted to provide some content for the Wiki, and can't for the life of me figure out how to do a PR for Wiki content.
Below is an Nginx reverse proxy example that will allow users to access Tautulli via tautulli.url.com, and redirects HTTP requests to HTTPS. This configuration passes SSL Labs' test with an "A" grade.
DH Params creation vi
-
Updated
Apr 17, 2020 - Ruby
[Question] Roadmap?
Do you guys have any roadmap for this project? What features are being worked on / will be worked on in the future, is there any specific skill that you would like a person to get in touch with.
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
Feature Request
Description of Problem:
When looking at tooltips on charts, the decimal point between floats are unclear and hard to read at a glance:
Potential Solutions:
Tooltips should be styled with a clear differentiation/highl
Describe the bug
We previously had a test coverage of 82% but now it drops to 75%. Ideally, code coverage should be > 80% for a healthy repo.
To Reproduce
Steps to reproduce the behavior:
- go to https://codecov.io/gh/uber/aresdb you will see detailed overage for each package, file, method, and lines.
Expected behavior
Ideally, code coverage should be > 80% for a healthy
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"
According to https://www.weld.rs/grizzly/ the command to get started is $ pip install grizzly however this doesn't seem to be correct. The grizzly package on PyPi is some sort of USB driver.
I believe the documentation should be: pip install pygrizzly but that is failing for me, too
-
Updated
Apr 17, 2020 - PHP
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.
Add this topic to your repo
To associate your repository with the analytics topic, visit your repo's landing page and select "manage topics."


Netdata is not working with MySQL, only MariaDB. This is because this command SHOW USER_STATISTICS in this file only works in MariaDB.
Problem code is https://github.com/netdata/netdata/blob/bfae683664b488df91940a81760459db2b18983c/collectors/python.d.plugin/mysql/mysql.chart.py
My install is http://walkercodetutorials.codes:19999