Charlie He

Results 10 comments of Charlie He

`update-crypto-policies --set DEFAULT:SHA1` fix the problem temporarily but the problem persists when you need to import another key.

switch to wsl 2 fixes the issue, but for wsl 1 aforementioned "solution" doesn't really seem to do anything since I can sort of "fix" the problem even just by...

one possible workaround (if you are stuck with WSL1) is to comment out `gpgcheck=1` in `/etc/dnf/dnf.conf`.

Basically many collection authors order the mods the same way as load order. This order can be easily obtained via [an API call](https://steamapi.xpaw.me/#ISteamRemoteStorage/GetCollectionDetails). (That call also returns linked collections which...

Did you enable the mods with correct game version? If you downloaded mods manually, the default versions for the downloaded mods is 0.17, so they won't be loaded if your...

我是想用Windows下运行然后在上传的。。最好的解决方法:安装wsl,用bash orz

I got this: ``` PS C:\Users\admin\Documents\GitHub\librsync\gen> cargo tree librsync-gen v0.1.0 (C:\Users\admin\Documents\GitHub\librsync\gen) [build-dependencies] └── cmake v0.1.12 └── gcc v0.3.21 ├── advapi32-sys v0.1.2 │ └── winapi v0.2.5 │ [build-dependencies] │ └── winapi-build...

If I delete the `-Wno-format` in CmakeLists.txt, I get this: ``` PS C:\Users\admin\Documents\GitHub\librsync\gen> cargo run Updating crates.io index Compiling cc v1.0.69 Compiling cmake v0.1.45 Compiling librsync-gen v0.1.0 (C:\Users\admin\Documents\GitHub\librsync\gen) error: failed...