-
## Bug Report
**Current Behavior**
As part of #5019, I discovered that the `tests2png` script currently (as of 1b2021f) renders the following PNG images as only the operator and no observables:
…
timdp updated
4 years ago
-
Using spacing to align marble diagrams is essential for creating readable tests. Currently leading and trailing whitespace characters has unintended side effects. Correct fix is to trim the string dia…
-
Right now it is very hard to determine the order of events flowing through a graph, and to see the casual relationship between events. It would be very useful to see the data ordered by time, and then…
-
documentation bug
-
### Documentation Related To Component:
All operators in RXJS
### Please check those that apply
- [ ] typo
- [x] documentation doesn't exist
- [ ] documentation needs clarification
- [ ] e…
-
I was wondering why you are recommending in the [redux docs](http://redux.js.org/docs/recipes/WritingTests.html) to test Action Creators and Reducers separately from each other instead of together and…
-
**RxJS version:** 5.0.0-beta11
**Actual behavior:**
I tried to use the beta 11 today in the project I'm working on, and the QueueSchduler schedule method raises the following error:
TypeError: this.S…
-
### Documentation Related To Component:
Several ones
### Please check those that apply
- [ ] typo
- [x] documentation doesn't exist
- [ ] documentation needs clarification
- [ ] error(s) i…
-
- [x] `amb`: missing diagram
- [x] `ambArray`: missing diagram
- [x] `concat(Iterable)`: missing diagram
- [x] `concat(Publisher)`: missing diagram
- [x] `concat(Publisher, int)`: missing diagram
…
-
This issue is for tracking the remaining work for RxPY v3.
- [x] Fix type hints for pipe #355
- [x] Disposables. Have been removed for RxJS 6. I think we should keep disposables, but make them si…