anandnet / Harmony-Music

A cross platform App for streaming Music
GNU General Public License v3.0
764 stars 58 forks source link

Dev? #227

Open DeadSecTr opened 4 months ago

DeadSecTr commented 4 months ago

There are so many bugs,why is dev not reacting on these?

encrystudio commented 4 months ago

Probably because it's a hobby project? If you want these bugs to be fixed just learn programming with dart/flutter and do it yourself or wait for the dev(s) 🤷‍♂️ I think I'll do some bug hunting soon, when I have free time

DeadSecTr commented 4 months ago

Uhm...dude that was only a simple question!

encrystudio commented 4 months ago

Sorry I didn't wanted to sound offensive or so, my fault

muelsyse-az commented 4 months ago

There are so many bugs,why is dev not reacting on these?

Most bugs aren't actionable by themselves and need to be triaged so that they can be actionable. Bug triaging requires a lot of time which I can understand the developer struggles to find, especially while maintaining this project.

You can help with the process though by going through issues and making sure they can be actionable (They may be missing details here and there. The root problem can be determined with more details.)

There's a really good article regarding this exact problem/solution by the KDE project, which maintains many important/popular projects like Plasma Desktop, Krita, Kdenlive, etc.

I am a new user and right now it's finals season so it's difficult for me to help. I hope this gives you more of an idea of how Open Source projects work :)

Edit: You should see the bug backlogs of major open-source projects, there are so much that you have to split them by component and each component may have hundreds/thousands of bugs ;)