John Albin Wilkins

Results 117 comments of John Albin Wilkins

I've updated the PR to match the code updates made in prep for 3.x releases.

@TrySound I've updated the initial PR description comment above to point out what the SVG 1.1 spec says about the `viewBox` attribute's importance. I would very much like to see...

@TrySound This is a fix for a bug that prevents all SVGs from being _scalable_ on all web pages. So its a bug fix, not a breaking change feature request.

Given this discussion, I created a PR to remove this plugin from the list of default plugins. #1461 In the meantime, this is the `svgo.config.js` I am using on my...

I've updated PR #1461 to fix a merge conflict. Now that `extendDefaultPlugins` has been deprecated, this is the `svgo.config.js` I am using on my website: ```js module.exports = { multipass:...

@mars-abd I'm interested in seeing the code for the "twig extension for reading json file with caching". Can you post it or a link to it?

> Maybe an option which wouldn't be very user friendly but would at least let you script things fully would be to support composer config repositories --json '[{"x":"y"}]' Just to...

I just reviewed #362 and I think a better way to think about this issue is with a "default locale prefix". For non-default locales, the locale prefix will be strings...

I created a new issue so we can discuss adding comments to `.nvmrc` without mixing that discussion up with our opinions about the code in this PR. #3336 Allow comments...

FYI, I prefer line and inline `#`-prefixed comment syntax because: * it matches most of the other dot file comment syntaxes * it should be simple to add parsing for...