Weihang Lo

Results 26 issues of Weihang Lo

### Problem Spinned out from https://github.com/rust-lang/cargo/pull/10236#issuecomment-1083785378 #10236 introduces a progress bar for `cargo clean`, which has a slight performance hit (0-10%). There are still some possibilities we can explore in...

Command-clean
C-feature-request

Here are some linked list implementations and tutorials that need helps. - [ ] [Circular linked list](https://github.com/weihanglo/rust-algorithm-club/tree/master/src/collections/circular_linked_list) - [ ] [Doubly linked list](https://github.com/weihanglo/rust-algorithm-club/tree/master/src/collections/doubly_linked_list) - **WIP at [draft/doubly-linked-list](https://github.com/weihanglo/rust-algorithm-club/tree/draft/doubly-linked-list)** Feel free to...

help wanted

The [generated Rust doc](https://rust-algo.club/doc/rust_algorithm_club/) is public now. Yet it seems too dumb and lack some descriptions. The crate and each modules need to be documented. For crate doc itself, suppose...

enhancement

Here are some associative container variants that needs well-documented implementations and tutorials. - [ ] [Multimap](https://github.com/weihanglo/rust-algorithm-club/tree/master/src/collections/multimap) - [ ] [Ordered Map](https://github.com/weihanglo/rust-algorithm-club/tree/master/src/collections/ordered_map) - [x] [Set](https://github.com/weihanglo/rust-algorithm-club/tree/master/src/collections/set) #15 - [x] [Bloom filter](https://github.com/weihanglo/rust-algorithm-club/tree/master/src/collections/bloom_filter) #34...

help wanted

Here are some efficient sorting algorithms that needs well-documented implementations and tutorials. - [ ] [Timsort](https://github.com/weihanglo/rust-algorithm-club/tree/master/src/sorting/timsort) - **WIP at [draft/timsort](https://github.com/weihanglo/rust-algorithm-club/tree/draft/timsort)** - [ ] [Pdqsort](https://github.com/weihanglo/rust-algorithm-club/tree/master/src/sorting/pdqsort) - [ ] [Introsort](https://github.com/weihanglo/rust-algorithm-club/tree/master/src/sorting/introsort) Feel free...

help wanted

This Pull Request fixes/closes #1065. It changes the following: - Bump clap to v3: Mainly replacing deprecated functions/items. A notable change is that `AppSettings::StrictUtf8` is now default behavior so we...

[Split index] is useful for repository with large index. It would be great to get libgit2 support. Just wonder how open libgit2 is with regard to accepting new index extension,...

*Issue #, if available:* #1391 *Description of changes:* Add missing `X-Amz-Target` header for AWS JSON 1.1 protocol `@httpRequestTests` listed in #1391 By submitting this pull request, I confirm that my...

### What does this PR try to resolve? Fixes #10992 Behaviour changes: After this commit, config files loaded via CLI take priority over env vars. Config files loaded via [`config-include`]...

A-configuration
S-waiting-on-review
A-config-cli

8 commits in 082503982ea0fb7a8fd72210427d43a2e2128a63..73ba3f35e0205844418260722c11602113179c4a 2022-09-13 17:49:38 +0000 to 2022-09-18 06:38:16 +0000 - Revert "Clarify when cargo detects changes" (https://github.com/rust-lang/cargo/pull/11107) - Fix links to workspace inheritance headings in workspace docs (https://github.com/rust-lang/cargo/pull/11103)...

S-waiting-on-review