Łukasz Nojek
Łukasz Nojek
As can be found, [GetSearchTweetsV2Query](https://github.com/linvi/tweetinvi/blob/8b95830d9d/src/Tweetinvi.Controllers/Search/SearchV2QueryGenerator.cs#L24) uses `/2/tweets/search/recent` API, which according to the [docs](https://developer.twitter.com/en/docs/twitter-api/tweets/search/api-reference/get-tweets-search-recent) includes only past 7 days. There is available API `/2/tweets/search/all`, but it is not used anywhere in...
Hi, I noticed that Twitter's API v2 accepts media field `variant` in parameters (which is missing in https://github.com/linvi/tweetinvi/blob/master/src/Tweetinvi.Core/Public/Parameters/V2/TweetsClientV2/TweetResponseFields.cs#L32) and that after running the following code: ```cs var fields = new...
Show which repos share which commits. A table or graph?
* https://getbootstrap.com/docs/4.0/components/modal/ * https://github.com/settings/tokens
Originally, `MaterialSkinManager` accepted either a light or dark theme, both being predefined. There was no option to customize the themes or have a different background color of the window (none...
### Checklist - [x] I have filled out the template to the best of my ability. - [x] This only contains 1 feature request (if you have multiple feature requests,...