Aditya Chaturvedi

Results 11 issues of Aditya Chaturvedi

Though the library supports "Do not show again" button, a more practical use-case is to allow user to skip app update temporarily. For this add an additional option of "Remind...

``` skeletonScreen = Skeleton.bind(rootView) .color(R.color.tlShimmerColor) .load(R.layout.item_skeleton_view_profile) .show(); ``` Leads to `FrameLayout` being leaked. My analysis is that this is due to this function: ``` private ShimmerLayout generateShimmerContainerLayout(ViewGroup parentView) { final...

Facing the problem in version 3.4 ``` Caused by java.io.IOException: sendto failed: EPERM (Operation not permitted) at libcore.io.IoBridge.maybeThrowAfterSendto(IoBridge.java:576) at libcore.io.IoBridge.sendto(IoBridge.java:544) at java.net.PlainDatagramSocketImpl.send(PlainDatagramSocketImpl.java:125) at java.net.DatagramSocket.send(DatagramSocket.java:721) at com.instacart.library.truetime.SntpClient.requestTime(SntpClient.java:116) at com.instacart.library.truetime.TrueTime.requestTime(TrueTime.java:133) at com.instacart.library.truetime.TrueTimeRx$4$1$2.subscribe(TrueTimeRx.java:211)...

``` 2018-11-25 19:02:07.102 19915-20096/com.tl.dialog D/SntpClient: ---- SNTP request failed for 2001:4860:4806:8:: 2018-11-25 19:02:07.105 19915-20096/com.tl.dialog E/TrueTimeRx: ---- Error requesting time java.net.SocketTimeoutException: Poll timed out at libcore.io.IoBridge.poll(IoBridge.java:691) at java.net.PlainDatagramSocketImpl.doRecv(PlainDatagramSocketImpl.java:149) at java.net.PlainDatagramSocketImpl.receive0(PlainDatagramSocketImpl.java:140) at...

On using this plugin, i found that if the last line of the passage contains very few letters, then the words itself gets spaced out giving a very poor UI...

Codebase needs a blog/wiki on how to use with complete code examples for different scenarios.

On doing `showContent()`, all static views are rendered correctly. However, recycler doesn't show at all.

I was able to make RxCache with retrofit work by creating a provider which matches the return type of the retrofit api interface. However, if i first transform the API...

I tried the steps mentioned and the loader is not visible. I tried putting the methods inside `onResume` and `onWindowAttached` as well. No loader seems to be visible. What can...

The library keep waiting infinitely in case no timeout is provided as there isn't a default value. Plus there isn't any documentation in README to actually tell end users on...

enhancement