Saamer Mansoor

Results 120 comments of Saamer Mansoor

We might be in business thanks to the Highest DotNet contributor on StackOverflow! I added this code after line 184 of NewCombinedFeedSource & I was able to update the RSS...

Alright, maybe we should close this since the final approach was different from what I took in #721, and it's also quite messy

So based on the discussion and my analysis, if we make the following change in the [PreviewViewModel](https://github.com/planetxamarin/planetxamarin/blob/0737b86efaa8c7cb5c9a7921947f57ed16e033ea/src/Firehose.Web/ViewModels/PreviewViewModel.cs#L87): ``` var titleSuffix = string.IsNullOrEmpty(author.TwitterHandle) ? string.Empty : ", by @" + author.TwitterHandle;...

Let me know if you guys are ok with that or I can [update my PR](https://github.com/planetxamarin/planetxamarin/pull/674) for this @Cheesebaron @jamesmontemagno @lothrop

@Cheesebaron ah yes you are right. I just realized that it's a lot more complicated while trying to fix my PR. You'd basically need to create a `GetTwitterHandle()` and iterate...

Hey @sthewissen ! Thank you for tagging me! Yes I would love to try to help. How did you try to test it?

@sthewissen Yes lol. There's a SEPARATE section for testing https://devblogs.microsoft.com/xamarin/android-in-app-reviews/#testing

I added more testing notes here in the README: https://github.com/jamesmontemagno/StoreReviewPlugin

@MentYy you have to share the error logs. Most likely its an issue with the size of the thumbnail image being too big. It's a common android issue, but it...