Zach Klippenstein

Results 114 comments of Zach Klippenstein

Very cool! Would love to have a runnable sample that shows this off. Would you be interesting in posting a PR?

That would be great to start, yes. We can iterate and build more complex samples if they seem useful.

It seems like it would be appropriate for all the time based operators to use the standard library's new Clock API, since it's already multiplatform and uses the correct time...

You're basically just describing all the benefits of using coroutines _without_ `runBlocking` as @qwwdfsad suggested. Coroutines are designed to work that way when used correctly on platforms like Android that...

You can still use dependency injection without exposing to your consumers. E.g. an internal primary constructor that takes a Dispatcher, and a public secondary constructor that provides a default value....

Another potential approach to this problem, which still avoids overriding global singletons, would be to bake something like what is proposed [in this article](https://codingwithmohit.com/coroutines/custom-coroutine-context-uses-cases/) into the standard library, and change...

> should such a feature ever have the misfortune of existing, I hope it's not trying to care about performance. Damn, I was really looking forward to the blog post...

There are some examples on [this issue](https://github.com/Kotlin/dokka/issues/157), but it all looks very hacky.

@eneko It works! Still need to pass in `-sdk iphoneos` though, without that it just generates the README still. Thanks for fixing so quickly. Will you be publishing v0.6.0 to...

I've run into this a couple times, documenting sets of types with multiple generic parameters each, would be very useful to be able to use links when describing the relationship...