Patrick DeVivo

Results 114 issues of Patrick DeVivo

The SQLite virtual table docs mention a `colUsed` field in the index information: > The colUsed field indicates which columns of the virtual table may be required by the current...

Currently, it's pretty easy to hit a GitHub rate limit when running queries that use the GitHub API tables. We could consider implementing a back-off-retry strategy to pause execution when...

https://docs.github.com/en/graphql/reference/objects#project

https://github.com/mergestat/mergestat/blob/main/cmd/summarize/commits/commits.go#L63-L70 It's possible for `author_name` / `author_email` to be null, in which case we have a `Scan` error - should use `sql.NullString` in these cases

bug

See this issue for additional context: https://github.com/mergestat/homebrew-mergestat/issues/20

Currently, GitHub API tables make GraphQL requests to the GitHub API (using [this library](https://github.com/shurcooL/githubv4)). However, we fetch _all_ columns for a table, even if they are unused in the query....

See #256 Total PRs Opened Total PRs Merged Total PRs Closed Total Authors Avg. Comment Count Avg. Commit Count Avg. Files Modified Avg. Lines added/removed (maybe all these on one...

Similar to output for `mergestat summarize commits` and `mergestat summarize blame` (in format), a `mergestat summarize repo-issues owner/repo` command: - Total issues opened - Total issues closed - Total authors...

if the `ref` is an *annotated* `tag`, output the hash of the object it is pointing to instead of its own hash. This makes it easier to deal with lightweight...

As mentioned in: https://github.com/askgitdev/askgit/pull/207#issuecomment-956167714, it would be valuable to have a way to list the available tables (table-valued-functions) provided by `askgit` and have the method documented. This [PRAGMA](https://www.sqlite.org/pragma.html#pragma_module_list) could be...

documentation