Matthew
Matthew
Thanks for adding this issue! For what it's worth, the code related to this component is in this file: https://github.com/open-sauced/open-sauced/blob/main/src/components/Repository.jsx
@bdougie I suspect that the issue here is that the persisted query in use is tied to your identity on GitHub. When I open repos that I know we both...
I was looking at a fix for this, and I feel I stumbled on a GitHub GraphQL bug. We have some unused code at https://github.com/open-sauced/open-sauced/blob/main/src/lib/apiGraphQL.js#L375 that is *not* a persisted...
As a follow-up, this query might be something we can use, but it'll be hitting Github search fairly often. ```gql query MyQuery { gitHub { search(first: 10, query: "user:@me fork:only...
testing .take update
@git-srinivas thanks for filing this issue! In my opinion, this is related to issue #832.
@git-srinivas Thanks again for submitting the issue. I think you've put enough information in here for contributors to know what to work on. The PR you had already submitted #1215...
I got a chance to re-reproduce this tonight after #1220 landed - the situation is a little better since repo does get added in goals list when using + button...
Haven't had much opportunity to look at code for this but is it using a persisted query right now?
Hey @bdougie this might be a better issue on the API repo, but: - should submissions "by week" mean submissions in the last seven days (rather than time boxed Saturday-Sunday...