Robin
Robin
Add a `package.json` to allow `npm` support.
Make `Blob.js` a proper module.
The config in `action.yml` overrides any previously set node version (e.g. via `actions/setup-node`): https://github.com/cypress-io/github-action/blob/ffbc3616ae4754115d05d414810ff4a8e48fc6de/action.yml#L87 This causes failures if the project requires a more recent version, or it depends on a...
Change the old v2 references to v3. Add advice for using a specific node version.
https://github.com/SBoudrias/Inquirer.js/blob/f14ecd77386edfcb7340c667d804867295cbcfda/packages/inquirer/lib/ui/prompt.js#L66 It would be useful to be able to have nested sessions. Sadly the `SIGINT` closing method means this isn't possible, as any `BaseUI` that closes will aggressively try and...
Similar to #103, but an extension. It would be great if a custom action could return a `Promise` that resolves to an array, rather than just an array. I've been...
Currently when the `/lib/hook.js` utility loads a file a SyntaxError is thrown if the target file is a shell script that includes a shebang line, i.e. ``` (function (exports, require,...
https://github.com/SBoudrias/Inquirer.js/blob/f14ecd77386edfcb7340c667d804867295cbcfda/packages/inquirer/lib/ui/baseUI.js#L17 I am I missing something fundamental, or is it completely impossible for `this.rl` to have any value at the start of the constructor? It's a shame because I think...
I've just tried to create a new `bun` project using: ```shell bun create svelte@latest ``` It seems there's a dependency mismatch somewhere, bun fails to install, npm completes with a...
So regenerate builds a set of characters and can express that set as a simple regex - have you thought about the opposite process of taking a regex and producing...