Mike Sinkovsky
Mike Sinkovsky
As Kotlin 1.3.31 now can build for 32-bit windows - I decided just switch windows build to 32-bit, and drop support for 64-bit windows, at least for now. Do not...
Need to integrate coroutines support from https://github.com/Kotlin/kotlinx.coroutines/tree/master/native and add sample similar to `timer` but based on coroutines.
For now there is almost no documentation, except for autogenerated. Any contributions will be very helpful.
**Describe the bug** `` /** Rotates paths by `amount` **radians** around (`x`, `y`). */`` rendered ``Rotates paths by `amount`**radians** around (`x`, `y`).`` **Expected behaviour** ``Rotates paths by `amount` **radians** around...
Не компилируется под i686 Доходит почти до конца, и говорит: ``` /bin/sh: line 0: cd: /e/zetes-examples/zetes/zeteswings/swt-static/windows-i386: No such file or directory ``` И его действительно нет.
Проект еще жив? :) Что-то я не понял, как создать кросс-компилятор авиана. Вот у меня есть в cygwin куча кросс-тулчейнов, все работают - как минимум генерят работающий helloworld под все...
Tests for markdown parser compliance to [CommonMark Specification](https://raw.githubusercontent.com/commonmark/commonmark-spec/master/spec.txt) Currently: - Code spans - 15 of 22 tests produce different results compared to expected by spec. - Line breaks - 13...
Should fix #1854 and #1970 Works for me, but no tests for now. Failed to find similar tests, are there any?