Luca Cherubin
Luca Cherubin
I've found a bug that happens when you try to skip a multiple-select prompts. The problem happens here: https://github.com/enquirer/enquirer/blob/8d626c206733420637660ac7c2098d7de45e8590/lib/types/array.js#L508 When the prompt has to be skipped, the `this.state._choices` is not...
**Is your feature request related to a problem? Please describe.** I was trying to import an image into xournal, but I only needed a portion of the image. I couldn't...
…quest and configure it using the file.upload.maxSize property
Currently, in the README is possible to see an example of a colorized pretty-printed output. This is very cool, although it would be useful for someone stumbling upon this library...
Currently, it is possible to add custom self-hosted runner labels to the runner-label checker using the following configuration: ```yaml self-hosted-runner: labels: - private-runner-label1 - private-runner-label2 ``` By default, the self-hosted...