Alexei Volkov

Results 9 comments of Alexei Volkov

I found that it is wrong assumption to assert that WORKOUT is always about distance and calories as well. You should review the approaches [here](https://github.com/cph-cachet/flutter-plugins/blob/bf76ee18a285abdd02397bb6c493b6dd5786264a/packages/health/android/src/main/kotlin/cachet/plugins/health/HealthPlugin.kt#L1704) [here](https://github.com/cph-cachet/flutter-plugins/blob/bf76ee18a285abdd02397bb6c493b6dd5786264a/packages/health/android/src/main/kotlin/cachet/plugins/health/HealthPlugin.kt#L1649) and [here](https://github.com/cph-cachet/flutter-plugins/blob/bf76ee18a285abdd02397bb6c493b6dd5786264a/packages/health/android/src/main/kotlin/cachet/plugins/health/HealthPlugin.kt#L1771). I would...

The example app is just fine, but i am talking about real app that have approved by google the only required scopes and those are ACTIVITY_RECOGNITION without CALORIES_BURNED cause we...

Pull request to workaround https://github.com/GoogleWebComponents/google-apis/pull/76

I just create a jsbin https://jsbin.com/koquvi/9/edit?html,output but if works just fine because refer to polymer-cdn where https://github.com/Download/polymer-cdn/blob/master/lib/google-apis/google-client-loader.html use ``` ``` instead ready hook in latest repo. If you change it...

This was broken in https://github.com/GoogleWebComponents/google-apis/issues/72

Has the same issue starting from v0.44.0 downdrade to v0.43.1 solve the problem

in fact i was trying build it running as X11 application in termux-x11 ``` CGO_CFLAGS="-Wno-int-conversion -Wno-tautological-compare" go -C raylib-go/examples/games/life run -tags x11 . ``` did segfault too

The question is any way to run an example targeting termux-x11 ?