Closed sssalib42 closed 6 years ago
Hi guys, it has been a month so far. Will someone be looking into this soon? Please let us know.
Will someone approve my PR and complete it if I do the work? Do I need special authorization privileges to create the PR?
I want to create a PR to upgrade the repository myself to using rxjs6 as I have it done it once for our team's code base following the migration documentation: https://github.com/ReactiveX/rxjs/blob/master/docs_app/content/guide/v6/migration.md
Thanks.
Update: I have the code ready to create a PR. It's about time before it gets reviewed and committed. Thanks.
where is the PR?
I need commit privileges. Sent you a direct email.
Usualy you would fork the repo and then create a PR. https://help.github.com/articles/creating-a-pull-request-from-a-fork/
But ill give you access to the main repo.
PR is ready: https://github.com/JonnyBGod/ngx-scrollspy/pull/189 Thanks @JonnyBGod
Should be fix with https://github.com/JonnyBGod/ngx-scrollspy/releases/tag/v1.2.1
Thank you for your contribution.
After upgrading to rxjs 6, I can't finish my upgrade process, specifically the very last step, which is to remove the rxjs-compat library, because ngrx-scrollspy is still using rxjs5 syntax.
Here is a github issue, explaining the problem I'm facing because ngrx-scrollspy isn't up to date: https://github.com/ReactiveX/rxjs/issues/3654
Here is a useful page including the rxjs 6 upgrade instruction: https://auth0.com/blog/whats-new-in-rxjs-6/