Adel Nizamutdinov

Results 35 comments of Adel Nizamutdinov

I guess this is tracked in https://github.com/facebook/redex/issues/18

it would be nice to get the profile picture of the private profiles as well. Right now we're getting `CRITICAL user is private`

- [x] boxing - [x] deprecated getters

how did you generate that badge?

best practices coming soon :) thanks for the suggestion

can anyone help me choose between AVD, genymotion or a real device for running simple smoke tests on every PR on the CI (we're using jenkins) what are the costs...

this happens even on the standard Android emulator

Can someone point me how to get started with this? I really want hot reloading to work with this plugin

do I understand correctly that this is not possible in 4.4.3? ```kotlin val fdInt = 3 val fdObj = FileDescriptor() val field = FileDescriptor::class.java.getDeclaredField("fd") field.isAccessible = true field.setInt(fdObj, fdInt) val...