Jamie Mason

Results 32 issues of Jamie Mason

## Description Consider using [`rollup.watch`](https://rollupjs.org/guide/en/#rollupwatch) as it could end up simpler than using both [`chokidar`](https://github.com/paulmillr/chokidar) and [`rollup.rollup`](https://rollupjs.org/guide/en/#rolluprollup) as we are now – and `chokidar` could possibly be removed as a...

Status: To Do
Priority: Low
Type: Refactor

## Description Using ES Modules is fine, but `require` calls are behaving unexpectedly. 1. Create a file eg `/path/to/transform.js`: ```js const { a } = require('./a'); export default babel =>...

Status: In Progress
Status: Help Needed
Priority: Critical
Type: Fix

Assert `collection` Array or Object contains every key from the provided `array` of key names.

Assert `collection` Array or Object contains any key from the provided `array` of key names.

If enabled under options, display the version number next to each tool under "visible tools".

enhancement

Allow toggling display of platforms each tool is available for (osx, linux, windows etc).

enhancement

CSS Image Sprites are a really common use case for images that isn't tested currently by the comparison suite - add some to learn whether they have any characteristics that...

See http://imageoptim.com/xcode.html and http://imageoptim.com/tweetbot.html.

Raised by @ChrisCinelli at https://github.com/JamieMason/ImageOptim-CLI/issues/86. https://github.com/technopagan/adept-jpg-compressor

Needs some more thought and discussion but, as it is quite common to create indexes of values by a given key, these could be a nice way of describing those...

Priority: Low
Type: Feat