Steve Simpson
Steve Simpson
Here's a hacked together patch that can be applied to de4db870058c37b6094bc5ccb03c9ea45708c855 [fix_parsing_for_empty_prefixes.patch.txt](https://github.com/Taywee/args/files/5782019/fix_parsing_for_empty_prefixes.patch.txt)
It's a pretty recent regression. Tested demo with Opera 46 and Opera 48 on the same box. Opera 46 was smooth, Opera 48 stuttered.
@trusktr I've reported issue [upstream|https://bugs.chromium.org/p/chromium/issues/detail?id=770545] NB. one big change that happened in Chrome 60 (I think) was the introduction of webasm. So it might be worth fishing around for other...
I agree with vkammerer. Also from a development perspective, it's not hard to wire up babeljs to transpile in the browser. So no build step.
@dmvaldman [systemjs](https://github.com/systemjs/systemjs) can use babeljs to transpile on the fly. The magic is setup via a config script that is loaded in index.html immediately after systemjs. Here's a systemjs config...
I wouldn't be so sure about the less speed point. From what I've read babeljs uses things like Object.defineProperty. This will actually speed up code in some instances since it...
Sorry all, looks like I was a bit quick off the mark. > > Eating humble pie.. yum yum ;-)
I only use ANSI colour codes, but use your [judgment.](https://en.wikipedia.org/wiki/ANSI_escape_code) I recommend looking for a FOSS VT100 terminal widget for QT. Must be a few around.. I do not recommend...
Came here looking for answers, read the thread, got good info. The conversation is fine. Not smug, just direct. Probably the main concern is making this work out of the...
I was just having a poke around in rust-install-script-sh and I noticed a short-form git-sha in the usage() heredoc "... rustup-init 1.28.2 (d1f31992a 2025-04-28) ..." Ok, so I can see...