Obsolete
Status Update
Comments
ja...@google.com <ja...@google.com> #2
Is this fixed ?
I tried this with same Compose version but new AS (2021.1.1 Beta 4), it does not recompose Child2
hm...@gmail.com <hm...@gmail.com> #3
Still no update on this? This seems to be a major deficiency of a core concept to me. I ran into the same issue, although my list's state holder is a viewmodel.
sa...@google.com <sa...@google.com>
su...@google.com <su...@google.com> #4
Lists in Kotlin are not (yet) truly immutable. They're regular Java lists behind the scenes and can be mutated by casting to a Mutable list. Could that be the reason why?
Description
Other issue tracking services, like Github or Youtrack ❤️, allow fetching their data using a Rest API. documentation there isn't one yet🤔
I understand issuetracker is still at its early form (hence its bugs and poor usability), but is there already an API that allows to read issue information using a Rest call?
Accroding to the
Use case: Our team reports over 1 issue per day and tracking them and how they affect our codebase becames problematic. With such high number of issues in Android (and its tooling) codebase I would like to have an automated toola that allows to have simplified access to the data.