Saket Narayan

Results 163 comments of Saket Narayan

Keep in mind that the above code saves each image into a file twice -- once when Coil downloads the image and once when `saveBitmapToFile()` is called. For large images,...

> I notice that this repo is getting stale, do you want any help? PR? Yes please. A PR will be helpful.

Related: https://github.com/mattbdean/JRAW/issues/237

@KirkBushman try out my fix commit and see if it works for you?

Sorry for the late update. I was trying to investigate this more, but I haven't found anything useful. I think this problem exists for both userless and logged-in auth modes....

No, I'm using a `SharedPreferencesTokenStore`: ```kotlin val store = SharedPreferencesTokenStore(appContext) store.load() store.autoPersist = true ```

I think I've figured out the problem with logged in users. I was getting the first username stored in a token store, which is wrong. It's usually `` that is...

Re-opening this issue. I'm still seeing this problem. After some limited research, I think that the refresh token in `OAuthData` is somehow getting stored as null. If I read the...

What do you think about this: https://github.com/saket/JRAW/commit/c4169035d1d886c75c894b7c3aa2ac631f4791b6