Paul Armstrong
Paul Armstrong
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the issue `aria-readonly` / `readonly` attributes for checkboxes ### Expected behavior using...
## Use case Not all projects are concerned with `gzip` sizes of artifacts. For example: native iOS and Android applications. This is a bit 2.0.0 thinking, but I would still...
# Problem Changing any of the configurations for artifacts, groups, and budgets requires re-deploy of the application. This is mostly fine for some use-cases, but when tracking large applications, modules,...
# Problem Git SHAs are 40-characters long. This make URLs annoying to look at when they get generated for CI or shared from the UI. # Solution * Add a...
# Problem There are no success stories to help others. # Solution Add a case-study style blog post that helps others get ideas on how they might set up their...
# Problem It would be useful to have a plugin that enables you to quickly get set up with a recommended MongoDB database. # Solution Create a plugin, `@build-tracker/plugin-with-mongo` that...
**Example:** ``` @media (max-width: 767px) { .wrap { shape-outside: url(...); } } ``` **Expected:** The polyfill will respect the media-query and re-calculate the shape when the media-query is in use....
**Do you want to request a *feature* or report a *bug*?** Bug **What is the current behavior?** Given a file tree: ``` src/app/modules ├── module1 │ ├── index.js │ ├──...
### Describe the bug Expected Vite's `--clearScreen=false` argument to be accepted by Vitest (not just in the config) ### Reproduction ```sh npx vitest --clearScreen=false file:///…/node_modules/cac/dist/index.mjs:400 throw new CACError(`Unknown option \`${name.length...