web icon indicating copy to clipboard operation
web copied to clipboard

Guides, tools and libraries for modern web development.

Results 360 web issues
Sort by recently updated
recently updated
newest added

## What I did 1. Added configuration option to control where snapshot files are saved. I was not totally sure if the configuration of the plugin should happen somewhere other...

Negations in globs is a pretty hard syntax. We should support include/exclude patterns: ```js export default { files: { include: 'test/**/*.test.js', exclude: 'test/**/*.bar.test.js' } } ```

enhancement

## What I did 1. add config option for setting a failure threshold by percent or number of pixels 2. check this value when diffing the image, and return appropriate...

## What I did I noticed that running `build-storybook` was not reading in the rollup image plugin necessary for theme.js to load a brand image. No issues with this in...

## What I did 1. Attempting a fix for : https://github.com/modernweb-dev/web/issues/1489

## What I did 1. Updated `typescript` to 4.5.2, added `any` type to `catch(e)` statements 2. Fixed / disabled a few errors I couldn't fix - suggestions are welcome.

## What I did 1. Updated `mocha` to version 9 2. Added `es2018` entrypoints Fixes #1674 Closes #1498

This allows groups to overwrite all options from the config, but if they do not specify the property it will fall back to the one defined in the root config.

Just some grammar tweaks. ## What I did 1. Main idea is to make it clear that both the skills and code remain relevant, rather than just the skills; and...

Optional array of tagName and attribute objects, useful for extracting assets from custom tags ## What I did -1. Fixed latent issues with existing demos, and added a line to...