hoslo

Results 50 comments of hoslo

@morgante I sovled first problem, but git trees api need treeSha to fetch trees, if we want to get a sub director, we must fetch root first, This may not...

i write a crate [alluxio-rs](https://crates.io/crates/alluxio-rs) for rust, request assign alluxio support @Xuanwo

> > i write a crate [alluxio-rs](https://crates.io/crates/alluxio-rs) for rust, request assign alluxio support @Xuanwo > > This is cool! However, remember that OpenDAL requires its own HttpClient for all HTTP-based...

request assign Backblaze B2 support

request assign seafile web api support

> #### What happened: > panic with "context cancel" when port in use. > > #### What you expected to happen: > it shoud show an error about port XXX...

```golang func newApp(logger log.Logger, gs *grpc.Server, hs *http.Server) *kratos.App { // new etcd client client, err := clientv3.New(clientv3.Config{ Endpoints: []string{"127.0.0.1:32769"}, }) if err != nil { panic(err) } // new...

> I don't think this is a bug, yaml or yml is just a difference in declaring suffixes. If we add a separate yml encoding package for yml, I think...

> The two codes are exactly the same, only the package with the same name does not look very halal 😂 maybe we should put them in one package (yaml)?

I think strongConsistency should default to true, otherwise my above result would look like something was wrong @Wanghongw