Richie Bendall

Results 98 issues of Richie Bendall

Example use cases: https://github.com/sindresorhus/ky-universal/blob/master/index.js#L28-L30, https://github.com/sindresorhus/electron-reloader/blob/master/readme.md#usage

enhancement

At the moment, Electron Compile only transpiles the referenced file and not the files referenced by it. How do I work around this?

Modernize the example to be easier to read and understand.

I've noticed that you have setup your `.travis.yml` file to only check for build runtime errors but you can also deploy the site if the build succeeds Just change the...

For Discussion

**Checklist** - [x] I checked [all open bugs](https://github.com/octokit/rest.js/issues?q=is%3Aissue+label%3Abug) and none of them matched my problem. **Versions** ```js +-- @octokit/[email protected] | +-- @octokit/[email protected] | | +-- @octokit/[email protected] | | +-- @octokit/[email protected]...

Status: Blocked
Type: Support

// @sindresorhus

Could [`util.parseArgs`](https://nodejs.org/docs/latest-v18.x/api/util.html#utilparseargsconfig) be used instead of `yargs-parser` when targeting Node.js 18?

### Feature Proposal NoSleep.js should export an instantiated class. ### Feature Use Case So it can be used without instantiation boilerplate: ```js const noSleep = require("no-sleep") noSleep.enable() noSleep.disable() ```

To properly support browsers, replace [`re2`](https://github.com/uhop/node-re2) with [`re2-wasm`](https://github.com/google/re2-wasm)

Fixes #61, fixes #55

Resolution: Refine