Don Turner

Results 225 comments of Don Turner

After looking at the code, `force-avd-creation: true` is the same as the default behaviour so will have no effect.

Thanks both for your interest in this issue. The thinking behind this is the type of data stored in this class: ``` data class UserData( val bookmarkedNewsResources: Set, val followedTopics:...

Thanks for the suggestions. I'm inclined to leave as-is for now. It's likely that we'll store other information here in future and `UserData` is generic enough to accommodate that.

Please could you fix the merge conflicts.

I was recently looking at `ForYouViewModel` trying to understand where each `UiState` variable was used in `ForYouScreen`. It turns out that `FollowedInterestsUiState` isn't used for UI state at all. It's...

Just had a chat with @alexvanyo about this. To move this forward we need to do one of the following options: - Don't merge (just an exploration) - Merge just...

Apologies for letting this go unmerged for so long. If you could just fix the merge conflicts I will merge asap.

@Dark-Knight11 amazing, thanks.

Closing as the "People" tab has been removed (for now).

Sorry for all the back on forth on this PR. In the end we decided to remove authors as it wasn't adding a lot of user value, which makes this...