We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Following up on #112, we should:
Some initial thoughts on refactoring
Technically, user{i} could be item{i} and we could extract the TempStream as a ContextStream to be shared between users, repos, and orgs streams
Some pseudo code of what I am thinking about:
ContextStream(request_records, request_body) -> [request_body_reponses] repo: request_records = [{repo, org}] request_body = "{nameWithOwner, databaseId, id: nodeId }" users request_records = [{login}] request_body = "{login, databaseId, id: nodeId }"
The text was updated successfully, but these errors were encountered:
#117 is related, and actually makes this refactoring a bit harder because of limitations in the github API.
Sorry, something went wrong.
Quick note/heads up, we also need to differentiate Bots. The current implementation does not work if a bot is specified in the list of user_usernames
No branches or pull requests
Following up on #112, we should:
Some initial thoughts on refactoring
Technically, user{i} could be item{i} and we could extract the TempStream as a ContextStream to be shared between users, repos, and orgs streams
Some pseudo code of what I am thinking about:
The text was updated successfully, but these errors were encountered: