Miks Kalniņš
Miks Kalniņš
The current submodule pattern is good. It's self-contained. You clone/pull the repo and you're ready to install or update. Logic in config files would be nice but I think there...
@bchretien that's very good point I was also thinking about. If it was combination of CLI tool and library then you have the best of both. I also like the...
Would love to see this resolved. :(
I have a script which decodes content using `sops -d enc_file` and reads `stdout`. Then it changes the content dynamically and needs to update the original encoded file. Currently, I...
Ah, that makes sense. Thanks. EDIT: Feel free to close if this is not relevant.
I have only contributed to the `README.md` so far, but I have no objection to signing the copyright form especially if it works for any kind of contributions to Emacs,...
Email sent. I will let you know when the process is done. On Wed, 11 Nov 2015 at 23:14 Andrew Pennebaker [email protected] wrote: > +1 applied for copyright consent form....
If you use something like: ``` cli .command("", "strings") ``` ``` cli.ts 123 123 123 ``` You'll get `["123","123","123"]` But if you add ``` cli .command("", "strings") .option("-j, --json", "Output...
I can confirm 2.5.0 works, 2.6.0 does not. Looking forward to the upgrade.
I'm having similar problem where response is being truncated at 1048576 bytes when in fact it's 1237189 bytes long. I'm using default stream settings (1MB in memory).