gitlost
gitlost
Part-addresses issue https://github.com/bwipp/postscriptbarcode/issues/54 for `ean13composite`, adding new option `usematrix` (set if `dontdraw` set) that creates a `pixs` array containing the composite, separator and linear, the latter multiplied out by 72...
See https://github.com/wp-cli/search-replace-command/pull/62#discussion_r167445807 The `WP_CLI\SearchReplacer` class now takes a load of args on construction which just mirror those being set in `Search_Replace_Command` which doesn't make much sense to me. I think...
Originally from @killown https://github.com/wp-cli/wp-cli/issues/4621 It would be useful for performance reasons to be able to add/update multiple key/value pairs in `post meta add` and `post meta update`. See also https://github.com/wp-cli/wp-cli/issues/4616,...
Add handling of new Zint API >= 2.7.0 for Zint backend and use latest version (2.12.0) by default (fixes #86 and #160, subsumes PR #164). - hack "FindLibZint.cmake" to use...
Currently a package is determined to be a git only if the `.git` extension is present. If given a standard github url like `https://github.com/wp-cli-test/repository-name` (or its ssh equivalent) without the...
See https://github.com/wp-cli/package-command/pull/60#pullrequestreview-85985229 Composer supports being run non-interactively so it could be useful to have an option to set this. In particular it would avoid getting prompted for one's ssh password...
See https://github.com/wp-cli/package-command/issues/59#issuecomment-353336589 An option to not bother checking for updates to packages would be useful to avoid `GITHUB_TOKEN` and Composer auth issues like the above and is sometimes all one...
Adapted from ZXing (props Alex Geller) - maybe 80% slower depending on data & stack heavy but does improve some outcomes when FNC1s present (GS1 or manual) although not much...
Latch/unlatch extended on 4 chars instead of 5 for better encodation in certain cases (and no pessimizations found so far), part addresses PR #272, props lyngklip Also fix masked extended...