Jake Wharton

Results 1657 comments of Jake Wharton

Yeah it's being done in #5269

I definitely would not break anything for 2.0. The sole behavior change is the wrapping change, though that doesn't break anything. In 3.0 we could move deprecations to be hidden....

Remove + inform the fork is my vote.

I hesitate to call it an issue, but I don't know any other way to cleanly be reading key events while also supporting cancelation except to use a low timeout...

Native is also not working for me. Just doing ```kotlin fun main() { Terminal().interactiveSelectList(listOf("a", "b")) } ```

Yes it renders properly, it just doesn't respond to any input.

> Mime and UUID are both abbreviations, but the former is an acronym, and the later is an initialism. > > * 'Mime' is an acronym, and is pronounced as...

> Using an array of longs will have higher overhead than a regular class with two fields A small nit: on the JVM, at least, this is not true. Let's...

I think the backing property type is the largest part of that discussion. It would probably mean this waiting for `ByteString` to move from kotlinx.io to the stdlib _and_ to...

Great write-up, but there doesn't seem to be any information about the ABI of platforms other than the JVM. What's the ABI of JS, and is it blocked/require ES2015 output...