Dan Rose

Results 238 issues of Dan Rose

How should I update the version of corepack? Since corepack is installed system-wide with Node, it's likely that existing installations (like my Windows machine) will have outdated versions. For example,...

`corepack use` and `corepack up` add build metadata to the version, resulting in a semver string that doesn't match any released version. e.g. `"packageManager": "[email protected]+sha256.c362077587b1e782e5aef3dcf85826399ae552ad66b760e2585c4ac11102243f"` The actual version is simply...

Calling `corepack` or `corepack --help` shows help for e.g. `corepack install`, but does not suggest the shimless aliases, namely: - `corepack npm`, `corepack npx` - `corepack pnpm`, `corepack pnpx` -...

The command `corepack use` requires specifying a version. e.g. `corepack use 'yarn@*'` This command should allow simply `corepack use yarn`.

### Clear and concise description of the problem I'm using `computedAsync` with the `evaluating` flag to show a visual indicator. When the dependencies of the is async function change, the...

enhancement

Fixes a build error seen here: https://github.com/oven-sh/bun/issues/6302 **Prior to creating a pull request, please follow all the steps in the [contributing guide](https://github.com/GoogleChrome/workbox/blob/v6/CONTRIBUTING.md).** Fixes #_issue number_ Fix a crash when checking...

### 🔎 Search Terms keyof, string, record ### 🕗 Version & Regression Information - This changed between versions 4.4.4 and 4.5.5 ### ⏯ Playground Link _No response_ ### 💻 Code...

Needs Investigation
Has Repro

### 🔎 Search Terms Array type define crash ### 🕗 Version & Regression Information - This is a crash ### ⏯ Playground Link https://www.typescriptlang.org/dev/bug-workbench/?noLib=true#code/PTAEAEDsHsBkEsBGAuUAXATgVwKYCg0BPABx1AEEMMBDQgHgBUA+UAXlAYG0BdAbjyA ### 💻 Code ```ts // @noLib:...

Bug
Help Wanted
Has Repro

Works around crash in workbox-build

#251 again I think this also fixes a pretty big bug with set, where the index would not be properly set for a multi-dimensional array. Recommend adding a test.