-
This should be a gradle plugin!
-
Would be nice to see requests as loading resources (spent time, request, response)
-
@artem-zinnatullin, you've mentioned once in #48 that WAIL has bad architecture. So may be it's time to improve it using tools you listed?
Or it's not the part of your plan for WAIL? :)
-
Methods `Prepared*.object` have collision with kotlin `object` reserved word. It's kind of ugly be calling this way
`storIOSQLite.delete().`object`(toDelete)`
-
Hello,
I've noticed that when using the `StorIOContentResolver` API, all emissions triggered by a contentResolver notifications come back on the same thread, so doing a long running operation on the …
-
-
Possible?
I.e:
```
@DatabaseField
double lng;
```
-
`Lazy` should be computed only after `lazy.get()`.
For example:
``` java
storIODb
.get()
.lazyListOfObjects(User.class)
.withQuery(User.ALL_USERS_QUERY)
.prepare()
.createObservable()
.d…
-
1. I think it will be helpful to have in `LowLevel` getter for underlying `sqLiteOpenHelper`.
The same thing has been already implemented in `StorIOContentResolver.LowLevel` and it can solve proble…
-
What are your thoughts on this feature? Would be happy to implement it.