-
Updated
Jun 22, 2021 - TypeScript
apache
Here are 2,618 public repositories matching this topic...
Apache Airflow version:
Kubernetes version (if you are using kubernetes) (use kubectl version
):
Environment:
- Cloud provider or hardware configuration:
- OS (e.g. from /etc/os-release):
- Kernel (e.g.
uname -a
): - Install tools:
- Others:
What happened:
get_uri()
and get_sqlalchemy_engine()
had not been implemented in PostgresHook.
Create an incoming webhook integration for Patreon. The main use case is getting notifications when new patrons sign up.
Patreon webhook documentation: https://docs.patreon.com/#webhooks
Now that Zulip has a Patreon page, it would be great to be able to monitor new sign-ups!
-
Updated
Jun 19, 2021 - C
-
Updated
Aug 27, 2020
-
Updated
Jun 22, 2021 - Java
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
Jun 21, 2021 - C++
-
Updated
Jun 20, 2021 - PHP
-
Updated
Jun 20, 2021 - Java
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
Jun 23, 2021 - Java
Add metadata tables tests to make sure they don't break when reading different versions of tables
based on discussion in #2521
-
Updated
Jun 22, 2021 - 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
Jun 22, 2021 - Java
-
Updated
Jun 23, 2021 - Scala
-
Updated
Jan 20, 2021
-
Updated
Sep 22, 2020 - Shell
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."
While loading, cards link to an undefined page causing a 404.
Expected results
There should not be an active link while the cards are in a loading state
Actual results
The cards attempt to link to their relevant resource, but instead link to e.g.
/chart/list/undefined
. If you click a card while it's loading you get a 404 page.How to reproduce the bug