Rei
Rei
it's hard to import this package because the name starts with a number  And I also want to run it in a script behind HTTP endpoints so I can...
I was using mySQL engine on AWS' RDS service and I was getting bad, inaccurate search results. However on my local machine, which was running XAMPP, the results were great...
Using Visual Studio 2019 ``` Severity Code Description Project File Line Suppression State Error RC1015 cannot open include file 'afxres.h'. WinKill C:\Users\dynam\Documents\repos\winkill\WinKill\WinKill.rc 10 ```
```var results = await feed.GetEnrichedFlatActivities(GetOptions.Default.WithReaction(ReactionOption.With().Counts().Own()));``` CMIIW but the `OwnReactions` IEnumerable i get from `results`, includes reactions from UserIds that are not the same as the owner of the FeedGroup.