Denis Blanchette
Denis Blanchette
This adds support for GitHub App authentication using the main class which is simpler for users (see #1855) ```python import Github github_client = Github(app_id=MY_APP_ID, app_private_key=MY_PRIVATE_KEY) ``` Also, the credentials are...
Not 100% sure if this is a bug or feature request ### Environment How do you use Sentry? Self-hosted 21.7.0 6a3c273 Which SDK and version? Python 3.8.12 sentry-sdk 1.4.1 Django...
from #117 @dblanchette finally, and let me know if you want to consider this a separate feature request, but it is connected - when you glob for schema files, i...
From a comment on #102: > Great tool! We have a very similar use case to above that would be solved by this. We have a number of common definitions...
For big schemas, it would be nice to have a table of content. It would basically be a lightweight version of the schema without the description and definitions. Each element...
As a solution to #50 , circular references are now detected and added as a link to the first seen element in the loop. However, it might be clearer to...
(Reopen broken #2965) We've been having issues with creating workflow dispatch with missing/too many arguments. When using Workflow.create_dispatch(), we only get a boolean response even though the GitHub API returns...