Shaishav Gandhi
Shaishav Gandhi
Looks like `popupWindow.setElevation(15f)` won't have any effect since there's a transparent background on the popupWindow which takes away the illusion of the elevation.
For the demos which have SCSS, should the HTML files have the compiled CSS or SCSS as is?
PR up here https://github.com/Kotlin/dokka/pull/862
While I agree, you can see that those are three StrictMode violations on a single `Branch.getAutoInstance()`. If you see the log, each StrictMode violation is 100ms+. Since this call is...
Sounds good! Thanks!
Awesome! Will do
Yup. Could just un-bookmark by using same action as you did for bookmarking. I.e long press to reveal menu etc.
Hey @hzsweers any thoughts on this? Would love to take a stab at this and see how it turns out.
Do you use kapt for your annotation processing? You'll have to add the epoxy-processor as kapt and not annotationProcessor in your build.gradle file for Epoxy to generate Kotlin extensions.
Is this still on the table? I basically have a small test class that i end up copying in every project I use this library in. Would be nice to...