Tomer Shalev
Tomer Shalev
Show me the piece of code that generates this please
this is an Android bug. after you check the checkbox, you need to force invalidation on the view. try using one of the invalidation calls of the view. if it...
Thanks I will go over this the next couple of days
@vladimirarevshatyan have you tested it ?
cool, have a look at this too if you have time https://github.com/HendrixString/Falcon/tree/master/src/com/hendrix/feathers/controls/flex this is a prototype written back then on top of feathers to enable Flex-like components, something that I...
sure, if you need help with integration, you can use me for this task. this can be a very nice feature for Starling (;
@yahiaboudah Maybe try updating webpack ?
@jjzazuet will definitely check that, i will keep u updated
hi @Carpetfizz I may have a solution for you, but first read why we made the `Vertex` class instances unique. the hash is not exactly random id. It is an...
@Carpetfizz yeah I see. because we wanted to support multi-edges, i.e - multiple edges on the same two vertices, no two edges can be the same, even if they may...