Dmitry Kandalov

Results 41 issues of Dmitry Kandalov

FYI I created this repo https://github.com/dkandalov/kotlin-puzzlers which includes some of the puzzlers from this repo and some new puzzlers. In particular these two might be interesting: - https://github.com/dkandalov/kotlin-puzzlers/blob/master/puzzlers/11-exhaustive-when.kt where `when`...

I understand this is not easy to do but would be really cool : )

``` plugins { id 'org.jetbrains.kotlin.jvm' version '1.4.30' id("com.bnorm.power.kotlin-power-assert") version "0.7.0" } ``` produces this on compilation ``` Kotlin: [Internal Error] java.lang.IllegalStateException: The provided plugin com.bnorm.power.PowerAssertComponentRegistrar is not compatible with this...

If I am missing something, what is the idiomatic way to do it HamKrest? Otherwise, are there any plans to implement this (are pull requests welcome)?

enhancement
help wanted

- [ ] API to "pipe" currently selected text through command (see http://blog.mdnbar.com/why-i-prefer-vim-to-rubymine) - [ ] registerAction() shouldn't overwrite existing action shortcuts - [ ] doInBackground() should return Future or...

org.kotlin99.misc.SudokuDancingLinks.ExactCoverMatrix.Companion#toSudokuBoard does `it.header.toString().toInt()`. This should be refactored, e.g. to use Int as Node label.

Because there are really "equal to ignoring order" matchers.

The text was mostly copied from 99 scala problems and overall is too verbose. Probably it should also explain existing Kotlin API for graphs.