Yue Fei
Yue Fei
> 我学过 rust 的一点皮毛,和其他语言相比,它实现数据结构确实需要特殊的技巧。 > > 对 rust 的支持我会做的,争取做到大家学完算法还能学会 rust。只是这个事情优先级会比较靠后,毕竟目前 rust 玩家相比其他语言是少数。 > > 不过你可以在学习网站时尝试用 rust 来实现,并把代码评论一下,一方面促使自己动手实践,另一方面也可以给其他 rust 读者以及我未来的工作提供一些帮助。 > > 谢谢你的建议,如果你有更多想法,欢迎分享~ 好的,感谢东哥!
> Sorry, but it turns out I had to make some changes to registry-related API in #3893. Hopefully it won't be too hard to rebase on top of my changes....
This PR will keep closed until `windows-registry` updates.
> @InfyniteHeap FYI [microsoft/windows-rs#3119](https://github.com/microsoft/windows-rs/issues/3119) has been closed, so you might restart your work on this one! Sounds great! I'll restart my work when new version of `windows-registry` is published on...
> @InfyniteHeap According to [microsoft/windows-rs#3148 (comment)](https://github.com/microsoft/windows-rs/issues/3148#issuecomment-2263527164), you may now test how the upstream change works with this PR via `Cargo.toml`'s [`[patch]` section](https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html#the-patch-section). `windows-rs` is not a single crate but a...
The issue of `Cargo.toml` format will be resolved when code itself is ready to be merged into upstream repo.
Now all the CI tests about code itself are passed, so, I think it's suitable to review where should I modify.
> @InfyniteHeap Thanks! Now this PR looks much better to me than the previous versions. However I still cannot merge it since you're using a Cargo patch. > > For...
> @InfyniteHeap Have you tried docs.github.com/en/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key?platform=windows? Yes, I tried (even several times), and that's what I annoyed: It still doesn't work! I also checked the `.gitconfig` file and can confirm...
@rami3l I tested on WSL and succeeded in signing commits! Actually, I also cannot sign commits when first opening WSL, but after I referred to [this doc](https://gist.github.com/paolocarrasco/18ca8fe6e63490ae1be23e84a7039374), I eventually succeeded!😄