Denis

Results 5 issues of Denis

When you try to show a preview, loading appears for a couple of seconds, then an empty window ![Снимок экрана 2022-07-01 212604](https://user-images.githubusercontent.com/80104523/176950156-a9a28857-177b-4530-ba0f-cfe11811d735.png) ![Снимок экрана 2022-07-01 212522](https://user-images.githubusercontent.com/80104523/176949999-d291bbf2-9ea9-4022-972c-8eeb32d59c0a.png) Using Android Studio Chipmunk...

Is it possible to limit the size of a resizable window?

**Describe the bug** When opening an existing theme, it is not possible to change the theme, because going to the 'custom' tab will reset all colors **To Reproduce** Steps to...

Perhaps it would be worth adding image caching to the device memory so that you can always access them without a network?

If I pass the dependency through the provide function using scope, then everything works correctly: ``` @MyScope @Provides fun provideFoo() = Foo() ``` generation: ``` foo = _scoped.get("com.example.Foo") { provideFoo()...

enhancement