rxjava
Here are 1,944 public repositories matching this topic...
-
Updated
Aug 22, 2019
You should upload javadoc as part of the build process. Especially since the README is missing important information (such as difference between request()/ensure(). Even better would be to also upload sources. Both of these are easy to do with a tweak to the maven task in your build.gradle.
-
Updated
Sep 17, 2019 - Java
-
Updated
May 30, 2020 - Java
-
Updated
Mar 26, 2020 - Java
disposables.clear()
is invoked in onStop()
But in the comment and also Github
`disposab
-
Updated
Mar 18, 2020 - Kotlin
-
Updated
Dec 6, 2019 - Java
-
Updated
Aug 25, 2018 - Java
To Reproduce
From the documentation Adding Parameters (body()
in the docs should be body
):
Fuel.post("https://httpbin.org/post", listOf("foo" to "foo", "bar" to "bar"))
.also { println(it.url) }
.also { println(String(it.body.toByteArray())) }
Expected output
https://httpbin.org/post
"
-
Updated
Oct 12, 2019 - Kotlin
requeryVersion = '1.6.0'
requeryVersion = '1.6.1'
E/BaseViewModel: java.sql.SQLNonTransientConnectionException
io.requery.PersistenceException: java.sql.SQLNonTransientConnectionException
at io.requery.sql.EntityDataStore.checkConnectionMetadata(EntityDataStore.java:588)
at io.requery.sql.EntityDataStore$DataContext.getTransactionMode(EntityDataStore.java:747)
-
Updated
May 11, 2020 - Java
-
Updated
Dec 27, 2018 - Java
-
Updated
Mar 19, 2020 - Java
We need to create our own docker image with git, sphinx-build and gradle to create the documentation and commit it into github.
The default docker image doesn't accept the html tags.
I would like to propose adding README file as a description to explain potential users that basic sample is as basic as possible and more complicated scenarios they can find in storio-sample-app module
-
Updated
Dec 4, 2019 - Java
Improve this page
Add a description, image, and links to the rxjava topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rxjava topic, visit your repo's landing page and select "manage topics."
Originally posted on StackOverflow.
The following code crashes with
StackOverflowError
and the stacktrace shows a long chain ofrequest
calls.