Xuanwo

Results 1638 comments of Xuanwo

We need to return error if given services don't support CAR.

No users so far. Let's close now.

> If someone else asks for Swift bindings, I will try https://github.com/mozilla/uniffi-rs 🤗 Seems interesting, please create a new issue for this. It's better to find a possible user that...

progress could be found here (in chinese): https://note.xuanwo.io/#/page/opendal%2Fgolang%20bindings The future I expect to see will be: ```go package main import ( "fmt" opendal "opendal.databend.rs/go" ) func main() { fmt.Println(opendal.Xxxx) }...

Seems rust-lang's git2 doesn't support this yet?

For GitHub, we can fetch contents via https://docs.github.com/en/rest/repos/contents?apiVersion=2022-11-28

[fsspec](https://github.com/fsspec/filesystem_spec/blob/master/fsspec/implementations/git.py) will clone the repo to local first :rofl:

There hasn't been enough interest so far, let's close for now. Thanks @DCjanus for the information.

Seems interesting! I have considered adding tar support before. I have a few questions about the implementations: - Can we accept an `Object` (which could be on s3/gcs instead of...