Paul Pflugradt
Paul Pflugradt
Do you have access to `my-input`? Then you could create a `$emit('validity-changed',this.isValid)` and where you use it: ``` html This is {{ isValid ? 'valid' : 'invalid' }} ``` ```...
How about we make 2 packages. the first focusing on sequential and parallel shell execution (name maybe 'parallelshell') and the second focusing on launching npm tasks (grep from project.json or...
I thought about it a while, here is what I want: - one project - three cli's - the commands should be short and make no flags necessary in default...
hey, Because I needed more functionality, I created a tool yesterday. Now it is finished with unit tests but without much documentation yet. Haven't run the tests on windows, though....
I think we can agree this is a difficult topic.. we only have 1 line, no syntax highlighting and `'` as an indicator for nesting. With `npm run` we can...
hey, I published this packages under `icomoon-free-npm` to not block the name for @Keyamoon. Here is the package.json I added: ``` json { "name": "icomoon-free-npm", "description": "'icomoon-free' repository with package.json...
hey, I created a config file processor: [imagemin-manager](https://github.com/paulpflug/imagemin-manager) current syntax: ```js // imagemin.config.js module.exports = { from: ["resources"], // no globs allowed to: "deploy/resources", process: { ico: "copy", // will...
Nice tool your created. I would advise to do the inlining in the end in node with [cheerio](https://github.com/cheeriojs/cheerio), which you already depend on.. ```js const rootOuterHTML = (await DOM.getOuterHTML({ nodeId:...
Are you using webpack 2 or babel - loader? You just need to require the style in your main.