Alec Larson
Alec Larson
Note: All plugins whose `name` matches `vite:*` are excluded from resolution of CSS imports. Any instances of `@rollup/plugin-alias` are also excluded (use `resolve.alias` instead).
### Description Use `escalade` (already in the lockfile) to find the nearest `bump.config` file, since `c12` doesn't support it. The lockfile wasn't compatible with the latest PNPM, so that's been...
### Clear and concise description of the problem It seems only the working directory is checked ### Suggested solution Check each parent directory for until a config file is found...
``` brut.androlib.AndrolibException: brut.common.BrutException: could not exec (exit code = 1): [/var/folders/9p/k7vwjbvj5qz6xbp6hn52mk540000gn/T/brut_util_Jar_114139953841027883445031710942778052214.tmp, p, --forced-package-id, 127, --min-sdk-version, 28, --target-sdk-version, 33, --version-code, 493450267, --version-name, 291.0.0.31.111, --no-version-vectors, -F, /var/folders/9p/k7vwjbvj5qz6xbp6hn52mk540000gn/T/APKTOOL12104384423043456691.tmp, -e, /var/folders/9p/k7vwjbvj5qz6xbp6hn52mk540000gn/T/APKTOOL303456030424436580.tmp, -0, arsc, -I,...
A common method of cache-busting is to include a "short hash" in the filename.
### Summary When Prettier v3 uses dynamic import [here](https://github.com/prettier/prettier/blob/20ab6d6f1c5bd774621230b493a3b71d39383a2c/src/index.cjs#L3), it triggers an error that seems to be related to Node's ESM loader. ### Github Repository to Reproduce Issue You should...
Fixes #3292 When `ignoreAttributes` is true, validation of JSX attribute values is skipped. ## Todo - [ ] write docs
This adds the `stylelint.run` option with possible values of `onType` (the default) and `onSave`. The `onType` value exhibits Stylelint's current behavior. The `onSave` value prevents validation until the document is...
I want to open a new tab in an existing window of a `Launcher` instance. Any guidance here would be awesome :)