Pavel Mikhailovskii

Results 6 issues of Pavel Mikhailovskii

In the wiki you explain the difference between the two implementation comparing O(log2 n) and O(log32 n). I'm afraid, you don't understand the idea behind the Big O notation. By...

enhancement
Help Wanted / Good First Issue

When I try to build microbean with skipClusterTests=false I get the following error: ``` java.util.concurrent.ExecutionException: io.grpc.StatusRuntimeException: UNKNOWN: Get http://localhost:8080/version: dial tcp [::1]:8080: connect: connection refused at com.google.common.util.concurrent.AbstractFuture.getDoneValue(AbstractFuture.java:476) at com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:455) at...

investigation

This issue is for discussion of [the proposal](https://github.com/Kotlin/KEEP/blob/master/proposals/break-continue-in-inline-lambdas.md) to support non-local `break` and `continue` inside inline lambdas in Kotlin. Proposal PR #327.

This issue is for discussion of [the proposal](https://github.com/Kotlin/KEEP/blob/references-to-synthetic-java-propertes/proposals/references-to-java-synthetic-properties.md) to support references to synthetic Java properties in Kotlin. Proposal PR #329.

To reproduce type `val x = emptyA` Expected: autocompletion combo contains `emptyArray ()`, which inserts `emptyArray()` and puts the cursor between the angular brackets Actual: the combo contains `emptyArray()` which...

bug
REPL involved