Oscar Dominguez
Oscar Dominguez
I think it could be a good idea to add the topics [hackathon-starter](https://github.com/sahat/hackathon-starter) and [express-typescript-boilerplate](https://github.com/w3tecch/express-typescript-boilerplate) use to this repository: * nodejs (instead of node) * expressjs (instead of express) *...
**Sentry Issue:** [KAP-ARF](https://sentry.io/organizations/wulkano-l0/issues/2655212772/) **macOS version:** Big Sur (11) **Kap version:** 3.4.0 ``` Unhandled Promise Rejection TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received undefined at downloadWallpaper (/kap-hide-desktop-icons/index.js:88:80)...
## What does this PR introduce? - Action succeeds for `pull_request.` different from `opened` or `synchronize` ## Related issues - closes #84
## Description - Add `cache` to workflows using `actions/setup-node` - Replaces `bahmutov/npm-install` by `npm ci`. Now this GitHub Action is not necessary. Context: - https://github.com/oscard0m/octoherd-script-add-cache-to-node-github-action/issues/13 and - https://github.com/probot/settings/issues/472#event-4979789613) ## Context...
# 📓 Description Use [Octokit's throttling plugin](https://github.com/octokit/plugin-throttling.js) instead of implementing a custom implementation. # ❓ Unknowns - Do we want to get rid of all custom logic and rely on...
instead of 16.14. For consistency with other workflows using node. Relates to https://github.com/mswjs/msw/issues/1304
* To solve TypeScript issue when importing `aggregate-error` dependency (context in #245) * Undo patch changes to bypass the issue (details in https://github.com/octokit/webhooks.js/pull/270)
# Description To start defining and discussing the foundations of `Octokit namespace`. # Original messages: --- > I gave this some more thought, and I think I'd actually prefer what...
> > From your explanation seems like we should invest some more time on better typing this > > The types for this PR are correct it's our internal types...
> We should start by creating a failing test using [SamVerschueren/tsd](https://github.com/SamVerschueren/tsd) to verify that we actually fixed the problem and to make sure that we won't break it again. Is...