Jeff Lockhart

Results 23 issues of Jeff Lockhart

Add the ability to provide a column expression for building a count query, as well as a DISTINCT option rather than the default ALL. See https://www.sqlitetutorial.net/sqlite-count-function/

Fix the chained `join()` method in the `QueryBuilder`, which takes another `Join` as an argument to join from one table to another table which are both not the `QueryBuilder`'s `T`...

It's possible to get an `IllegalArgumentException` all the way down at the database level if a query was built using null values in any of the `WhereConditions`. The stack trace...

Fixes [KT-53362](https://youtrack.jetbrains.com/issue/KT-53362) CocoaPods source is not transferred to podspec

**Is your feature request related to a problem? Please describe.** It's currently not possible to implement coroutine actors using the coswift library in Swift code. **Describe the solution you'd like**...

Modeled after JVM's [`InputStream.source()`](https://github.com/square/okio/blob/master/okio/src/jvmMain/kotlin/okio/JvmOkio.kt#L80-L117) and [`BufferedSource.inputStream()`](https://github.com/square/okio/blob/master/okio/src/jvmMain/kotlin/okio/RealBufferedSource.kt#L142-L174), add extension functions to similarly map to and from Apple's [`NSInputStream`](https://developer.apple.com/documentation/foundation/nsinputstream).

Migrate to AndroidX and update other project settings to build with the latest tools.

Fixes https://github.com/a-tolstykh/textview-rich-drawable/issues/19

http://kynosarges.org/Tektosyne.html

**Description:** Similar to #965, except not while switching tabs, but resetting tabs with new data after view creation. Using a `StateFlow` in the `Fragment`'s `ViewModel`, which provides data for tabs,...

bug
Widget: Tab