Arjen

Results 12 issues of Arjen

by sorting the results alphabetically before applying the weights the results are ordered in a visually logical way. **Type of change (check at least one)** - [ ] Bug fix...

could be nice to be able to override the default port number when initially starting the server. I have more than 1 imac, so in theory it might be useful...

it seems there is a `~/config/configstore/update-notifier-stop-server.json` file saved which I have to manually remove when I uninstall the package. The rest of the package is removed, this file I have...

consider this example: ``` html ``` The first svg is used as a spritesheet, and the svg inside the button uses that spritesheet to show the circle. ``` js delegate.bind(document,...

this speeds up subsequent tests, but needs a built studio before tests can run. Also somehow has conflicting studio theme providers that needs to be fixed first.

if there is a pugdoc output file, we could use that to speed things up: # 1. Full pugdoc document Cache whole document and check if it's completely the same....

add the ability to wrap pug code around examples, for each example separately and globally: ```pug //- @pugdoc name: Foo wrap: | div.wrap examples: - | span 1 - |...

Maybe move the tasks/lib/stripmq file to a separate npm package so it can be used for grunt/gulp/broccoli etc.

let Design Manual only do the generating of components, let Vuepress handle the pages. * [ ] Add copyable [vue single file component](https://vuejs.org/v2/guide/single-file-components.html) for embedding components * [ ] Add...

if we add an option to alter the components data feed before rendering components and pages, we could for example concat multiple components that share the same name, or decide...