Nathan Hammond

Results 61 issues of Nathan Hammond

This PR includes two pieces of information that @Andarist explained to me in issue #1403, `actions.pure()` and `actions.stop()`. However, after attempting to document (and reading the code in `interpreter.ts` for...

### Is your feature request related to a problem? Please describe. I would like to be able to control the placement of the binary within the archive separately from placement...

enhancement
triage

This PR depends on #1455. After landing we would get this fun release button: ![Release Button](https://user-images.githubusercontent.com/20542/180145135-364bf4b5-da42-4429-9aed-4e57194f54b2.png) It currently, intentionally, has a commented out load of the `turbobot` `npm` token so...

pr: fixship

### What version of Turborepo are you using? #951 ### What operating system are you using? Windows ### Describe the Bug In #951 we introduced `manuallyHashPackages` which uses system separators,...

Hello @adrg! Would you be interested in a pull request that enabled custom file system support? (e.g. `afero`)

This is a *common* source of FastBoot memory leaks. Bad Example: https://github.com/stonecircle/ember-body-class/blob/1c7f123/addon/instance-initializers/body-class.js#L23

enhancement
New Rule

The color contrast between foreground and background content needs to be higher in order to meet Web Content Accessibility Guidelines.

Opening this issue as a reminder. Will come back and fill it out. /cc @trentmwillis @nlfurniss

Check to see if `document` exists before trying to install the polyfill. This makes it safe to run in a node environment and blindly include in a build for "isomorphic"...

This is a sketch of what lockfile generation could look like at build time. Fixes #668