-
-
Notifications
You must be signed in to change notification settings - Fork 516
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Additional maintainers?.. #450
Comments
Also, I'm considering sponsoring this project, but funding targets on your page list only httpie |
Super late but I think the sponsor button now includes this project I believe
|
Hi, I haven't had any time to put into this in the past couple of years at all. I got a new job, and my current product doesn't have a need for this library. In my view, this project is in need of a ground-up rewrite. The "toString" package should never have been included to begin with - it has an entirely different set of concerns/problems from the basic rrule use case, and isn't covered by the RFC. The code is originally based on a port of the Python implementation in dateutil, but since JavaScript is severely impoverished relative to Python when it comes to builtin Date primitives, there are numerous bugs that are intrinsic to the JavaScript implementation. In turn, trying to address those bugs has presented tradeoffs that are suboptimal. Ideally an implementation should not use JavaScript builtin date/times at all because they are so idiosyncratic (adding timezone support for example is nearly impossible with the funky behavior of builtin Furthermore, the RFC is extremely complex, with tons of edge cases, and a full implementation on top of a buggy So it's not only this project that has been stalled; many related attempts have also stalled, and the reform/replacement of JS Having said that, I would be happy to endorse adding additional maintainers who have merged some good PRs. On that front, I will have to first review some PRs. Ideally, someone would come along who can be committed to this project for the long haul. Volunteers? |
I don't have the skills to really be a good maintainer unfortunately as I'm relatively new to JavaScript however I think I might've seen some forks that might help a bit with some of the problems you mentioned. Not 100% sure though:
Might also be good to maybe pin this post or a new post to see if that helps with finding more maintainers? |
@davidgoli Could you add this badge to the package? I submitted a PR to pickhardt/maintainers-wanted#56 to try and help get more maintainers |
Considering the decrease in the activity of this project, would you be open to inviting additional maintainers?
The text was updated successfully, but these errors were encountered: