Eugene Popovich

Results 16 issues of Eugene Popovich

I have a model definition like this ``` @Entity public class Item implements Persistable { @Key @Generated long id; @ManyToMany(mappedBy = "parentId", cascade = {CascadeAction.DELETE}) @JunctionTable(type =ItemsRelation.class) Set childrenItems; @ManyToMany(mappedBy...

bug

Allow integration with Android Studio at Windows platform when WSL (Windows Subsystem for Linux) is used By default the plugin doesn't work at Windows environment. WSL adds possibility to call...

https://github.com/yfujiki/Android-DragReorderSample/blob/2fbfa4f425917e544ed580231be2370b6d1767da/app/src/main/java/com/yfujiki/android_dragreordersample/MainActivity.kt#L87-L95 Imagine you move items from 0 position to 1 - First your remove items at 0 position - Then you add item again to 0 position such as to...

If i use scrollTo to the one of the last item mMaxX is not calculated properly. This causes problem in scrolling to right (it can't be fully scrolled)

If you scroll to a big distances for examle to right and lets say there will be 100 views to scroll all they will be created in the fillRight method...

**Describe the bug** When i try to encode generic data to the JSON element using `ContextualSerializer`, the following crash occurs ``` Empty list doesn't contain element at index 0. java.lang.IndexOutOfBoundsException:...

bug
design
runtime