question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Documentation missing for operator / interface need to be updated

See original GitHub issue

RxJS version:

Code to reproduce:

Expected behavior:

Actual behavior:

Additional information: This is umbrella issue to track documentation status. It is known there are missing documentations around operators, interfaces and website(reactivex.io) need to be updated.

Subject.create https://github.com/ReactiveX/rxjs/issues/2655 Observable.if https://github.com/ReactiveX/rxjs/issues/2648 Timeinterval https://github.com/ReactiveX/rxjs/issues/2627 installation guide on http://reactivex.io/rxjs https://github.com/ReactiveX/rxjs/issues/2482 finally https://github.com/ReactiveX/rxjs/issues/2256 https://github.com/ReactiveX/rxjs/issues/2656

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:28 (12 by maintainers)

github_iconTop GitHub Comments

4reactions
SangKacommented, Jun 12, 2017

I will supplement it:

  • publishBehavior
  • publishLast
  • publishReplay
  • timeout
  • timeoutWith
  • timestamp
  • toArray
  • zipAll
  • zipProto
2reactions
anodynoscommented, Dec 11, 2017

As everyone says, please update the site docs! It should be priority No1, cause it’s extremely frustrating, for both old and new users, to find outdated or missing information! Please please please, no new features, just docs!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Documentation - Utility Types - TypeScript
interface Props {. a ?: number;. b ?: string;. } const obj : Props = { a : 5 };. const obj2 :...
Read more >
Operators available for filters and queries
The system provides a set of operators for use with filters, condition builders, and encoded queries. The data type of a field determines ......
Read more >
IBM Cloud Pak for Integration - Known Limitations
Any operator that has a status of `Cannot update - CatalogSource not found` in the Installed Operators section of the OpenShift console should...
Read more >
3. Data model — Python 3.11.1 documentation
Every object has an identity, a type and a value. ... The ' is ' operator compares the identity of two objects; the...
Read more >
Effective Go - The Go Programming Language
This document gives tips for writing clear, idiomatic Go code. ... Finally, Go has no comma operator and ++ and -- are statements...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found