Philip Schatz
Philip Schatz
and add an `added_pullrequest_label` since those are different webhook events
In order to switch to TypeScript, GraphQL responses should also be strongly typed. This uses GitHub's GraphQL Schema combined with a GraphQL Query to produce a TypeScript definition of the...
This adds a TypeScript definition file (see `./types/index.d.ts`) for Octokat. You can test it out by doing the following: - copy the `./types/index.d.ts` file into your project by putting it...
Thanks to great feedback from folks working on the GitHub Desktop app it seems this library has gotten a bit bloated over the years. It will still take a bit...
This removes plugins that have bloated the runtime. Examples include: - camelCasing all the JSON in HTTP Responses - adding functions when Hypermedia Template URLs are found - only allowing...
If someone would like to try out a Preview API and `octokat` does not support it yet there is currently no easy way to use them without having to instantiate...
This uses the decentralized authentication chain in [local-first-web/auth](https://github.com/local-first-web/auth) to encrypt communication between peers and invite new members to the team. The chain is replicated between peers using the `Repo` class...
This adds an additional field to the Audit results object which provides an array of selectors that were found. I added it as an additional field to maintain backwards-compatibility with...
This updates all the packages and switches package.json to have looser version information in it. # Notes - custom nearley was removed - Lighthouse 6 does not support XHTML so...
See https://www.netguru.com/codestories/few-tips-that-will-make-your-pwa-on-ios-feel-like-native  specifically, something like this to make the popup point to the button in safari: ```css .popup-pointer { display: block; position: absolute; content: ""; width: 10px; height: 10px;...