-
Updated
Feb 19, 2022 - TypeScript
apache
Here are 2,914 public repositories matching this topic...
Body
days_ago is deprecated apache/airflow#21653
We have several references to the function in test suite / example dags.
Task:
there should be no imports of airflow.utils.dates import days_ago in the code.
In most cases we can simple replace with datetime(2022, 1, 1)
Committer
- I acknowledge that I am a maintainer/committer of the Apache Airfl
It can be annoying to select the name and change it if you are uploading a lot of images and trying to name them. So, we should select the file name after the upload is complete.
Discussion - https://chat.zulip.org/#narrow/stream/6-frontend/topic/select.20file.20name.20after.20uploading.20file
-
Updated
Feb 19, 2022 - C
-
Updated
Aug 27, 2020
-
Updated
Feb 20, 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 15, 2022 - C++
Proposed changes
Issue Number: close #8073
Problem Summary:
Describe the overview of changes.
Checklist(Required)
- Does it affect the original behavior: (No)
- Has unit tests been added: (Yes)
- Has document been added or modified: (No Need)
- Does it need to update dependencies: (No)
- Are there any changes that cannot be rolled back: (No)
Further comments
-
Updated
Feb 15, 2022 - PHP
-
Updated
Feb 20, 2022 - Java
Please translate the FAQ into English
the FAQ issue are as follows, apache/incubator-seatunnel#267
-
Updated
Feb 15, 2022 - Shell
-
Updated
Feb 20, 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 17, 2022 - Java
-
Updated
Feb 19, 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