Roy Revelt

Results 26 issues of Roy Revelt

Here it is how it looks on my mac: ![screen shot 2016-08-29 at 17 24 06](https://cloud.githubusercontent.com/assets/8344688/18058710/8518dd4e-6e0d-11e6-9b31-55be3dad2dba.png)

I have libraries that **programmatically** run multiple assertions within each unit test. For example, I would generate an array of all the possible combinations of a settings object, then `.forEach`...

enhancement
low priority
scope:reporters

Async & Perf book has: This function is passed two function callbacks that act as... I believe this needs rewording.

for second edition

Related to #64, we should remove all UMD and iife-related code and leave it for **Rollup** to produce UMD, CJS and EMS builds. Along the way, we could rebase the...

- `@testing-library/jest-dom` version: current master branch, I guess 5.14.1 - `node` version: v12.13.1 - `npm` (or `yarn`) version: 6.12.1 ### Relevant code or config: Just branch off the current `master`...

CSS spec says: > Media conditions can be grouped by wrapping them in parentheses () which can then be nested within a condition the same as a single media query....

bug
parser

Is there a way to minify all HTML files recursively in a given folder? The following does not work: `minimize --output public/**/*.html public/**/*.html`

## 🚀 Feature Proposal For backwards compatibility with SVG 1.1 (https://developer.mozilla.org/en-US/docs/Web/SVG/Element/title), we must put `` as the first child, no matter the order it originally comes in. ## Motivation It...

feature request 🙏

## 🚀 Feature Proposal Consider setting `role="img"` to ``. ## Motivation Because out-of-the-box, Illustrator and many others don't add it, and developers have to do it manually. ## Example >...

feature request 🙏

## 🚀 Feature Proposal Prepend random, set string to each `id`, so that they're unique per this SVG. ## Motivation When you export multiple SVG from let's say Illustrator, you...

feature request 🙏