Roman Golyshev
Roman Golyshev
You can actually use `Reveal.getIndices(slide)` to get the coordinates of `slide`
I think I have found the reason: there are incompatibilities of typescript versions in gulp-typescript and typescript itself: ``` { "devDependencies": { ... "gulp-typescript": "^2.10.0", ... "typescript": "^2.1.0", ... },...
> Note: the functions on unconstrained generic receivers, such as let, apply, also, still should not be included in this list. This seems like a really opinionated requirement. Could you...
Hi @eviltak ! Have you been able to try out K2 Mode in Kotlin IntelliJ Plugin and see if the original problem persists there? As @vladimirdolzhenko said, we're currently focused...
Hi @andymagee ! We actually already have a simlar EP for callables - `KotlinAutoImportCallableWeigher` Could you please see if it is possible to extend it or introduce a new EP...
Sorry for the delay, I will take a look at it this week
Hi again Andy! I have looked at your PR and the original issue once again, and I see that in the AS you've previously used `ComposeProximityWeigher` to achieve the same...