lorenzogrv

Results 19 comments of lorenzogrv

See also https://github.com/termux/termux-api/issues/228

Oops! Just seen the following lines right now: ``` if (opts.num) { throw new Error('read() no longer accepts a char number limit') } ``` I'm closing this issue because your...

Actually `read` behaves differently when the flag `-n nchars` is set. Assume always typing `123` after the command: ``` $> read && echo $REPLY 13 13 $> read -n 3...

Nice! I would like to start adding some tests before going in the wild. It would be my first time using tap so I will pull first those tests to...

Just a comment to be notified if there are news on this. I've having a similar problem

> As stated in the readme, this version of Istanbul has been deprecated, 5 years ago already. Use https://github.com/istanbuljs/nyc @gotwarlost why don't you put this repo into read-only mode? Sorry!

Under non-typescript proyects, having both ajv on `peerDependencies` and `dependencies` it's also causing troubles. Please see #12 #47 #69 or search for 'undefined' within issues...

Same problem here. We build at CI using a dual remote builders strategy, partial code to exemplify: ```yaml - docker buildx create --name buildx --driver docker-container --use --platform linux/amd64 --bootstrap...