-
Notifications
You must be signed in to change notification settings - Fork 3k
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
docs(repeat): Remove scheduler as param. #2368
Conversation
reactivex.io/rxjs is built from this repository |
http://reactivex.io/documentation/operators/ doesn't seem to be built here, and provides some erroneous documentation for the behavior of repeat. |
@jdetle thank you! can you also remove it from the description too? https://github.com/jdetle/rxjs/blob/5b1ee5626f2e6453facca90ac915974e5b7b685a/src/operator/repeat.ts#L9
|
Why don't we just make repeat use a scheduler? Seems like it should. |
(incorrect link) http://reactivex.io/documentation/operators.html Those docs are still RxJS v4 docs. We still need to coordinate how to get them updated and keep them in sync... 😢 |
Indeed, but until someone steps up with the PR I'm inclined to remove it from the docs. Especially because we're short handed and it's unknown when it would get it. If you have the cycles, feel free--but I know you (and I) have tons of other things on our plate. |
I can tackle it, I'm unemployed at the moment so all I have are cycles
:)
On Mon, Feb 13, 2017 at 2:31 PM Jay Phelps ***@***.***> wrote:
@trxcllnt <https://github.com/trxcllnt>
Why don't we just make repeat use a scheduler? Seems like it should.
Indeed, but until someone steps up with the PR I'm inclined to remove it
from the docs. Especially because we're short handed and it's unknown when
it would get it. If you have the cycles, feel free--but I know you (and I)
have tons of other things on our plate.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2368 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AKcARtSZK0K3_RsXIcbjPokJXGfszFpbks5rcNnPgaJpZM4L_ru6>
.
--
Have a wonderful day,
John J. Detlefs
|
Well, I think it should be step 1: PR to remove it from the docs... then step 2: PR to add it (it's a new feature, so it's a minor revision change) |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description:
The RxJS 5.0 repeat operator does not take a scheduler as a param but is documented as having it as a parameter. I deleted this line. Where is the ReactiveX website version control hosted so I can change the documentation for the RxJS implementation of repeat?