-
Updated
Apr 26, 2022 - TypeScript
apache
Here are 2,988 public repositories matching this topic...
Body
days_ago() is deprecated apache/airflow#21653
There are many test using this function thus raising warnings.
This task is to replace all usages of days_ago() in the tests with alternatives.
A stale PR that started to work on it apache/airflow#21830 but didn't finish
Committer
- I acknowledge that I am a maintainer/committ
In the "Subscribers" part of the stream creation UI, the "Remove" button for modifying the list of users to add to the stream is red:
We should make it regular text color instead (similar to the "Cancel" button), as the user is still creating the stre
-
Updated
Apr 26, 2022 - C
-
Updated
Aug 27, 2020
-
Updated
Apr 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
Apr 24, 2022 - C++
-
Updated
Apr 25, 2022 - Java
Search before asking
- I had searched in the issues and found no similar issues.
Description
Add rules in checkstyle. And fix them in project.
This article (chinese 中文) can help you find problem and fix them.
- PackageDeclaration
- EmptyBlock
- EmptyForInitializerPad
-
Updated
Apr 24, 2022 - PHP
-
Updated
Apr 24, 2022 - Java
-
Updated
Apr 21, 2022 - Shell
-
Updated
Apr 26, 2022 - Java
Reference: apache/iceberg#4558, Preconditions.checkArgument only works with %s, as %d does not parse and returns a bad error message.
We can make a checkstyle rule to prevent this, example of a checkstyle rule: https://github.com/apache/iceberg/blob/master/.baseline/checkstyle/checkstyle.xml#L54-L57
It should probably use multi-line regex rule as some of these are ac
-
Updated
Apr 21, 2022 - Java
-
Updated
Apr 25, 2022 - Java
We saw all httpbin based AuTest was failed. ( This is fixed by #8765 ) For the long term, we need to migrate these AuTest using the proxy-verifier. It looks like the proxy-verifier has equivalent features that we're using. If not, we can add it.
List of the httpbin based tests are below
» grep Test.MakeHttpBinServer -R ./* | awk -F ':' '{print $1}'
./autest-site/httpbin.test.ext
./cache
-
Updated
Apr 25, 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