Ruslan Ibrahimau (Ibragimov)

Results 103 issues of Ruslan Ibrahimau (Ibragimov)

## Goals Support running suspend test in JUnit Jupiter: ```kotlin class Kit { @Test suspend fun foo() { delay(1000) // suspend call assertEquals(1, 1) } } ``` Currently, such test...

type: enhancement
theme: programming model
component: Jupiter
component: Kotlin

kotlin.link has all kotlin logos, conference banner, May 4th logos. Will be nice to add date based logos for: - [x] July 22, 2011 - kotlin birthday - [x] Aug...

enhancement
Web
Design

- Fetch libraries from maven repositories - Display versions, supported platforms - Dependencies and gradle metadata - Visualize dependency tree

Create per-user checklist with "Kotlin" tasks, like: - [ ] Try IR-backend with Kotlin 1.4.30 - [ ] Try IR-backend with Kotlin 1.5-M2 Tasks can be expired and become "failed"....

Current design serves well for 4 years, but it's time to implement new look for kotlin.link, with support of these features in mind: 1. Navigation (KUGs, Resources, Articles, Companies, etc)...

Web
Design

Add podcast section, search in podcasts

With Relation to: - Speakers - Libraries - Language Features

1. Introduce more localized content and links 2. Pre-select user language based on language used in browser or default to EN 3. Allow to select another language, or select all...

Web
Design

With new `Readablity` class it easy to fetch infi about link, so I can in semi-automatically mode add articles. So good reads, or reads I like to add with body...

New UI should prerender on backend, and load JS asynchronously. In JS world it's called [Isomorphic JavaScript](https://en.wikipedia.org/wiki/Isomorphic_JavaScript), but it also achievable in kotlin with MPP.

Web Next Gen