Sam Verschueren

Results 126 comments of Sam Verschueren

No, not the flags, the input. For instance [dev-time](https://github.com/samverschueren/dev-time-cli). It doesn't support stdin at the moment, so this is not possible. ``` $ echo "SamVerschueren" | dev-time $ cat user.txt...

I don't see any problem in using `.catch` in your CLI if you are in need of formatting the error.

A decorator is just a function with a pre-defined set of arguments. So it should be perfectly possible.

Any progress on this one? Receiving the same error when trying to install `aws-sdk`. > file:///app/tns_modules/aws-sdk/lib/shared_ini.js:2:17: JS ERROR Error: Could not find module 'os'. `os` is a native node module...

It's `aws-sdk`, not `aws`. The readme is wrong.

Loading in an SVG, resize it and write it as PNG for example.

I don't think `conf` is a good fit for that use case to be honest. Like the name implies, and the description of the package states > Simple config handling...

Like that style as well! Would be nice.

This would be very nice! Modifying the user supplied object is a very common mistake. I made it in the past very often and probably will be in the future...

Not sure about this. On one side, I like the idea because like you say, it can only help you. On the other hand, I think there are quite a...