[TWiR] Call for Participation

These should be some fairly easy tasks (with steps described how to do it):

https://github.com/rust-lang/rust/issues/39059

I'll wait two weeks until I start working on the issue myself. Is that long enough? Should I wait a month?

https://github.com/spicavigo/kafka-rust/issues/138

The whole crate needs some love, but the addition of integration testing is arguably the most important, to ensure correctness. Current contributors, including myself, unfortunately don't have a lot of free time to dedicate to the crate. There are several issues that are tagged as help-wanted.

For those interested in experimenting with tokio, there's also this issue:

https://github.com/spicavigo/kafka-rust/issues/63

Hi! I'm helping out with crates.io now, and I'd love to help get more people contributing. I've got 6 E-mentor tagged issues right now that I've added some description to as to what's needed to fix them. I'm going to try to keep it around that number and be responsive to questions. I'd love if some of these ended up in TWiR regularly!

5 Likes

I'm looking for somebody with a little experience in gnome or kde development to add a missing feature to notify-rust, a desktop notification library. The spec (on gnome at least) supports inline images in notifications though paths or by sending bitmap data directory.

I consider this medium since it requires doing a bit of research by may ultimately not involve too many lines of code :crossed_fingers:. Anybody interested in improving the rust desktop integration story? :smiley: :stuck_out_tongue:
I'm looking forward to your PR resolving this issue.

I'm looking for somebody to fix a long-standing bug in the tempdir crate, and publish an improved remove_dir_all function to crates.io in the process.

The issue is that the std remove_dir_all doesn't work correctly on windows:

https://github.com/rust-lang/rust/issues/29497

This hasn't been fixed in-tree, where PRs get a lot of scrutiny, but it affects real code, and I open code a bad remove_dir_all myself anytime I need to remove_dir_all. In the meantime, tempdir, a popular crate with a desperate need to remove dirs, is affected by this bug.

There's a PR open to fix tempdir:

https://github.com/rust-lang-nursery/tempdir/pull/17#issuecomment-285835625

But it is stalled. Here are my comments about what needs to happen next:

https://github.com/rust-lang-nursery/tempdir/issues/15#issuecomment-286513675

That last issue is probably the one to link from twir.

https://github.com/rust-lang-nursery/rustup.rs/issues/987

https://github.com/BurntSushi/byteorder/issues/74

https://github.com/BurntSushi/byteorder/issues/73

https://github.com/rust-lang-nursery/bitflags/issues/82

https://github.com/rust-lang-nursery/bitflags/issues/81

https://github.com/rust-lang-nursery/bitflags/issues/79

https://github.com/rust-lang-nursery/bitflags/issues/78

https://github.com/rust-lang-nursery/bitflags/issues/77

https://github.com/rust-lang-nursery/bitflags/issues/76

https://github.com/rust-lang-nursery/bitflags/issues/75

https://github.com/rust-lang-nursery/bitflags/issues/66

https://github.com/rust-lang-nursery/bitflags/issues/65

https://github.com/rust-lang-nursery/bitflags/issues/64

https://github.com/rust-lang-nursery/bitflags/issues/63

https://github.com/rust-lang-nursery/rustup.rs/issues/1009

The Ion shell project that I maintain could use some contributors to implement missing features, either in Ion or the accompanying liner project. If anyone asks, I can easily provide mentorship. I've done a lot of work to rewrite and complete as much of the shell's missing features as I can, but there is still much work to be done in order to compete against existing shell languages. The codebase should be much easier to read/manage now.

https://github.com/alexcrichton/flate2-rs/issues/67

https://github.com/rust-lang-nursery/tempdir/issues/27

https://github.com/rust-lang-nursery/tempdir/issues/25

https://github.com/rust-lang-nursery/tempdir/issues/24

https://github.com/rust-lang-nursery/tempdir/issues/23

Let us know links to the issues that we should post.

Rusoto, the Rust AWS SDK, is looking for maintainers. If you're looking to learn more about Amazon Web Services, code generation in Rust or want to check out one of the bigger public code bases around (claim not validated in any manner), come check out the repository. The CONTRIBUTING file has instructions for getting started.

If documentation is more your bag, we've got https://rusoto.org/ which is a gitbook companion for the project. The source is on GitHub as a project under the Rusoto org on GitHub.

I'm available for mentoring.

1 Like

Basically, if there is an issue that does not have an assignee, we are seeking help for implementing that feature.

I'd suggest creating a new issue looking for maintainers with information on how to contact and we'll link to that.

Thanks, I've added an issue: https://github.com/rusoto/rusoto/issues/593 .

https://github.com/rust-lang-nursery/bitflags/issues/76

https://github.com/rust-lang-nursery/bitflags/issues/66

https://github.com/rust-lang-nursery/bitflags/issues/41

https://github.com/alexcrichton/flate2-rs/issues/75

https://github.com/alexcrichton/flate2-rs/issues/76

https://github.com/alexcrichton/flate2-rs/issues/77

https://github.com/alexcrichton/flate2-rs/issues/78

https://github.com/alexcrichton/flate2-rs/issues/79

https://github.com/alexcrichton/flate2-rs/issues/80

https://github.com/alexcrichton/flate2-rs/issues/81

https://github.com/alexcrichton/flate2-rs/issues/82

https://github.com/alexcrichton/flate2-rs/issues/83

https://github.com/alexcrichton/flate2-rs/issues/84

https://github.com/alexcrichton/flate2-rs/issues/85

https://github.com/alexcrichton/flate2-rs/issues/86

https://github.com/alexcrichton/flate2-rs/issues/87

https://github.com/alexcrichton/flate2-rs/issues/88

https://github.com/rust-lang-nursery/lazy-static.rs/issues/65

https://github.com/rust-lang-nursery/lazy-static.rs/issues/66

https://github.com/rust-lang-nursery/lazy-static.rs/issues/67

https://github.com/rust-lang-nursery/lazy-static.rs/issues/68

https://github.com/rust-lang-nursery/lazy-static.rs/issues/69

1 Like

https://github.com/rust-lang/rust/issues/41151

Hi. I'm looking for people interested in crypto, command line and backups. Rdedup started as a little project for backup deduplication, but PR after PR, it's growing into very efficient and robust multipurpose deduplication machine. Check the github repo: https://github.com/dpc/rdedup , read github issues, read an article on how high performance through parallelization is achieved: http://dpc.pw/blog/2017/04/rusts-fearless-concurrency-in-rdedup/ and feel free to ask questions on gitter channel!

2 Likes