Jamison Bryant

Results 16 issues of Jamison Bryant

This was the bug at the bottom of a well that I spent many, many days trying to diagnose. ### Description of the problem It appears that if fixture factories...

### Description ## The Problem In CakePHP, entity association properties will be null if the user did not elect to “contain” that association when the base entity was fetched from...

enhancement
ORM

### Description I am a big fan of Dependency Injection and the Service Container, and I've enjoyed taking it for a test run in Cake 4 so far but there...

enhancement

### Description I recently encountered an issue while using the `->setPattern()` method for building routes in the framework. It appears that delimiters cannot be used in regex strings provided to...

enhancement
pinned

Right now only `@uses` is supported, and it's my understanding that the semantics between `@covers` and `@uses` are different in PHPUnit. See: https://edorian.github.io/2011-11-04-An-introduction-to-phpunits-covers-annotation/ I don't believe you can have both...which...

enhancement

**Is your feature request related to a problem? Please describe.** Currently the application can only be run if you already have a web / database server set up. **Describe the...

enhancement

Continuing on the work of a community member in #17295 to add support for calling methods like `getCookieAsString()` on a ServerRequest object. This increases the convenience of accessing data on...

**Describe the bug** This plugin uses a `Configuration` class which has extended logic around setting certain configuration options the plugin needs. One such option is `SwaggerBake.json` which is a path,...

enhancement

Hi there, still using Fixture Factories and loving it after [nearly 2 years](https://github.com/vierge-noire/cakephp-fixture-factories/issues/187). I have a suggestion for a quality-of-life improvement. I believe this would resolve some very tricky edge...

### Description ## The Main Idea We should consider either forking the [league/container](https://github.com/thephpleague/container) library or developing our own container implementation directly within the CakePHP Core. This would eliminate our dependency...

enhancement