-
Updated
Oct 29, 2020 - JavaScript
apache
Here are 2,351 public repositories matching this topic...
Description
A guide that describes how to use all the operators for Snowflake (https://github.com/apache/airflow/tree/master/airflow/providers/snowflake/operators) would be useful.
Other guides are available:
https://airflow.readthedocs.io/en/latest/howto/operator/index.html
Source code for those guides are at:
https://github.com/apache/airflow/tree/master/docs/howto/operator
Are you wonde
Jotform integration
It might be valuable to implement an integration with Jotform, as we have received feedback from users who would be willing to switch to Zulip if we had that feature available.
It seems like a standard outgoing webhook, with https://www.jotform.com/help/245-how-to-setup-a-webhook-with-jotform providing some introductory information on setting this up.
-
Updated
Oct 28, 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
Oct 28, 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
Oct 28, 2020 - Java
-
Updated
Oct 28, 2020 - Java
The comment says functions return pointers for malloc-ed buffers, but the implementations don't seem like so.
https://github.com/apache/trafficserver/blob/c196db5f0a5b957983351ad51ef360bfc68fbd66/include/tscore/ink_base64.h#L34-L35
-
Updated
Oct 20, 2020 - Java
-
Updated
Oct 8, 2020
-
Updated
Sep 22, 2020 - Shell
-
Updated
Dec 1, 2019 - Dockerfile
-
Updated
Oct 27, 2020 - PHP
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