Lloyd Brookes

Results 14 issues of Lloyd Brookes

Is there any documentation for this library?

Support positional args, similar to what is [available in argparse](https://docs.python.org/3/howto/argparse.html#introducing-positional-arguments).

enhancement

When parsing an `argv` value of `-1` (minus one), if an option definition with an `alias` value of of `'1'` exists then parse `-1` as that option. If the option...

enhancement

Currently, you must include a space between short option and value, i.e. ``` $ example -i Filename.sh ``` To be more like [getopt](https://www.gnu.org/software/libc/manual/html_node/Using-Getopt.html#Using-Getopt), make the space between option and value...

enhancement

We should upgrade handbrake-js to use [the latest HandbrakeCLI](https://github.com/HandBrake/HandBrake/releases). Since we're upgrading from HandbrakeCLI v1.3 to v1.5 there will be a high risk of breaking changes, so this update will...

enhancement
good first issue

### Discussed in https://github.com/75lb/renamer/discussions/64 Originally posted by **princebhanwra** April 5, 2023 Currently, when we rename, it halts the complete process if the destination filename exists for any case. ``` $renamer...

enhancement

The recent breaking change to fix [this advisory](https://github.com/koajs/cors/security/advisories/GHSA-qxrj-hx23-xp82) fixes the scenario where an `origin` is _not_ specified but it _breaks_ the scenario where it is. If an `Origin` is supplied...

bug

cells containing multibyte characters like emoji or Chinese text have different widths to the others ``` | bicischio-bikes | Get real-time info on stations. Bikes | | | available -docks...

bug
help wanted

Current behaviour, notice the ansi sequence terminator (`\u001b[0m`) appears at the end of the third word after splitting: ``` > console.log(wrap.lines("\u001b[4mblah blah blah\u001b[0m", { width: 10 })) [ '\u001b[4mblah', 'blah',...

enhancement

Need a `options.NaNrank` option - same functionality as [`options.undefinedRank` and `options.nullRank`](https://github.com/75lb/sort-array#sortarrayarray-options--array-) but for `NaN` values.

enhancement
good first issue