Simon Owen

Results 34 issues of Simon Owen

After trying several install attempts getting: ``` ERROR Plugin load failed: hexo-broken-link-checker ReferenceError: hexo is not defined ```

Currently links to a specific file (`.vimrc`), thought it would be a minor improvement to link to the top level.

With this project no longer being supported by Shopify: ### This repo is no longer active. See README for details https://github.com/Shopify/slate#-slate---end-of-support-january-2020 I'm wondering out of all the forks: https://github.com/Shopify/slate/network/members Is...

Hi, great project thanks! 👍🏻 I'm having an issue with using the config file. I've created it in the project root and would like to use `includeStories`: `config.json` ``` {...

Wondering if it's possible to blacklist mixins or any string? For example, an `@include debug-map` might be useful for debugging, but I want to make sure it doesn't make it...

https://twitter.com/robreact/status/291604680033828865?uid=25969061&iid=am-150023031913583589483108671&nid=27+234

new feature
next release

``` story2sketch --url http://localhost:6006/iframe.html?id=button--all --output stories.asketch.json ``` Here's the full log, if it's useful: ``` ,,,,,,,,,,,,,...,,,,,,,,,,,,, **,,,,,,,,,,.......,,,,,,,,,,** ***,,,,,,,,...........,,,,,,,,*** ****,,,,,,, ............. ,,,,,,,**** *****.,,,, . . ,,,,.***** *******.,,.. ..,,.******* ******** ,. ..,...

type: investigation

Wondering if anyone has, or thought about hooking up the stylestats into a D3 chart / graph? What I'm after is for each release to see some nice pretty charts...

enhancement

Is it possible to do this please, so it counts the amount found and orders them by amount found? ``` "uniqueFontSizes": [ "10px": "20", ".67em": "12", "2.5rem": "5", "2.625rem": "1",...

enhancement

With: ``` margin: 5px + 5px; ``` I prefer: ``` margin: (5px + 5px); ``` Is it possible to check for this please?

enhancement