analytics
Here are 2,912 public repositories matching this topic...
Steps to reproduce:
On a template variable with multi-select:
- enter a search which matches one or more items
- navigate by keyboard to an item
- use space bar to toggle the item
Actual Result:
The space bar input is appended or prepended to the search text.
Expected Result
The search text should remained unchanged, since focus is on a dropdown item.
**Releva
When adding a new data store database in Metabase it tries to connect first with SSL (if the driver supports SSL), and then without, in that order. If either connection succeeds, the database details are accepted as valid. Yes, you can add driver specific JDBC options to use SSL, but there is no good feed
@madAndroid was kind enough to provide instructions on how to configure Redash with Auth0/SAML on the forum: https://discuss.redash.io/t/auth0-integration/586/5.
We should port this over to the Knowledge Base (either as a section in the Authentication Options page or a dedicated one).
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
May 21, 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
Use case
ClickHouse/ClickHouse#7971
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
How can I test the messaging().onMessage method?
I tried to issue the SharedEventEmitter.emit ('messaging_message_received') event but was unsuccessful.
Any workaround?
** 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 make a lot of commits with small changes
-
Updated
Jun 8, 2020 - JavaScript
Based on this: https://pachyderm-users.slack.com/archives/GJSKMC0F6/p1588199373044100
Add a list of ports that need to be exposed to the outside world to make Pachyderm accessible.
With the addition of OIDC support in 1.11 another port will be likely be added to this list.
Is your feature request related to a problem? Please describe.
There are parts of the website that can use improvements in increasing the accessibility of the website.
**Describe the solution you
| 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
Hey 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
Jun 9, 2020 - Ruby
Bug Report
There are 107 files in the repo that contain CRLF line endings as opposed to LF.
Steps to Reproduce:
cd perspectivefind . | 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
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
Export events as CSV
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.
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
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(*)
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
May 27, 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