Skip to content
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

Open
kibertoad opened this issue Jan 18, 2021 · 5 comments
Open

Additional maintainers?.. #450

kibertoad opened this issue Jan 18, 2021 · 5 comments

Comments

@kibertoad
Copy link
Contributor

Considering the decrease in the activity of this project, would you be open to inviting additional maintainers?

@spacegangster
Copy link

Also, I'm considering sponsoring this project, but funding targets on your page list only httpie

@KrisLau
Copy link

KrisLau commented Mar 1, 2022

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

Considering the decrease in the activity of this project, would you be open to inviting additional maintainers?

@jakubroztocil

@davidgoli
Copy link
Collaborator

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 Date). A very promising candidate exists in the Temporal API, but that's been moving slowly and isn't ready for prime time yet.

Furthermore, the RFC is extremely complex, with tons of edge cases, and a full implementation on top of a buggy Date primitive is going to be very expensive to build and to maintain. I would say that's the reason why this project has stalled for years and no replacement has emerged. At the end of the day, somebody (probably a large company) is going to need to sponsor a major effort to implement the RFC and maintain it on an ongoing basis.

So it's not only this project that has been stalled; many related attempts have also stalled, and the reform/replacement of JS Date object has as well.

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?

@KrisLau
Copy link

KrisLau commented Mar 1, 2022

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?

@KrisLau
Copy link

KrisLau commented Mar 30, 2022

@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
Maintainers Wanted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants