Daniel Hillmann

Results 8 issues of Daniel Hillmann

Implements https://github.com/hilleer/vscode-yaml-plus-json/issues/53.

add "many" functions. Thanks to @porfirioribeiro for initial contribution with `setMany` functionality.

Fix https://github.com/hilleer/kill-port-process/issues/20

When importing the module (in any file) `$ tsc` fails, running out of memory with errory: ``` FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory ``` Node...

Use `files` property in `package.json` to explicit show _what files_ are included (in contradiction to `.npmignore` where you specifically exclude "some" files). This way one avoids accidentally publishing non-compiled code...

make yaml line breaks configurable when converting to yaml to override default options of [the yaml module](https://www.npmjs.com/package/yaml) used. Implements https://github.com/hilleer/vscode-yaml-plus-json/issues/306 #### Checklist - [x] Update README and config (`package.json`) with...

Provide a new flag `silent` to allow intentionally hiding (noisy) error outputs. Implements https://github.com/hilleer/kill-port-process/issues/97