-
-
Hey so i was playing around with RxJava2 and RxAndroid2 and grabbed some stuff from here. I don' think will take this too much further, but could probably make a pull request for app and pull it back…
-
Do you plan on providing an rxscala toolkit for vertx applications? If so, would you want some assistance?
-
callback方式还要依赖Rxjava?
不然闪退!
-
# Problem
This library is not yet published. We should publish it on `mavenCentral`. This is where we tell developers to get our core SDK.
# Solution
My current recommendation is to call it: …
-
**Describe the bug**
For RP version 5.11.1, i was trying junit agent
![image](https://github.com/reportportal/agent-java-junit/assets/27341455/d1f2e324-4b2d-4f5d-bdf4-eee6dfa7ce9b)
**Steps to …
-
Kotlinx coroutines Reactive includes an general extension fun to convert `Publisher` to Kotlin Flow, https://github.com/Kotlin/kotlinx.coroutines/blob/master/reactive/kotlinx-coroutines-reactive/src/R…
-
Report Portal used to work fine for five months. However, after updating Report Portal stopped working. When running tests, there is an error message:
`[rp-io-2] ERROR c.epam.reportportal.service.L…
-
I'm coming to Android from web development background, using RxJS a lot.
My principle concern has been to find a way of merging RxJava2 with Webview.
Am I right in saying this will work with a J…
-
Currently we need to manually define SharedPreferences name and key name, but what if we can generate these name from class/field name?
for example
```java
@Pref
class Sample { // preference …