From 0a073daa867b8e0e527f08db72d0a4ca08c836db Mon Sep 17 00:00:00 2001 From: Glen De Cauwsemaecker Date: Mon, 11 Nov 2024 20:11:59 +0100 Subject: [PATCH 1/3] add CFP for rama 2024-11-13 --- draft/2024-11-13-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2024-11-13-this-week-in-rust.md b/draft/2024-11-13-this-week-in-rust.md index 762bd9154..49f805e02 100644 --- a/draft/2024-11-13-this-week-in-rust.md +++ b/draft/2024-11-13-this-week-in-rust.md @@ -83,6 +83,8 @@ Some of these tasks may also have mentors available, visit the task page for mor +[Rama — multiple basic/bearer credentials for 'Authorization' server support](https://github.com/plabayo/rama/issues/352) + If you are a Rust project owner and are looking for contributors, please submit tasks [here][guidelines] or through a [PR to TWiR](https://github.com/rust-lang/this-week-in-rust) or by reaching out on [X (formerly Twitter)](https://x.com/ThisWeekInRust) or [Mastodon](https://mastodon.social/@thisweekinrust)! [guidelines]:https://github.com/rust-lang/this-week-in-rust?tab=readme-ov-file#call-for-participation-guidelines From 2621c187f071af727fe515fac4bd8a78611f3d7e Mon Sep 17 00:00:00 2001 From: Glen De Cauwsemaecker Date: Tue, 12 Nov 2024 20:44:12 +0100 Subject: [PATCH 2/3] Update draft/2024-11-13-this-week-in-rust.md --- draft/2024-11-13-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2024-11-13-this-week-in-rust.md b/draft/2024-11-13-this-week-in-rust.md index 49f805e02..3d351d25d 100644 --- a/draft/2024-11-13-this-week-in-rust.md +++ b/draft/2024-11-13-this-week-in-rust.md @@ -84,6 +84,7 @@ Some of these tasks may also have mentors available, visit the task page for mor [Rama — multiple basic/bearer credentials for 'Authorization' server support](https://github.com/plabayo/rama/issues/352) +[Rama — implement `take` and `replace` for Context and Extensions](https://github.com/plabayo/rama/issues/353 If you are a Rust project owner and are looking for contributors, please submit tasks [here][guidelines] or through a [PR to TWiR](https://github.com/rust-lang/this-week-in-rust) or by reaching out on [X (formerly Twitter)](https://x.com/ThisWeekInRust) or [Mastodon](https://mastodon.social/@thisweekinrust)! From edcfb99d5b09f8bf9cbcd2783e1fc695223453e6 Mon Sep 17 00:00:00 2001 From: M Goldin <23177337+mariannegoldin@users.noreply.github.com> Date: Wed, 13 Nov 2024 22:12:53 -0800 Subject: [PATCH 3/3] Add bullets --- draft/2024-11-13-this-week-in-rust.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/draft/2024-11-13-this-week-in-rust.md b/draft/2024-11-13-this-week-in-rust.md index 3d351d25d..d83ed01dc 100644 --- a/draft/2024-11-13-this-week-in-rust.md +++ b/draft/2024-11-13-this-week-in-rust.md @@ -83,8 +83,8 @@ Some of these tasks may also have mentors available, visit the task page for mor -[Rama — multiple basic/bearer credentials for 'Authorization' server support](https://github.com/plabayo/rama/issues/352) -[Rama — implement `take` and `replace` for Context and Extensions](https://github.com/plabayo/rama/issues/353 +* [Rama — multiple basic/bearer credentials for 'Authorization' server support](https://github.com/plabayo/rama/issues/352) +* [Rama — implement `take` and `replace` for Context and Extensions](https://github.com/plabayo/rama/issues/353 If you are a Rust project owner and are looking for contributors, please submit tasks [here][guidelines] or through a [PR to TWiR](https://github.com/rust-lang/this-week-in-rust) or by reaching out on [X (formerly Twitter)](https://x.com/ThisWeekInRust) or [Mastodon](https://mastodon.social/@thisweekinrust)!