analytics
Here are 3,650 public repositories matching this topic...
When using right Y-axis, the first (rightmost) legend label is hard to click. Only a small fraction on the left side of the label is actually clickable. Almost impossible to hit on touch devices.
I assume this is due to the negative margin of the parent item (<div class="view" ...>
)
 。 When the query with high TPS,the insert will get error (“error: too many process”). I think separator the resource for Insert and Query will makes sense. Ensure enough resource for insert。It looks like Use Yarn, Insert and Query use the different resource quota。
Or the simple way , Can we set Ratio for Insert and-
Updated
Apr 16, 2021 - PHP
-
Updated
Apr 12, 2021 - C
-
Updated
Mar 28, 2020 - HTML
-
Updated
Apr 16, 2021 - C
Describe the bug
I want to connect to Redis Memory store in GCP and got the following error:Error: Redis connection to <port> failed - unable to verify the first certificate at TLSSocket.onConnectSecure
(_tls_wrap.js:1502:34) at TLSSocket.emit (events.js:314:20) at TLSSocket._finishInit (_tls_wrap.js:937:8) at
TLSWrap.ssl.onhandshakedone (_tls_wrap.js:711:12)
*To Reproduce
-
Updated
Apr 16, 2021 - JavaScript
Before opening, please confirm:
- I have installed the latest version of the Amplify CLI (see above), and confirmed that the issue still persists.
- I have searched for duplicate or closed issues.
- I have read the guide for [submitting bug reports](https://github.com/aws-amplify/amplify-cli/blob/master/CONTR
-
Updated
Apr 16, 2021 - Elixir
-
Updated
Mar 31, 2021 - Go
-
Updated
Apr 15, 2021 - JavaScript
When entering a repository path, users should be able to hit TAB for autocomplete, like in bash.
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
Apr 16, 2021 - Scala
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
-
Updated
Apr 16, 2021 - Go
-
Updated
Apr 16, 2021 - JavaScript
-
Updated
Apr 16, 2021 - C
Bug description
When using the identify API in posthog-js
, we are passing some data which could cause malformed URL's i.e. "Men's Fashion".
If I do not URL encode this, it shows in Posthog as Men's Fashion
, if I do URL encode this, it shows in Posthog as Men%27s%20Fashion
.
Expected behavior
If the property is URL encoded, I expect this to be decoded on receipt by Post
Q | A |
---|---|
Bug report? | no |
Feature request? | yes |
Library version | 1.14.0 |
Would be great to have a config option to disable the "version" check of the composer.json of ComposerMustBeValid.
• [Architecture] Composer.json is not valid:
composer.json: The version field is present, it is recommended to leave it out if the package is publi-
Updated
Apr 11, 2021 - Python
-
Updated
Apr 9, 2021 - PHP
Feature Request
Description of Problem:
When transforming tables/creating views, a join or list operator to apply to the underlying grouped sets would be helpful for debugging.
Potential Solutions:
Support join
operator on client side table aggregate views.
-
Updated
Mar 17, 2021 - Ruby
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."
Feature idea summary
Cgroups plugin supports only proportional and max Block IO policies. We should support BFQ scheduler as well. Disk stats for the scheduler are in
blkio.bfq.io_service_bytes
andblkio.bfq.io_serviced
files.