Matt Stow

Results 21 issues of Matt Stow

Notice how the top \ of the dog's left is too far in, and the bottom / of the circle patch and the bottom '. doesn't look to be in...

In ES6, you can specify default parameters for functions as described here: https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Functions/default_parameters Sublime and DocBlockr support them well. For example: ``` js /** * [description] * @param {Number} maxPosts...

es6

The touch events don't work on Windows 8 touchscreens or Windows Phone. It would be great to add support for these

Using classes like `left` and `right` means it's not RTL friendly, as they're the opposite. This is why the values are `flex-start` and `flex-end`

As best practice, to support server-side rendered pages that don't rely on JavaScript, all ``s should be inserted before the closing ``. Currently, there is only one `inject` front-matter variable,...

## Summary: Multiple `` boxes whose options have the same value, or whose options have no value, will change the value for another `` box if it is tapped without...

Some devs use a combination of `linear-gradient`, `-webkit-background-clip` & `-webkit-text-fill-color` to create gradient-fillled text, like so: ``` css background: -webkit-linear-gradient(#000 0%, #f00 100%) repeat-x; -webkit-background-clip: text; -webkit-text-fill-color: transparent; ``` Unfortunately,...

## Summary: iOS doesn't wrap placeholder text in textareas - it just keeps it on one line and crops whatever doesn't fit ## Platforms: Tested in Safari on iOS 5.0.1...

When using `q-r-data`, quench incorrectly makes the original object reactive with Vue observers etc. ```js window.foo = { bar: true }; ``` ```html ``` will results in `window.foo` being given...

Currently, `$hu-opacity-types` and `$hu-scale-types` use scale values like `50: 0.5`, but should they use percentages like `50%: 0.5` like `width` etc? Would that be clearer?

question
breaking change