John Albin Wilkins

Results 117 comments of John Albin Wilkins

(Making this issue more Google-friendly as I had a hard time finding it.) The 3 global variables documented at http://twig.sensiolabs.org/doc/templates.html#global-variables are: > The following variables are always available in templates:...

I discovered this while using `postcss-url` and passing `{ to: 'outputfile.css' }` to gulpPostCSS() was ignored by the plugin.

I consider passing the options in as `ctx.options` a bug, but I can see that this behaviour is explicitly documented in the code snippet at the bottom of gulp-postcss's README:...

This is a critical accessibility bug. If we set a `id` value on a widget, we expect that value to be used in an `id` attribute in its outputted HTML....

If you look at how labels behave on built-in HTML inputs, you'll see that clicking on the label will shift the user focus to the input element. For example, clicking...

@yormy This missing feature was a deal breaker for me; I needed to test successful endpoint responses _and_ failures. I ended up writing my own Storybook wrapper around the fetch-mock...

FYI, none of the tasks you mention in this issue require the docs to be separated from the addon using a monorepo. Moving `.storybook` and `stories` into a `docs` folder...

Looks like this is being worked on in #112 so this discussion is probably moot

Mixing development, testing and doc dependencies all inside `devDependencies` is pretty common. Only the addon's dependencies are inside the package.json's `dependencies` section, so they are already separated. Just make sure...

There's a merge conflict between this PR and #21, but I will fix up whichever PR is not merged first.