-
Updated
Nov 2, 2020 - Java
multiplatform
Here are 321 public repositories matching this topic...
-
Updated
Oct 20, 2020 - Dart
-
Updated
Oct 15, 2020 - C
-
Updated
Nov 2, 2020 - C++
-
Updated
Apr 23, 2020 - Python
-
Updated
Oct 27, 2020 - C++
Specially we should mention that these operators are not available in JS.
-
Updated
Apr 20, 2020 - Kotlin
-
Updated
Nov 2, 2020 - C++
DateTime and DateTimeTz overload both plus and minus operators, but for some reason Date only overloads the plus operator. This means you have to do things like this:
val yesterday = today + (-1).days
-
Checkbox issue:
- Currently, the checkbox will only work if it is given text.
- This is an issue as it limits the flexibility of the checkbox component and text in this component should be made optional.
- Currently, giving the checkbox the text
""will let the checkbox render, but it will not render correctly, see Figure 1 for reference.
-
Checkbox Alignment Feature:
- Given th
-
Updated
Oct 11, 2020 - Shell
-
Updated
Oct 12, 2020 - C++
-
Updated
Aug 17, 2020 - C++
-
Updated
Oct 4, 2020 - Kotlin
Blocked by #2
-
Updated
Oct 26, 2020 - Go
-
Updated
Aug 28, 2019 - Kotlin
-
Updated
Oct 4, 2020 - C++
-
Updated
Oct 23, 2020 - Kotlin
Flipper Plugin
Related links:
Please follow up with suggestions and ideas if you have them, @oolong-kt/developers.
-
Updated
Aug 26, 2020 - Kotlin
-
Updated
Aug 22, 2020 - C#
-
Updated
Nov 1, 2020 - C++
-
Updated
Apr 27, 2019 - Kotlin
-
Updated
Sep 26, 2020 - C++
Doxygen Comments referencing NetStructures should be changed to GameData
Improve this page
Add a description, image, and links to the multiplatform topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the multiplatform topic, visit your repo's landing page and select "manage topics."
We don't have a way to set request timeout in Apollo client
I'm using apollo kotlin multiplatform in my project and it's amazing but i have found that there is no way to set request timeout. Both OkHttp and NSURLConnection supports it currently we have to re-implement the whole NetworkTransport in both android and ios to achieve this.
**Adding requestTimeout parameter ApolloHttpNetworkTran