hands-on icon indicating copy to clipboard operation
hands-on copied to clipboard

Results 38 hands-on issues
Sort by recently updated
recently updated
newest added
trafficstars

I found the document is different from the actual source code: https://github.com/kotlin-hands-on/intro-coroutines/blob/master/src/contributors/Contributors.kt#L62

The called function takes a service and a request as seen a few lines above

I think it would be helpful to have an explanation / link to the docs for the external modifier - happy for it to be reworded if you can think...

- Fixes strays `\` that breaks the emitted xcode-frameworks/gradlew shell script. - Fixes disagreement in task name that would break Run Script Phase script if copy-pasted. - Provides useful error...

Two lists were displaying as paragraphs with hyphens. ![Screen Shot 2019-10-30 at 14 38 20](https://user-images.githubusercontent.com/29010/67888674-f0916b80-fb23-11e9-87b3-56cc6cc109ad.png) ![Screen Shot 2019-10-30 at 14 41 10](https://user-images.githubusercontent.com/29010/67888684-f5eeb600-fb23-11e9-9257-afbd0df5343d.png) One code display was displaying inline. ![Screen Shot...

Fix documentation to align with /src/tasks/Request2Background.kt

It is a thought sentence. "We always start new coroutines inside a scope." sounds like all we do in scope is starting new coroutines. It is also not true that...

I think for beginners, `listOf()` is more confusing than `emptyList()`. `orEmpty()` would also work.