zjregee

Results 23 comments of zjregee

When using fake-gcs-server with Docker, ```shell docker run -d --name fake-gcs-server -p 4443:4443 -v ${PWD}/data:/data fsouza/fake-gcs-server -scheme http ``` and sending an HTTP request (sent by the opendal project) using...

Hello, @git-hulk. I'm running into some issues while trying to resolve this issue and hope to get your advice. kvrocks2redis currently updates the data into a new Redis step by...

Is anyone working on it? I'd like to submit a PR to close this issue.

It looks like Proton Drive hasn't provided a public API yet. And rclone offers beta version support for Proton Drive by reading the open-sourced client source code and observing the...

Hi, @xxchan. Can I pick this up? I think it would be a good idea to complete #183 after adding mysql support.

我对此很感兴趣,会在这几天写一个 proposal 并报名 glcc。

Hi, @xxchan, @BugenZhao. This PR is ready to review.

It looks like there is an issue with semver ci that is not related to this PR.

It seems that we have not added formatting checks for the Go code in CI. How about using goimports directly?