Václav Slavík

Results 318 comments of Václav Slavík

Similarly, https://github.com/wp-cli/i18n-command/blob/main/src/ThemeJsonExtractor.php wp-cli issues: * https://github.com/wp-cli/i18n-command/issues/224 * https://github.com/wp-cli/i18n-command/issues/163

Appears to be duplicate of #79 — see discussion there. It's not as simple as remembering last location — that would break working with multiple unrelated files. Is this same...

> @vslavik knowing you, I'm guessing this is intentional (probably to make sure the user doesn't accidentally backspace some of their actually-inserted-text?) Not really. It is a consequence of how...

This doesn't seem to be a *xmlwrapp* issue, is it? It just runs `bkl` as provided, so it's a matter of having the correct shebang in the `bkl` binary, no?...

I see. Seeing how the script does so much bkl-specific things, wouldn't the simplest fix be to do ``` sed --in-place -e 's,/usr/bin/env python,/usr/bin/env python2.7,g' bakefile-${BKL_VERSION}/src/tool.py ``` in the script?

> Unfortunately, I'm not qualified to review this and I don't use CMake myself I'm in the same boat. What I can say is that I would prefer to have...

> @vslavik Could you please explain here/to me what do you think the issue in wxGTK is? I might have missed this being already explained elsewhere, among all the comments...