Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up- London
- https://dkandalov.github.io
Pinned
1,701 contributions in the last year
Contribution activity
May 2020
- dkandalov/parser4k Kotlin
- dkandalov/parsek Kotlin
Created an issue in http4k/http4k that received 3 comments
`with` is incompatible between 3.235 and 3.245
In 3.235 the code was:
fun <T> T.with(vararg modifiers: (T) -> T): T = modifiers.fold(this) { memo, next -> next(memo) }
In 3.245 it changed to:
f…
3
comments