Skip to content
View aubryll's full-sized avatar
:octocat:
:octocat:

Block or report aubryll

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. This is the Java version of NickHolc... This is the Java version of NickHolcombe's ListAdapterWithHeader which was originally wrote in Kotlin, after spending countless hours online looking for a way to add a header to my PagedListAdapter I finally found a solution https://gist.github.com/NickHolcombe/0e1c27892d6b73271f10e12268f40187 except it was in Kotlin, I managed to rewrite it in Java.
    1
    import androidx.recyclerview.widget.AsyncDifferConfig;
    2
    import androidx.recyclerview.widget.AsyncListDiffer;
    3
    import androidx.recyclerview.widget.DiffUtil;
    4
    import androidx.recyclerview.widget.ListUpdateCallback;
    5
    import androidx.recyclerview.widget.RecyclerView;
  2. Keycloak react private route that ac... Keycloak react private route that accepts a route with params, possible answer to this question https://github.com/the-glue/react-router-keycloak/issues/7
    1
    <PrivateRoute exact path="/props-through-render" render={(props) => <PropsPage {...props} title={`Props through render`} />} />
  3. skeleton skeleton Public

    Skeleton spring boot project to help you quickly setup in no time. I maintain it for one of my projects that uses Cassandra, Reactor netty and Java 14

    Java 2 1