Emil Alipiev
Emil Alipiev
It should be based on UTC time not Local time. Google returns based on UTC ` return DateTime.UtcNow > this.Created.AddSeconds(this.ExpiresIn - 10); `
Amazon sign in will be great to have for those who target amazon market also. Here i will try to help when i have time later.
This fixes the issue [1281](https://github.com/luberda-molinet/FFImageLoading/issues/1281)
**Describe the bug** I have created this bug earlier and came back to see any improvement because my previous issue was closed with a commit but unfortunately result is same...
**Describe the bug** I am seeing regularly below exception in my exception logs. ``` JsonSerializationMixin.GetObject[T] (Akavache.IBlobCache This, System.String key) System.ArgumentNullException: Value cannot be null. Parameter name: source at System.Reactive.Linq.Observable.SelectMany[TSource,TResult] (System.IObservable`1[T]...
I couldn't find any documentation about it? what is it for? how should we use it?
**Do you want to request a *feature* or report a *bug*?** I think that it is not a bug but it will be nice to have an option to keep...
I am using version 6 and it was working fine without any special linker set up although i am using full linking but I migrated from packages.config to project references...
I need to get stored User in OnStart method of the App.cs using akavache in order to decide if I should navigate to Login page or Main Page. My Code...
I am not sure if that is akavache specific error or newton json. I am getting this error if get function has an empty list. Basically I am storing list...