Chojan Shang

Results 121 comments of Chojan Shang

> Let's defer this issue until we release v0.9 Perhaps it should be tagged with `v0.9` to hint that we need to finish the job eventually.

**about `strip`:** We have used the following to reduce the size of the binary file. ``` objcopy --compress-debug-sections=zlib-gnu ``` Although strip could result in a smaller size, I'm not sure...

I noticed that `utils` will depend on `io.rs` and `object.rs` , `io.rs` we can move directly to `utils` but `object.rs` doesn't feel right for that.

It looks like the lockfile may need to be removed

> Can you submit those charts to the [stable](https://github.com/kubesphere/helm-charts/tree/master/src/stable) repo? @zheng1 Already done so, thanks.

Changgyoo is on vacation and he plans to release this crate near August 20th. :tada:

https://crates.io/crates/async-trait-fn :tada:

> Rename `common` to `components`? Or we will do this in the next parts? we will do this in the next parts > targets have different meanings in rust, and...

> I guess we should only upload libs to `crates.io`. Binaries are so large that not suitable for users to `cargo install` them directly. It has now been renamed, but...