浩瀚宇

Results 10 comments of 浩瀚宇

Is there any plane to support built-in mode, and auto switch theme by system. (like bat do)

> There's a weird workaround in windows. Add openssl as your dependencies and on top of your main.rs add use openssl. somehow this works for me or. But this way,...

![image](https://github.com/MaaAssistantArknights/MaaAssistantArknights/assets/57041322/a1c5883a-2cee-48b0-9d9e-e6f5a1f4bd6b) 这关我也有问题,一直失败

I don't quite understand the discussion here. Does it mean that this mod does not support online connection? If I install this mod, do I need to disable it in...

It is not convenient for me to experiment now. It will take about 8 hours before I can experiment. If possible, can you provide some additional information to help me...

I clone this repo, and run `cargo run --bin cargo-upgrade upgrad`, get lots of warning, and respond `Error: The repo at path D:\code\rust\.cargo\registry\index\github.com-1ecc6299db9ec823 is unusable due to having an invalid...

It seems that there is already a similar issue https://github.com/killercup/cargo-edit/issues/865

Sorry, I went to bed yesterday and didn't see the message; I need to give the file in about 8 hours I have tried re-install and it seems i have...

I'm sorry for forget this thing,follow is the crates2.json file ```json { "installs": { "cargo-edit 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)": { "version_req": null, "bins": [ "cargo-add.exe", "cargo-rm.exe", "cargo-set-version.exe", "cargo-upgrade.exe" ], "features": [], "all_features":...

such as ```go type Set[T comparable] map[T]struct{} func Union[T comparable](s1, s2 Set[T]) Set[T] { result := make(map[T]struct{}, len(s1)+len(s2)) for k := range s1 { result[k] = struct{}{} } for k...