Roger Hu
Roger Hu
core.py
I could be missing something, but why are there so many lines that try to deal with None for package_ymls and script_jsons? Why not just set the package_ymls and scipt_jsons...
- https://medium.com/keepsafe-engineering/lessons-from-converting-an-app-to-100-kotlin-68984a05dcb6#.r9zze61m7 - https://medium.com/keepsafe-engineering/kotlin-the-good-the-bad-and-the-ugly-bf5f09b87e6f#.7mxvfxutx
Sample application here: http://google.github.io/ExoPlayer/demo-application.html Why it's better than MediaPlayer (or how it provides more controls)
https://www.thedroidsonroids.com/blog/android/springanimation-examples/
There are two issues with kombu/common.py that need to be fixed with this PR. First, the code attempts to avoid declaring exchanges more than once. The problem is that Celery...
If I kill -USR2, I see "log writing failed. can't be called from trap context". Delete these logging lines until a better fix can be found (Sidekiq for instance rewrites...
Cmake 3.5 (https://github.com/ttroy50/cmake-examples/tree/master/02-sub-projects/A-basic) uses subprojects. This makes it easier to compile by using the individual project dirs.
v3.9.0 has a known issue with < Android O versions. Wait to bump to 3.11.0 when it's ready. This fixes warnings related to https://github.com/protocolbuffers/protobuf/issues/3781 ``` WARNING: An illegal reflective access...
PR to collect input: https://github.com/parse-community/Parse-SDK-Android/pull/943
Based on https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages Still working on the last 4 tests... the Firebase Admin requires a service account with private key which makes this more complicated.