Boris Kachscovsky
Boris Kachscovsky
How can I capture suspended function arguments? Suppose I have a function: class DatabaseRepository { ... suspend fun getPosts(success: (List) -> Result, error: suspend () -> Result) : Result ......
In the `CalendarItem` there is an `isSelectable()` method. It currently does not tell you whether the item is selectable, and instead tells you if it IS selected. It should be...
Is it possible to get a list of the children for a given header?