Adam Laycock
Adam Laycock
The project [subscriptions-transport-ws](https://github.com/apollographql/subscriptions-transport-ws) is no longer being maintained. Based on its README graphql-ws is the recommended alternative. It would be worthwhile to exploring if graphql-ws can be integrated as-is or...
Changes: - Updated the jsdoc to correctly document the `Github.search` function. - If a `page` option is passed into `_requestAllPages`, it will only fetch that single page, instead of attempting...
Hey, I was wondering how you'd feel about adding a permissible license to this repo, since I'd like to use the code for one of my projects. Without a license...
#### Description The padding calculation for a "table collection" is incorrect for pages with a width other than 708. The renderer should allow this to be overridden. For example, your...
#### Description A few formulas appear to be broken because the wrong argument is being used to determine the `unit`. Additionally, `intervalToDuration` only returns a property if it has truthy...
Closes https://github.com/saberzero1/quartz-syncer/issues/88 `@octokit/core` is a bare bones Github API library, whereas [`octokit`](https://github.com/octokit/octokit.js) is batteries included, meaning that retry logic and throttling is baked-in. I would love to use that, but...
The setting `useFullResolutionImages` exists in the app and renders as a toggle, but it has no underlying implementation. Images are not actually resized before being synced. I'd love for this...
When performing large interactions, `updateFiles` does not respect Github's rate limit. I was attempting to update about 300 notes at once, which was all performed in parallel. which resulted in...
Add compression and resizing to image assets. The `Assets` plugin now accepts two new arguments `compressImages` and `resizeImages`. The former enables compression for image assets through Sharp, an existing dependency....