Jake Wharton

Results 1657 comments of Jake Wharton

Recording some out-of-band discussion points: we're looking for a word to replace "to" here since the index and fraction concepts are not intrinsic to domain of how you think of...

It's quite possible, yes! I suspect a lot of Gradle plugins fall into this trap.

I certainly acknowledge it and that it needs fixed, yes. We probably just need to issue a sort() somewhere. On Sat, Jan 11, 2020 at 12:13 AM Leo Wandersleb wrote:...

Probably * `BufferedSink.write(ArrayBuffer)` + offset/count * `BufferedSource.readArrayBuffer` + count overload * `ArrayBuffer.toByteString` * `ByteString.asArrayBuffer` (or "to"?) Currently just cheating with: ```kotlin private fun ArrayBuffer.toByteString(): ByteString { val uint8Array = Uint8Array(this)...

Legacy JS was removed. Would be nice to remove it here too for 2.0.

(I don't actually think `@CheckResult` is a good enough solution)

I'm wondering if we could still make it run synchronously but instead require a lambda which returns `R` that ultimately becomes the insert return value. So ``` playerQueries.insert("Alec") ``` before...

Yeah I meant this more as a general strategy for one-shot, non-observable queries.

For example, should the sqlite-driver have JVM, Android, and native targets but otherwise be a single artifact?

You can achieve encapsulation of these types today with existing modularization mechanisms that hide dependencies as implementation details. The hyperbole is otherwise not helpful.