Kamil Gałuszka

Results 48 comments of Kamil Gałuszka

Looks really great! @coagulant did you maybe update this PR with suggestion from @nazarewk (and resolve conflicts?)? IMHO It looks really good!

@whit537 don't know why none mention but: [gevent-socketio](https://github.com/abourget/gevent-socketio) I was using it with Django and they worked really fine :)

@mjtamlyn transifex would be great.

Do You have RxJava included in your dependencies @czl0325 ?

Hi @IvesWang @398049343 , This is available in RxJava 3.0.6 so this is probably something else. (see here: https://github.com/ReactiveX/RxJava/blob/v3.0.6/src/main/java/io/reactivex/rxjava3/internal/jdk8/ObservableFirstStageObserver.java) @398049343 can you prepare minimum working example and post somewhere the...

@xchengDroid I think you probably missing disposing inside `onDestroy` method in activity. Example is available here: https://github.com/tbruyelle/RxPermissions/blob/master/sample/src/main/java/com/tbruyelle/rxpermissions2/sample/MainActivity.java#L83-L89 Because You aren't disposing this Observable it is created twice and that's why...

Tests are passing @tbruyelle something is wrong with Github, as it's not reporting tests in Pull Request. But tests actually run in Travis: https://travis-ci.org/github/tbruyelle/RxPermissions/builds/722359642

Hi @slobodanantonijevic , Can you prepare a minimum working example of this issue? Generally speaking, if app was restarted when looking on permissions is should ask again for those, so...

@erroneousboat would you be so kind to look into this? Thanks for great project!

Cloud Run is based on Knative on top of Kubernetes. I think it's impossible to have your own VM in Cloud Run as it's fully container based.