Xuanwo

Results 1639 comments of Xuanwo

> * Readme for usage > * [ ] Development/Contribution guide. > * [ ] Exceptions need polish to conform Java files related interface. > * [ ] Cucumber test...

You can use the following command to format license: ```shell docker run -it --rm -v $(pwd):/github/workspace -u $(id -u):$(id -g) ghcr.io/korandoru/hawkeye-native format ```

> A open question is how do we handling running model for Executor and Waker We can consider implementing them in the future, but for now let's prioritize blocking support....

> 2. add more detail to the `NotADirectory` error We can start from this way first! https://github.com/apache/incubator-opendal/blob/04ca6e5c29f5ddd637f4633f987fe7f5eadc3751/core/src/types/operator/blocking_operator.rs#L296-L303 Adding more accurate message instead of `read path is not a directory` will...

> @Xuanwo the only difference is error message? `ErrorKind`, `operation` are also different.

The discussion seems to be going in the wrong direction. We want to inform our users that the error (`NotADirectory` or `IsADirectory`) is caused by an incorrect input path. We...

Replaced by https://github.com/apache/incubator-opendal/issues/2102

Hi, @baszalmstra, would you like to help implement this issue? This can fix https://github.com/apache/incubator-opendal/issues/1726.

> Should I also implement other override flags? These are the ones supported by S3: I prefer to add `response-content-disposition` first.