-
Updated
Dec 23, 2020 - TypeScript
apache
Here are 2,424 public repositories matching this topic...
Hello,
Client info initialization is duplicated in many places.
https://github.com/apache/airflow/blob/349b0811c3022605426ba57d30936240a7c2848a/airflow/providers/google/cloud/_internal_client/secret_manager_client.py#L65
https://github.com/apache/airflow/blob/8c42cf1b00c90f0d7f11b8a3a455381de8e003c5/airflow/providers/google/cloud/log/gcs_task_handler.py#L100
https://github.com/apache/airflow
We should display a notice on whether the user's email address will be public to other members of the organization (according to the "Email address visibility" setting) on the account registration page. I'm not sure what the best visuals are for this; options include:
- A
?icon with a popover explaining this detail next to the "Email" field - A line of text below the "Email" field.
Text c
-
Updated
Dec 22, 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
Dec 23, 2020 - C++
-
Updated
Dec 21, 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
Dec 22, 2020 - Java
-
Updated
Dec 23, 2020 - Java
we need to update README to include zlib dependency. just find out that on a fresh installed Ubuntu.
-
Updated
Dec 24, 2020 - Java
In Avro schema conversions referenced below, we should copy field level documentation between Iceberg and Avro schemas. https://github.com/apache/iceberg/blob/9f727cb366103ea8fed10c1d578a88aa7fbd704f/core/src/main/java/org/apache/iceberg/avro/SchemaToType.java#L31 and https://github.com/apache/iceberg/blob/9f727cb366103ea8fed10c1d578a88aa7fbd704f/core/src/main/java/org/apache/iceberg/avro/TypeToSc
-
Updated
Nov 24, 2020
-
Updated
Sep 22, 2020 - Shell
-
Updated
Dec 4, 2020 - PHP
-
Updated
Dec 1, 2019 - Dockerfile
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