-
Not quite sure if it's expected behavior or an error.
So I have the following case.
I have StreamA and StreamB. Both wrapped with combine latest stream and simple string concat. StreamA emits an…
-
According to [Observable.takeUntil(ObservableSource other)](http://reactivex.io/RxJava/3.x/javadoc/io/reactivex/rxjava3/core/Observable.html#takeUntil-io.reactivex.rxjava3.core.ObservableSource-)'s do…
-
# (UPDATE): I started to collect all outcome and questions here:
# [Rx-Marble-Design-System](https://github.com/BioPhoton/Rx-Marble-Design-System)
- [ X ] documentation doesn't exist
- [ X ]…
-
Review and optimise performance
Notes:
- the 404s for `/.json` data pre-cache
- GA probably should be made deferred / async
- investigate caching static data
- improve bundling:
- too many js …
-
I can't get proper result with all marbles and marble Diagrams related code in Getting Started.ipynb.
In [8]:
from rx.testing import marbles
xs = Observable.from_marbles("a-b-c-|")
xs.to_blocking(…
-
Hi @adamhaile
I am quite excited to investigate S as it has a clock system as do synchronous data flow languages (thinking about Lucid Synchrone for instance). I could not find an obvious way to r…
-
Hi, I hope this issue is constructive as I don't want to clutter the issues with a help request. I am just trying to understand better why dashes added here or removed there will cause a test to fail …
-
## Documentation Issue
The diagram legend at the top of the Flux/Mono javadoc page is awesome. However, the legend only mentions a very simple use case, and there are many other symbols used in th…
-
Hi there,
Is there a visual failure report with a marble view possible with this lib ? Like for example :
```
Error :
Source: "---a--b--c"
Expected: "a--b--c"
```
Instead of the array diff …
jscti updated
4 years ago
-
**RxJS version:** 5.x
**Code to reproduce:**
When using the test scheduler create a marble-based observable with a group
More details can be found in this PR: #2932, which we are closing …