Oleksandr Karaberov

Results 4 comments of Oleksandr Karaberov

Can someone tell the status of higher kinded polymorphism in Rust? When will this feature be added to the language approximately? I read related issue but nevertheless couldn't find any...

@Atsky Thanks! Specifying /usr as GHC SDK path helps a lot.

Have the same issue. Any ideas how to fix this?

Ok. In my case I managed to fix this by disabling scrolling to top in `SLExpandableTableView` here: `[self scrollToRowAtIndexPath:[NSIndexPath indexPathForRow:0 inSection:section] atScrollPosition:UITableViewScrollPositionTop animated:animated];` or just disabling animation will also work.