Michael K

Results 6 issues of Michael K

I have a task configured as follows: ``` ... watch: { 'convert-model': { files: [ 'src/ch.actifsource.cloud.model/**/*.asr' ], tasks: [], options: { spawn: true, interrupt: false, atBegin: true }, } ......

So, i am working on a small module written in JS, but I want to make it easy to use that module in TypeScript as well. It adds a wrapper...

Docs
@types

Hint: I'd suggest a major version change for this, as passing no argument now means, that it waits forever. Passing `-t`without number however leads to the previons behaviour (30s). The...

ATM setTimeout is hard-coded. However, there should be a way to disable the timeout feature, e.g. with a new option (-n, --no-timeout) I could provide a change for that, would...

While 3D drawing etc works really good on my setup, I have the issue, that the following message pops up when I try to create a drawing. The german text...

This happens, when the "options"-Object is empty: ``` tslint: { options: {}, files: { src: [ 'src/ch.actifsource.cloud.*/**/*.ts' ] } }, ``` ``` $ grunt tslint Running "tslint:files" (tslint) task Warning:...