Ani Betts

Results 325 comments of Ani Betts

The history of this method isn't Great - originally GetCreatedAt was solely for debugging purposes or scenarios where the data isn't in motion (i.e. initialization / migration type'y things). Then,...

> My concern is that as a subscriber, I may need to understand why it couldn't return a value. Null doesn't tell me that. In this case I agree we...

This is Odd, as @Sewer56 mentioned, closing the database should cause the WAL file to be cleaned up, I wonder if something is being leaked

This is probably a Bug. Can you submit a PR that adds a failing test case to this effect?

The static `BlobCache.Shutdown()` is Unsuitable:tm: for mobile apps that have a lifecycle (I would argue this is a bug). Call Shutdown on all of the Blobcaches themselves, then recreate them...

You could probably fix this pretty easy with a patch to `Reflection.GetValue[Fetcher/Setter]ForProperty` (actually, `prop[reader/writer]Cache`)

@grokys You can have a look at the implementation of WhenAnyObservable, it's pretty straightforward. You can probably write an alternate one in your app, it doesn't require any private methods

Can't compile expressions on iOS, need a fallback at least