Chris

Results 32 comments of Chris

With the `-t` switch, it should be simple enough to just look at the file times. My most used use-case for cargo sweep is a recursive `cargo clean`, I regularly...

I think this is relevant: [cargo ./target fills with outdated artifacts as toolchains are updated/changed #5026](https://github.com/rust-lang/cargo/issues/5026) Build files across toolchains are not automatically cleaned, and this includes the `incremental` directory.

This extension hasn't been updated in two years, please use [rust-lang/rls-vscode](https://github.com/rust-lang/rls-vscode).

Thank you for reporting this. To make sure, this error appears while trying to install a mod? Would you be able to run the source version with python directly and...

The message was made more clear in version `0.8.0`.

I would propose that there is at least some feedback shown when sub-dependencies are omitted while locking. The current behavior is unexpected from the user perspective and can only be...

>So the question is, how common is it to encounter "hidden files" in Windows There are several files with the hidden flag created by default in the user profile directory,...

This issue has been linked to from all other closed customization issues, but I think there's different levels of scope combined here that perhaps shouldn't be. A simple option for...

Are there any `.new` and `.old` files remaining after such a crash? The `installed.xml` is [specifically written to a secondary file first and then renamed ](https://github.com/Systemcluster/The-Witcher-3-Mod-manager/blob/51cdce491ec94a3ac29f6668c37adbbb7e52372c/src/core/model.py#L45-L62 )to avoid corruption; if...

It's possible that this was caused by storing readme contents in the `installed.xml`. In that case it should be fixed in commit 7940b17c3bbb5c84410eb70231b7791a8d809ecf and release `0.9.1`.