Paul-Adrien Cordonnier

Results 5 comments of Paul-Adrien Cordonnier

Okay so I used a workaround in order to make it work properly. I encapsulate my CardView inside a simple LinearLayout ``` ``` I'm not closing the issue but I...

Hey, I think my bug is linked, here is the stacktrace `java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.Object android.view.View.getTag(int)' on a null object reference at org.zakariya.stickyheaders.StickyHeaderLayoutManager.getViewViewHolder(StickyHeaderLayoutManager.java:730) at org.zakariya.stickyheaders.StickyHeaderLayoutManager.getViewAdapterPosition(StickyHeaderLayoutManager.java:734) at org.zakariya.stickyheaders.StickyHeaderLayoutManager.getBottommostChildView(StickyHeaderLayoutManager.java:578)...

Sure i'll try to find some time to do it today or this week.

Hi, Not the OP but same issues, using fluent/fluentd:stable (fluentd v1.3.2 right now). It is based on Alpine not debian ``` FROM fluent/fluentd:stable RUN apk add --no-cache --update --virtual .build-deps...

Hi, I've got the same issue and fixed it. The simple fix is to revert this commit: https://github.com/fabiospampinato/cliflix/commit/9b3fd2753b281a2e8a17b0ee32bdd62700ec9ffd "On Linux, the entire string following the interpreter name is passed as...