Xuanwo

Results 1634 comments of Xuanwo

Hello @yusfad1, thank you for bringing this to our attention. The FTP service has been disabled on the Python side to reduce the binary size. We intend to resolve this...

I am excited about the upcoming `iostream` and `async` support. I anticipate being able to utilize cpp binding in critical projects such as clickhouse, doris, and nebula (cc @wey-gu).

> Should we pin the version of opendal to 0.39 in cpp binding, make the first release and then revert back to current implementation? No, we will release all projects...

By the way, when you mention releasing the cpp binding, what exactly do you mean? Are you referring to packaging our cpp binding and making it available in a registry?

> This allows our users to import directly via cmake `FetchContent` without having to download and write additional cmake scripts. Got it. > Cpp seems to have no central registers....

Hi, @asukaminato0721. Big public API changes like this will require an RFC for broader discussion. Would you like to start one?

Thank you for bringing this up. Producing an error when the file exists is a significant feature. However, it would be better to implement it in a compatible way. Perhaps...

Hi, we have added `if_not_exsits` for write. Maybe we can implement this copy too.

We will bypass the content length check if the response includes `content-encoding` or it doesn't have `content-length` header: https://github.com/apache/opendal/blob/309d3eb5af42a0dc670e0a0aed084996574c58ea/core/src/raw/http_util/client.rs#L126-L131 I will try to reproduce this.

Hi, thank you @wlinna for researching on this. > This issue affects us as well. When Content-Encoding: gzip is used, I get this error when reading data: Does this mean...