roc-streaming / roc-toolkit

Real-time audio streaming over the network.
https://roc-streaming.org
Mozilla Public License 2.0
1.02k stars 203 forks source link

Implement StringList pop_back() #669

Open gavv opened 6 months ago

gavv commented 6 months ago

core::StringList has push_back() method.

It would be convenient to add complementary method:

void pop_back();

New method should be covered with tests.

anurag10 commented 5 months ago

I can pick this work item if it hasn't been picked yet. I am familiar with C++. However, I am new to open source contributions, so would request to let me know if I am miss on any formal process.

gavv commented 5 months ago

Sure, you're welcome, thanks. You can take a look at this page: https://roc-streaming.org/toolkit/docs/development/contribution_guidelines.html

gavv commented 1 month ago

@anurag10 Hi, do you still have plans on this?

gavv commented 1 week ago

Unassigning, feel free to ping me if you'll decide to return to it.

jeshwanthreddy13 commented 1 week ago

Hi @gavv, I would like to work on this issue. Can I please get this assigned?

gavv commented 1 week ago

Sure, thanks!