James Candan

Results 21 issues of James Candan

## Problem: Several message endings do not include a carriage return. This causes the message to line up with the command line prompt like so: ``` $ php index.php matches...

I highly recommend using Cloud 9 Remote IDE (http://c9.io) for Install Fest. Students can create a free account. The students can be directed to create a Ubuntu box with which...

It would be greatly appreciated to see these new features available in the backups. This project has helped me finally grasp commerce.

Make it easy for people to set up a local environment with PHP, Apache, MySQL, and Solr out of the box.

Search API Solr 3 has been released, and 1.2 will be unsupported in December. Related to #10, I still see instructions to use Solr 7, but the current version of...

I'm having trouble getting a list of Projects and other Teamwork objects. ``` php TeamWorkPm\Auth::set(API_KEY); $projects = TeamWorkPm\Project::getAll(); ``` returns the following error: > Fatal error: Using $this when not...

Your example is that of a static API class: `API::post('/items', $this->attributes);`. Currently, my custom API client is injected into my controller and not static. This allows me to authenticate in...