-
Updated
May 27, 2022 - TypeScript
apache
Here are 3,017 public repositories matching this topic...
Apache Airflow version
2.0.0
What happened
using ftphook, im trying to download a file in chunks but the deafult blocksize is 8192 and cannot be changed.
retrieve_file code is calling conn.retrbinary(f'RETR {remote_file_name}', callback) but no blocksize is passed while this function is declared:
def retrbinary(self, cmd, callback, blocksize=8192, rest=None):
What you think
Fixes: #21265
move avatar border outside the image in full profile. Instead of using the border which overlap / overflow over the background content, I used outline.
Fixes: #21265
Screenshots and screen captures:
fixed
 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
May 27, 2022 - Scala
-
Updated
Nov 17, 2021
-
Updated
May 25, 2022 - JavaScript
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