Patrick DeVivo

Results 114 issues of Patrick DeVivo

See [this page](https://git-scm.com/book/en/v2/Git-Tools-Revision-Selection) for more information. Basically, it would be useful if the `commits` table could allow for something like: ```sql SELECT * FROM commits('some-repo', 'v4.0.0..v5.0.0') ``` to select only...

enhancement

Some functionality, like the GitHub functions, requires a configuration value (`GITHUB_TOKEN`) set via an env variable. It's a bit clumsy to specify this every time (`GITHUB_TOKEN=123 askgit "SELECT ...."`) and...

enhancement

Hi all! I'm wondering if it's possible to use this library in a way that "dynamically" sets what GraphQL fields are used in a query (in the actual request to...

question

Hi there! I wanted to propose adding the following badge to the README to indicate how many `TODO` comments are in this codebase: [![TODOs](https://badgen.net/https/api.tickgit.com/badgen/github.com/MinterTeam/minter-go-node)](https://www.tickgit.com/browse?repo=github.com/MinterTeam/minter-go-node) The badge links to `tickgit.com` which...

Hi there! I wanted to propose adding the following badge to the README to indicate how many `TODO` comments are in this codebase: [![TODOs](https://badgen.net/https/api.tickgit.com/badgen/github.com/SparkPost/gosparkpost)](https://www.tickgit.com/browse?repo=github.com/SparkPost/gosparkpost) The badge links to `tickgit.com` which...

Adds [this](https://github.com/mergestat/fluentgraphql) library to the README

Hi there! We're seeing a pretty consistent crash in our code that appears to be originating in the `Clone` call in libgit2 (via `git2go`). We're using `github.com/libgit2/git2go/v33 v33.0.9` and are...

Above the main repos table, maybe some things like: - Total number of repos (that match the current filters - tags and search terms) - Avg. number of syncs per...

user interface

Implement a sync type for importing data about GitHub Actions CI runs for this ticket to be completed as least from functional perspective we need to complete this other tickets...

new sync type

Implement a sync type for ingesting all the "vulnerabilities" and other data discovered by GitHub dependabot.

new sync type