Yingxin Wu
Yingxin Wu
Sorry about that, I have little time to contribute to the project because of my busy full-time job :disappointed_relieved: @Crash-- Thank you very much for your contribution for such a...
My solution is to add additional http options to python-oauth2 and flask-oauth: https://github.com/simplegeo/python-oauth2/pull/136 https://github.com/xinthink/flask-oauth/commit/8be4c2e244a4ed516e7dc5e2529d5650b1be78f0
Sorry for replying late. The time interval is decided by the OS: on Android, the minimum interval is 15 minutes: https://developer.android.com/reference/androidx/work/PeriodicWorkRequest on iOS, there's no guaranteed interval: https://developer.apple.com/documentation/backgroundtasks/bgtaskrequest/3142244-earliestbegindate If you...
You may try to pass a `SendPort` via the request input, but I'm not sure whether it would work. However, one way to do it may be sharing the progress...
sounds like you're not using Android studio xinthink/react-native-material-kit#44 the project structure is a bit different since Android studio is using gradle please check the dir `android/app/src/main/res/drawable-mdpi`, the images should be...
Thank you, I'll keep an eye on that issue.
Sorry for replying so late. You may add the following dependency to your gradle script: `implementaion 'org.glassfish:javax.annotation:10.0-b28'` I'll consider to add it to the dependency tree, or just remove the...