Borek Bernard
Borek Bernard
Two quick notes: - Prettier now [supports YAML](https://prettier.io/blog/2018/07/29/1.14.0.html). - I'm becoming a fan of [TOML](https://github.com/toml-lang/toml). See also https://github.com/versionpress/versionpress/issues/914#issuecomment-328990235.
@AllenEllis Thanks for writing this. If you find out more about `proc_close`, `proc_nice` or a way to gracefully handle missing `proc_open`, we'd be thankful for a PR 🙏.
@candrews I understand the pain :) I'm not convinced by this PR's implementation though. How about you opening a fresh PR with implementation that doesn't break CI and perhaps implements...
Also, it would be good to cover this with tests.
For reference, this is how it behaves as of 1a21fcb11b: ✅ when Workflow tests run alone: ``` $ npm run tests -- --testsuite Workflow [...] PHPUnit 5.7.20 by Sebastian Bergmann...
Thanks for the research, @pavelevap. As you pointed out, VersionPress doesn't guarantee the same database IDs between environments, in fact, they will often be different. We simply don't keep original...
Hi @candrews, thanks for creating an issue for this. It has also been suggested by @danielengelman on Gitter (brief discussion [here](https://gitter.im/versionpress/versionpress?at=5b72bfae5ec2bc174ff8d6c8) and [here](https://gitter.im/versionpress/versionpress?at=5b7d3e67e5b40332abe0a972)) so it's good to have a proper...
Thanks, @michalhisim, this is a great area for contribution! A couple of notes / pointers: - Coding conventions are checked with PHPCS (PHP CodeSniffer) with [this ruleset](https://github.com/versionpress/versionpress/blob/f20835148e0057806ce2414a05c97a498b2565e8/plugins/versionpress/ruleset.xml). It runs automatically...
I agree. Generally, workflow / sync features are only covered by WP-CLI commands right now; it would indeed be nice to have a UI for them in the future.
We spent some time chatting about this with @JanVoracek, nothing too deep or well-explored yet but to record the key points: - Storing auto-increment IDs is probably not doable. Any...