-
Updated
Nov 2, 2020 - JavaScript
apache
Here are 2,362 public repositories matching this topic...
Description
The PR #12023 added consistency check for documentation and setup.py. However few packages need additional description:
- pagerduty
- plexus
- sentry
- singularity
- tableau
- virtualenv
This is a great "good-first-issue"
Use case / motivation
Descriptions should be complete.
This is the settings widget on the left sidebar:

As is clearly seen in the GIF, the tooltip flickers on hovering, and it's not possible to click the icon, because the tooltip eats the click. This is similar to zulip/zulip#16438.
Proposed s
-
Updated
Nov 3, 2020 - C
-
Updated
Aug 27, 2020
The typescript runtime was recently added to openwhisk but we do not yet have docs for the runtime and it is missing from runtimes.json.
We need a doc like https://github.com/apache/incubator-openwhisk/blob/master/docs/actions-nodejs.md for typescript functions.
Adding the runtime to the runtime manifest can be done per https://github.com/apache/openwhisk/blob/master/docs/actions-new.md#the-
-
Updated
Nov 2, 2020 - C++
-
Updated
Oct 9, 2020 - PHP
Please can you add Cross-Origin-Embedder-Policy and Cross-Origin-Opener-Policy to the /h5bp/security/ section.
More info: https://web.dev/coop-coep/
More info: https://developers.google.com/web/updates/2020/10/devtools#frame-details
As we want to add it to the apache header list.
-
Updated
Nov 2, 2020 - Java
-
Updated
Nov 2, 2020 - Java
we need to update README to include zlib dependency. just find out that on a fresh installed Ubuntu.
-
Updated
Nov 2, 2020 - Java
-
Updated
Oct 8, 2020
-
Updated
Sep 22, 2020 - Shell
-
Updated
Dec 1, 2019 - Dockerfile
-
Updated
Oct 27, 2020 - PHP
I'm submitting a ...
- improvement request (usability, performance, tech debt, etc.)
Traffic Control components affected ...
- Traffic Ops
Current behavior:
TO currently makes a DB request per server in the ValidateServerCapabilities() function: https://github.com/apache/trafficcontrol/blob/b99eda51b03505f48d67aadf481d16470455a7f4/traffic_ops/traffic_ops_golang/deliveryservic
Improve this page
Add a description, image, and links to the apache topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the apache topic, visit your repo's landing page and select "manage topics."


Hello,
I want to show euros values on dashboard. But only the $ format are enable. When i changed the $ symbol to € i obtained an error.
How can I show euros value in a chart ?
I want something like "y_axis_format": "$,.2f" ==> to "y_axis_format": ",.2f€"
Regards,
Zied Sellami