Same thing happened to me: I wrote the module that does Microsoft Office files in Python. At the time, the solutions for doing it in Python were 'talk to some Java library' or 'talk to some .net library'. I read the openxml spec and made something which did basic creation, extracting text, modifying docs. I totally didn't have time to maintain it, then Scanny took over. It's now hugely popular, the code handles non-W…
I gave commit rights to someone I didn't know
21–30 of 106 posts
Re: I gave commit rights to someone I didn't know
#22This concept awesome and already have a name. It's called Open Open Source: http://openopensource.org It's especially essential when managing a high volume of open source projects on GitHub.
Liberal Contribution and Governance Models https://changelog.com/rfc-7/
Re: I gave commit rights to someone I didn't know
#23Re: I gave commit rights to someone I didn't know
#24Largely due to my depression and desperate need to get a job, I never got much past an initial read of the EMF+ files, but I'd love to see someone take my branch on git, split it into its own library and then work with someone to integrate it into the Drawing Layer. [2]
1. https://cgit.freedesktop.org/libreoffice/core/commit/?h=priv...
2. https://people.freedesktop.org/~thorsten/talks/fosdem_2014_s...
Re: I gave commit rights to someone I didn't know
#25Ha, Same thing happened to me with the SAME contributor!! Benjamin Bach is an awesome dude. He helped me maintain django-dbbackup for quite some time then we found a third contributor, Anthony Monthe, who is also very interested in the project and I would say owns it now. It's been maintained by those two for quite some time now. I wish there was a way for me to buy them both a bunch of rounds of beer. :D
Re: I gave commit rights to someone I didn't know
#26Therefore, I'm extremely hesitant to hand out "commit bit"s again. To make up for it I try and review PRs the day of submission; even then I don't get a lot of contributions.
There seems to be a inherent trade off between security+quality and how welcoming you are to new contributors.
On the other hand, I have taken over maintainership for some projects; but it was after months of steady contributions.
Re: I gave commit rights to someone I didn't know
#27Ha, Same thing happened to me with the SAME contributor!! Benjamin Bach is an awesome dude. He helped me maintain django-dbbackup for quite some time then we found a third contributor, Anthony Monthe, who is also very interested in the project and I would say owns it now. It's been maintained by those two for quite some time now. I wish there was a way for me to buy them both a bunch of rounds of beer. :D
Re: I gave commit rights to someone I didn't know
#28Re: I gave commit rights to someone I didn't know
#29Ha, Same thing happened to me with the SAME contributor!! Benjamin Bach is an awesome dude. He helped me maintain django-dbbackup for quite some time then we found a third contributor, Anthony Monthe, who is also very interested in the project and I would say owns it now. It's been maintained by those two for quite some time now. I wish there was a way for me to buy them both a bunch of rounds of beer. :D
Use Bitcoin or Venmo. Sounds like they've been great stewards.
Re: I gave commit rights to someone I didn't know
#30It was unmaintained on SourceForge for years. Some guys put the code on GitHub and started fixing its problems. I became involved after them (to help on the OSX side initially), then contacted the original author. He was happy to see some people continuing it's development, so he gave us admin on the SourceForge project. That let us cleanly redirect people to the new GitHub project, and it's been growing decently from there (~4,600 stars on GitHub, 3.5Mill+ downloads, etc).