by burning_hamster on 11/3/21, 11:02 AM with 8 comments
I would love to hear how other people that have open source projects are getting their intel into their user base.
[1] https://github.com/paulbrodersen/netgraph
[2] https://pepy.tech/project/netgraph
by Jugurtha on 11/3/21, 3:34 PM
It's a MinIO admin Python wrapper we use for a product. There was a "won't fix" issue on MinIO's GitHub, and I wrote bmc to address that issue. People have been reaching out on Twitter or through the issue itself to know if they can use the library, and I put it on PyPI after that. It's super niche (solves one issue for a software that's not that common).
I've had conversations with some of its users as in "It's been months since you're using it and haven't heard of you", and they say that it's been working fine since then.
by sanketsarang on 11/3/21, 11:09 AM
by pkrotich on 11/3/21, 12:39 PM