-
Updated
Dec 29, 2020 - TypeScript
apache
Here are 2,430 public repositories matching this topic...
As discussed in apache/airflow#13308 (comment) we would like to add more verification for ifeatures of airflow production image.
We run already 'verify image' step so we can run quite a more number of those veification in ci_verify_prod_image.sh for example to test ldap we could run:
docker --rm ${AIRFLOW_PROD_IMAGE} 'python' 'import ldap'
T
Figured out this issue when solving upon a similar one , regarding the error thrown when a owner/admin , while adding a new custom emoji accidentally leaves the emoji_name field blank. (Also fading the Add emoji button , unless the user manually reloads it)
Screenshot :
![Screenshot from 2020-12-18 23-02-08](https://user-images.githubusercontent.com/53977614/10
-
Updated
Dec 26, 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 27, 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 28, 2020 - Java
-
Updated
Dec 24, 2020 - Java
we need to update README to include zlib dependency. just find out that on a fresh installed Ubuntu.
-
Updated
Dec 29, 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