Dave Thomas
Dave Thomas
What do you think about a simple extension for creating `ComponentName` instances using a `Context`? ```kotlin inline fun Context.componentName() = ComponentName(this, T::class.java) ```
If you'd like to help out, please join in creating unit tests to try deserializing and serializing different types of data. If you find something is broken with one of...
The other two PRs for async function support did not work for me. The callback passed into the functions needed to be honored as an async function as well.
Sometimes when I am unzipping a file on disk I am seeing this error ``` TypeError: Cannot read property 'objectMode' of undefined at DuplexWrapper.Writable.write (/Users/davethomas/{REMOVED PATH}/node_modules/readable-stream/lib/_stream_writable.js:317:22) at ReadStream.ondata (_stream_readable.js:713:22) at...