James Nylen
James Nylen
## Feature Request - [x] Yes, I reviewed the [contribution guidelines](https://make.wordpress.org/cli/handbook/contributing/). **Describe your use case and the problem you are facing** I'd like a more flexible way to export and...
I've implemented this on https://docs.classicpress.net. It's working well, and I've made some changes that could be incorporated upstream. However it looks like the version of this code being used on...
> `securityCheck` - Must be set so logged in users can access authorized requests. It's not clear from the documentation or the parameter name what this is. It should be...
For example: - When I make a call to an endpoint, how do I get the results? - What format are these results in?
After #173 and #175 Classic Commerce should be able to prevent a user from causing fatal errors by trying to activate both CC and Woo at the same time **from...
It might be a good idea to have some automated help tracking changes that CC has accepted from WooCommerce. For ClassicPress this needs to be a custom tool, since WordPress...
As proposed at https://github.com/ClassicPress-research/classic-commerce/issues/194#issuecomment-577268493 - PHP 5.6 has been unsupported for a while now, though that doesn't mean that people immediately upgrade. If we do want to drop PHP 5.6...
As of https://github.com/ClassicPress-research/classic-commerce/pull/190 the coding standards checks on every PR are disabled. This is because the coding standards checks run whenever a file is changed in a PR **against that...
The E2E (end-to-end) tests to check the overall behavior of CC using an automated browser are not working correctly. Example: https://travis-ci.com/ClassicPress-research/classic-commerce/jobs/278382607 In #174 they were moved to "allowed to fail"...
The automated tests related to the GeoLite / GeoIP database were disabled as part of #174. The root cause of this issue is that the GeoIP databases from MaxMind are...