-
Updated
Feb 25, 2022 - TypeScript
apache
Here are 2,923 public repositories matching this topic...
Apache Airflow version
2.2.4 (latest released)
What happened
When triggering this dag below it runs when it should fail. A set is being passed to default_args instead of what should be a dictionary yet the dag still succeeds.
What you expected to happen
I expected the dag to fail as the default_args parameter should only be a dictionary.
How to reproduce
from airflow.mo
Hi
I followed the following guide to integrate GoCD to Zulip: -> https://zulip.com/integrations/doc/gocd
The link from the guide is missing the ${ID} parameter which must be in the URL.
I just added it at the back like myurl?api_key=xxx&id=${ID}.
I haven't received a message from the bot so far. What could be the problem here? Could anyone help me on how to
troubleshoot the problem?
zu
-
Updated
Feb 19, 2022 - C
-
Updated
Aug 27, 2020
-
Updated
Feb 25, 2022 - 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
Feb 25, 2022 - C++
Proposed changes
- XXX of Doris --> Doris on XXX
- brpc_port* --> brpc_port http_port * -> http_port
- (FE <--> FE,用户) --> (FE <--> FE,用户 <--> FE)
Problem Summary:
Due to the inconsistency of the documents, there will be some doubts when reading. It is recommended to make relevant adjustments, increase the readability of the documents
Checklist(Required)
- Does i
-
Updated
Feb 15, 2022 - PHP
-
Updated
Feb 20, 2022 - Java
Hi, everyone, at present we have added many new plugins to the dev branch. We plan to release a version in March. Community contributors are welcome to test it. If you are interested in this, please leave a message in the issue (if you are interested plugin), I will assign it to you, please leave a message in this issue when you are finished, (if you have additional information, you can submit an
-
Updated
Feb 23, 2022 - Shell
-
Updated
Feb 26, 2022 - Java
based on apache/iceberg#3104 (comment)
I did not have a good way to distinguish what exception to use for what case, the definition provided by Ryan was clear. I think we should add that in the javadoc of ValidationException class about when to use it and when to use Preconditions to throw illegal argument exception.
This will give more clarity to both
-
Updated
Feb 25, 2022 - Java
-
Updated
Feb 24, 2022 - Java
ATS has several metircs of proxy.process.net.calls_to_.* and 2 of them are not working.
$ traffic_ctl metric match proxy.process.net.calls_to
proxy.process.net.calls_to_read 616958
proxy.process.net.calls_to_read_nodata 193461
proxy.process.net.calls_to_readfromnet 0 ///< !
proxy.process.net.calls_to_readfromnet_afterpoll 0 ///< !
proxy.process.net.calls_to_write 374065
p
-
Updated
Feb 14, 2022 - Scala
-
Updated
Nov 17, 2021
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."
The Mixed Time-Series chart type allows for configuring the title of the primary and the secondary y-axis.
However, while only the title of the primary axis is shown next to the axis, the title of the secondary one is placed at the upper end of the axis where it gets hidden by bar values and zoom controls.
How to reproduce the bug