Iaroslav Postovalov

Results 48 comments of Iaroslav Postovalov

@aSemy edited your list to remove things that are already done.

The possible use case is Kotlin Jupyter where MathML is actively used ![image](https://user-images.githubusercontent.com/38042667/121202490-87491100-c89f-11eb-8aa0-d0112dfb10cb.png)

Неактуально, но сейчас все работает (проверил с Gradle 5.6.3). Т.к. разработчики SDK все равно игнорируют проблемы, рекомендую закрыть. @SashaMatus

Только вместо compile, естественно, лучше использовать implementation.

I think it shouldn't be in Standard Library, because 1) it doesn't require any special compiler features or inspections, 2) this feauture is implemented on the platforms (java.time for JVM,...

Here are two working Dokka generated sites set up by me: https://mipt-npm.github.io/kmath/ http://cmdr_tvis.gitlab.io/plugin-api/ Another nice example is the kotlinx-coroutines documentation site: https://kotlin.github.io/kotlinx.coroutines/

The link is broken

Depends on #43, by the way

> Those operations are not a part of `Ring` definition. We can add them if it is possible to implement them relying only on basic arithmetic operations. Otherwise, they could...

> @Shimuuar Ring does not have division. It has only multiplication. I suggest introducing new interface, something like: ``` interface DivisionWithRemainder : RingOperations { fun mod(T, T): T fun div(T,...