James Candan

Results 32 comments of James Candan

Back in May, it seems an upgrade to search_api_solr 3.x was [explicitly removed](https://github.com/AcroMedia/commerce-demo/commit/20e388663bdf222d10eb4dcdb69d710ec5ccb4d2). I would venture to guess that it was not yet ready, but is probably ready now?

Awesome, yeah I finally saw a glimpse of that in examples/save_data.php. I missed it because I saw 'build' and thought that was another CREATE example. So, I do have one...

See https://github.com/semantic-release/semantic-release/discussions/1937#discussioncomment-6568939.

See https://github.com/semantic-release/semantic-release/discussions/1937#discussioncomment-6568939.

Also, we may want to note in the documentation how one can open an empty folder in a workspace. I have to admit, though I use VS Code daily, I...

You might consider adding the ability to define custom output formatters (See #1349).

Since this is already built on top of PHPUnit, would it be possible to use https://github.com/nikeee/phpunit-tap?

The nikeee/phpunit-tap outputs TAP compliant reporting. However, **it currently _does_ include PHPUnit output as well**. I suspect this may be causing the test runner to fail. According to nikeee/phpunit-tap/issues/31, >...

Okay, https://github.com/nikeee/phpunit-tap/issues/31#issuecomment-2646650518 makes a fairly good case that TAP should be able to deal with other output. So, if we do find this to be the cause of the failure,...