gitlost

Results 37 comments of gitlost

Yes you might think that but extended mode only applies to "the ISO/IEC 646 value", i.e. to Code Sets A and B ASCII values, not to Code Set C double...

Well that was a bug, which PR #275 fixes. Extended ASCII should never be encoded as Code Set C digits.

The only write up really is that it's a standard algorithm, e.g. https://en.wikipedia.org/wiki/Divide-and-conquer_algorithm. I'm concerned about performance, both speed and stack usage, so I'd hesitate to use it without trying...

Here's the very simplistic performance test I used (`mode128` is the Divide-and-Conquer one, `code128` is the current): ``` 2 vmreclaim -2 vmreclaim /tot 0 def /startt usertime def 1 1...

Perhaps accepting a question mark at each prompt which then displays the expanded info (and re-prompts), as I just discovered Composer does when you update and have modified files!

Yes, say something like this: ``` wp scaffold theme-tests --prompt 1/4 [] (theme, ?): twentyseventeen 2/4 [--dir=] (dirname, ?): 3/4 [--ci=] (provider, ?): ? Choose a configuration file for a...