Results 6 comments of Evelina Vrabie

Hi, this crash is still happening. I'm using the StaggeredGridLayoutManager. It is happening when my adapter calls notifyItemRangeRemoved() then notifyItemRangeInserted() (with notifyDataSetChanged() works OK). Going through the stack, the problem...

Also a couple of other things I changed, in my quest to fix the crashes (https://code.google.com/p/android/issues/detail?id=77846, https://github.com/lucasr/twoway-view/issues/134). I might have got them wrong because I was in a hurry, but...

I have the same issue. Any thoughts?

Hi, I'm having a similar issue where on iOS 12, the app isn't picked up from Universal Links. I checked and the `apple-app-site-association` is in place but only Safari opens...

Can you give an example on how to use this patched version with `Authorization Bearer` pls? I opened a new bug to `typescript-rest` because the boilerplate project and the documentation...

I use this in my `package.json`: ```json "scripts": { "build": "npm run clean && tsc && npm run swagger", "dev": "tsc-watch --onSuccess 'npm run swagger' --onFirstSuccess 'npm run dev-server' |...