Carlo Marinangeli
Carlo Marinangeli
I've applied some fixes to the recyclerView here https://github.com/carlonzo/StikkyHeader/pull/40 but it still have problems when the dataSet changes.
just an update: I've a solution for that. the problem appears because the scroll of the header has not adjusted after that the dataset has changed. applying the correct scroll...
@vipinhelloindia the problem you are talking about has been resolved here https://github.com/carlonzo/StikkyHeader/commit/7e91e332ff713df7c6bfe47bb924748891d16ef9 a new version of StikkyHeader need to be released on maven.
The reason behind this PR is to understand how long a network request actually takes. Today any interceptor added after Chucker that runs expensive operations, could increase the time required...
Thanks for reviewing my PR. The reason I created it was because this level of granularity may be interesting to be added to get information regarding the health of the...
if you mean `okhttp3.Interceptor`, it cannot give you the same amount of information that `okhttp3.EventListener` can give you. And to retrieve metrics around connection duration, dns duration and ssl connection...
Sorry for the delay, but somehow I didn't see your reply. Thanks for it. For API here I don't understand what you mean. The public API has changed with a...
if I may add on this one, we currently are having same issue with Transsion devices (99% on Android 12) with pretty similar stack trace: `Cannot open database xxx Because...
thankfully I'm not alone. started seeing this on Bitrise as well from this week
honestly my issue is slightly different (`Caused by: java.net.SocketException: Connection reset by peer`). I'll bring it up with Bitrise. is just weird it happens only with the Robolectric dependencies. we...