Mykyta Sikriier

Results 7 issues of Mykyta Sikriier

I have 2 fragments per screen in FragmentPagerAdapter. Currently, I am having 4 fragments at all, 2 per screen and one swipe move only to next fragment, making it look...

Good afternoon, I create TreeNodes with custom TreeViewHolder, that has delete button. I want to delete elements from list. AndroidTreeView is a view for alert dialog. Can I somehow dismiss...

Consider next Gradle configuration: ```kotlin benchmark { targets { register("jvm") register("js") register("native") } configurations { val main by getting { warmups = 20 iterations = 10 iterationTime = 500 iterationTimeUnit...

bug

In docs it is specified that it is possible to create benchmarks outside of main package. However, it is not specified in terms of Kotlin Multiplatform. Maybe it should be...

enhancement
document this behavior

## Proposed Changes ### Customer related - Support for WotLK - Disabled CurseForge support - Support for catalog-0.3.0.json (depends on https://github.com/ajour/catalog/pull/4) ### Development related - Changed runners to Ubuntu 20.04,...

**Describe the bug** WowUp does not close from system tray at the top, but stays as a hidden process consuming a single CPU core entirely. Maybe it is connected somehow...

If there is a file with a class A marked as `@MappableClass` and a `typedef B = A` marked as `@MappableClass` that references class A, typedefs generated code replaces code...