Aleksey Dolgiy

Results 5 issues of Aleksey Dolgiy

I have this entity in database. Running it on local env with Java 11 and without `@Transient` works nice, but running it on remote with Java 8 and without `@Transient`...

Would be very happy to have something like Dagger2 MultiBindings in Toothpick! IntoSet/IntoMap sometimes are very useful.

привет! пытаюсь работать с YaMK в проекте с Kotlin, но при компиляции получаю это: ``` Supertypes of the following classes cannot be resolved. Please make sure you have the required...

Current implementation in 'master' looks like: ```kotlin typealias ExecutorEffectsInterpreter = ExecutorService.(eff: Eff, listener: (Msg) -> Unit) -> Unit class ExecutorEffectHandler( // ... ) : EffectHandler { override fun handleEffect(eff: Eff)...