Louis Linehan
Louis Linehan
Can I specify folders in .bumpversion.cfg?, I'm trying to use this to update all the @version x.x.x php doc block tags in specific folders in my project.
A side effect of using `ghostscript` is it now handles illustrator (.ai) and EPS (.eps) files. I need as many file types as possible supported for my project (an asset...
I have a User schema model that references itself with createdByUser/updatedByUser, and pretty much all models have createdByUser/updatedByUser. The validate function works but it's taking longer and longer (over an...
I'm trying to include the address in the company It's fine on the singular model. `/api/v1/companies/22?includes%5B%5D=address` ```php $resourceOptions = $this->parseResourceOptions(); $query = $this->project::query(); $this->applyResourceOptions($query, $resourceOptions); $result = $query->find($id); ``` But...
Paths and links need to change as it's not been updated since moving the project to the codeigniter4 packagist and github namespace. It went from louisl to bcit-ci and is...
Some are in place, need to complete the rest.
Thanks for this, may have found a minor flaw though. If you have multiple forms on one page it will only fill out the first form. To fix this I...