Craig Heydenburg

Results 58 issues of Craig Heydenburg

when composer is trying to generate autoload files I get this: ``` Generating optimized autoload files Class Windwalker\String\Tests\InflectorTest located in ./vendor/windwalker/string/Test/InflectorTest.php does not comply with psr-4 autoloading standard. Skipping. Class...

3.6

I am trying to upgrade my app to Symfony 5.3. Previously this worked in 5.2.11 with functional-test-bundle 4.4.0 and test-fixtures-bundle 1.11.2. After upgrading to most recent versions of all, I...

I'm trying to use the FormType guessing feature of this bundle, but with a DTO and not an Entity. Is this possible? I see the guessing uses the `Type` -...

question

### Symfony version(s) affected 6.4.* ### Description `enable_lazy_ghost_objects` is causing an issue where 1. when loading an entity with and chain of relations marked `EAGER`, entities down the chain are...

Bug
Status: Needs Review

![Screen Shot 2020-07-23 at 10 20 43 AM](https://user-images.githubusercontent.com/350048/88297982-96968e80-ccce-11ea-9c1f-365f3d4bc394.png) ![Screen Shot 2020-07-23 at 10 21 57 AM](https://user-images.githubusercontent.com/350048/88297986-98605200-ccce-11ea-99bf-d191bbaeabb2.png)

https://github.com/wesnolte/jOrgChart

Feature

http://sourceforge.net/projects/identicons/ https://github.com/rmhdev/identicon https://github.com/yzalis/Identicon https://github.com/MidnightLightning/identicon-plus

Feature

FULLTEXT search is disabled in v4.0.0 because Doctrine2 doesn't natively support FULLTEXT search. This is because Doctrine2 uses InnoDB and InnoDB doesn't support it. some ideas to consider: http://stackoverflow.com/questions/17594540/fulltext-search-fields-and-doctrine-2 maybe...

Task