This members-only tutorial provides the steps to filter the posts output by Oxygen's Repeater or Easy Posts to show only those published by users having the specified role.
Use Case: Show only the posts published by authors.
We shall define a custom function that takes in a user role as an argument and returns an array of user IDs matching that role. Then set this as value of author__in in a function hooked to pre_get_posts.