-
**Environment Info:**
_Materialistic:_ android:versionCode="79" android:versionName="3.3"
_Android OS:_ Version = 6.0.1
**Description information:**
We find that mobile apps are prone to c…
-
this code:
```
auto timer = rxcpp::observable::timer(std::chrono::milliseconds(millis));
auto handle = timer.subscribe_on(rxcpp::observe_on_new_thread())
.subscribe([this](aut…
-
The following code cannot be compiled in v4.0. It was compilable in version 2.3.0. I am not sure if it is intended or not.
```
auto ZipAndAdd(const rxcpp::observable & in1, const rxcpp::observabl…
-
Hi all,
First off, I'm really glad with the 1.2.0 update. It was a huge improvement in our app performance :smiley:
Having run our app for a while we see lots of random warnings in our logs abou…
-
Hi,
Great stuff!
I'm getting the error below when I call this endpoint. Your thoughts?
`@GET
@Path("/search")
@Produces(MediaType.APPLICATION_JSON)
public Observable searchByName() {
re…
sumew updated
7 years ago
-
The library documentation indicates that the `.observeOn(...)` method of the `Observable` class is included in the `rx.lite` distribution (see [here](https://github.com/Reactive-Extensions/RxJS/blob/m…
-
By running the test code below...
auto input_observable = rxcpp::observable::range(0, 9999);
auto output_observable = rxcpp::observable::defer(
[input_observable]()
{
…
-
## Point of contact
@petrklapka
## Description
See https://github.com/elastic/observability-accessibility/issues/65 for full description of the issue and code reference for a suggested fix.
#…
-
# Overview
We can introduce `ObservableSystem`, this will make system chainable:
### PlayCatch Example
**Before**:
```swift
let bindUI: (ObservableSchedulerContext) -> Observable = bind(s…
-
**RxJS version:**
5.5.2
**Code to reproduce:**
[rxfiddle.net](https://rxfiddle.net/#type=editor&code=Y29uc3QgeCA9IFJ4Lk9ic2VydmFibGUuaW50ZXJ2YWwoMTAwMCk7Cgpjb25zdCB6ID0gbmV3IFJ4LlN1YmplY3QoKTsKUn…