baoyachi

Results 75 comments of baoyachi

I will close it. If there is a problem, it can be reopened.

Why we manage Cargo.lock file in git As a crates, there's no problem with ignore Cargo. lock

> I have the same issue with restarting after install.我在安装后重新启动时遇到了同样的问题。 if i use this it works fine though如果我使用它,它工作正常 > > ```rust > handle.cleanup_before_exit(); > tauri::process::restart(&handle.env()); > ``` This method is...

@taoky Has the [git2 feature](https://github.com/baoyachi/shadow-rs/blob/63816d6306fea57a38eb246409a4812c08537ed7/Cargo.toml#L29) in shadow-rs been enabled?

@taoky Please provide git version,like this: ```bash ➜ ~ git -v git version 2.40.1 ➜ ~ ```

Thx @taoky .It's bug. In shadow-rs ,current only capture Out stdout. but stderr not processed, we also need optimize it and needs to be exposed. With the Command Output struct:...

Let me think about it. May be you can provide example.Let me refer to it. @nviennot