-
Updated
Dec 1, 2020 - TypeScript
apache
Here are 2,411 public repositories matching this topic...
Description
In the trigger page, there is a text area to enter (optional) conf json. It would be great if a sample JSON can be provided programatically while defining DAG
Use case / motivation
This will improve usability of the UI that triggers a DAG
There are a number of calls in zerver/views/auth.py to get_realm -- and most, but not all, catch the potential Realm.DoesNotExist exception that that raises. The ones that don't currently should catch the Realm.DoesNotExist and raise a JsonableError, to prevent 500's like this:
$ curl -sSX POST https://invalid.zuli
-
Updated
Nov 25, 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 30, 2020 - C++
-
Updated
Nov 22, 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 30, 2020 - Java
-
Updated
Nov 30, 2020 - Java
we need to update README to include zlib dependency. just find out that on a fresh installed Ubuntu.
-
Updated
Nov 30, 2020 - Java
-
Updated
Nov 24, 2020
-
Updated
Sep 22, 2020 - Shell
-
Updated
Nov 25, 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