Brian Porter
Brian Porter
Resolves #41 by overhauling the Vagrant environment. There are a few `TODO` tags in the changed code that have been previously discussed (SQL schema for example.) The main goal here...
Frameworks like [Laravel](https://laravel.com/) or [CakePHP](https://cakephp.org/) might be able to provide some structure and convention to the project, making it easier for folks to get oriented in the code and make...
This will require a restructuring of how we store project code on servers. Basically there would be 2 (or 3) copies of a project on a "production" server at any...
Random work I started. Needs a lot of help still. Includes setting up git Large File Support though, which really **should** be standard now that it's in the Skeleton: loadsys/CakePHP-Skeleton#168
Migrated from the new skeleton's README to here, since these are things I think we'd ideally like to be able to `composer install` into any of our 3.0 projects. -...
Fixes #46 ...Potentially. I admit I haven't had time to test this locally so this is speculative. And there could probably stand to be a test too. But it's what...
I'm seeing errors in my CI builds that look like this: ```console Formatter SimpleCov::Formatter::CoberturaFormatter failed with NameError: uninitialized constant SimpleCov::Formatter::CoberturaFormatter::StringIO string_io = StringIO.new ^^^^^^^^ (/usr/local/bundle/gems/simplecov-cobertura-3.1.0/lib/simplecov-cobertura.rb:23:in `format') ``` Our ruby source...
## Summary I've encountered at least one case where the printed output from `plistwatch` is incomplete and lacking both the data type (`-int` in this case) as well as the...