Chris Barber

Results 33 comments of Chris Barber

I approve this. With that said, I don't love Node.js's .mjs extension and once we get the Titanium CLI moved to ES modules, we can probably set the package type...

Yes, we know. Here's the new boilerplate copy we will add to all projects' readmes: https://github.com/tidev/organization-docs/blob/main/BOILERPLATE_README.md. Despite having the copy written, we cannot add it to the readmes yet as...

I spent hours debugging my app to figure out what was throwing an empty string and why. I get that `ctrl+c` will reject the prompt promise, but it would be...

When you press `ctrl+c`, the keypress event handler calls [`Prompt.keypress()`](https://github.com/enquirer/enquirer/blob/2.3.6/lib/prompt.js#L36-L47): ```js async keypress(input, event = {}) { this.keypressed = true; let key = keypress.action(input, keypress(input, event), this.options.actions); this.state.keypress = key;...

Yeah, nomnom has been dead for a long time. The plan is to carefully merge the Alloy CLI into the Titanium CLI and thus this will no longer be an...

1. I would prefer the check happen async while the actual command runs, then display the results AFTER the command runs 2. We must disable the output when outputting JSON...

I've taken time to read through this PR and all of the comments. It seems we all have strong opinions on the matter. For starters, regardless of implementation, I strongly...

I agree with @m1ga. As stated before, I would not like to see a donation link in the CLI. However, if we add a donation link to the CLI, we...

Agreed! I could really use this functionality too. I'll add it to my radar and see about putting some time into it, but no promises. :)

`ioslib` is not "stable", but there are also no planned API changes, only the possibility of additions.