kotlin-tutorials icon indicating copy to clipboard operation
kotlin-tutorials copied to clipboard

Results 58 kotlin-tutorials issues
Sort by recently updated
recently updated
newest added

KTLN-373: Unit test for current date-time

Added JobStates to explore Job states. added CoroutinesScopeHierachyfor testing job cancellation and its effects on hierarchy. added module to parent module

The Kotlin Flow concept is intended to return a reference that notifies observers of changes to its value (which may be a list/collection) but here it is used as a...

triaged
on-jira

During instantiation of the `LoggingResponseDecorator`, you are logging the headers of the response. https://github.com/Baeldung/kotlin-tutorials/blob/5368ede9a9dc249366f8c83860482ba4210e63f6/spring-reactive-kotlin/src/main/kotlin/com/baeldung/logfilter/decorator/LoggingResponseDecorator.kt#L29 At that point the headers may not be initialized or fully committed. Besides, if I wanted...

triaged
on-jira

KTLN-382: Unit tests for Removing Whitespaces