Carsten Brandt

Results 137 issues of Carsten Brandt

Duplicate initialization of LazyCollection issue #169

this is a failing test for #158 , do not merge! You might cherry-pick 24af146 if you want though :)

When a record is loaded using the EntityManager, and afterwards some changes are made to the database without using the EntityManager, I see no way to reload the record to...

### What steps will reproduce the problem? - create new file in `views` directory, e.g. `views/user/profile.php`. File should be completely empty. - Message "Missed View variable declaration." shows on top...

bug
views

Hi, I would like to be able to have Atomic start automatically when I switch on my phone. So a setting that allows this would be nice.

are currently missing: https://github.com/yiisoft/yii2-debug/pull/162#issuecomment-263600124 Some useful resources: - http://www.tuicool.com/articles/ANBBVj - https://github.com/pinepain/PhpStormOpener - https://youtrack.jetbrains.com/issue/IDEA-65879

type:docs

Added failing test for #164

bug

This branch will contain all changes made to support OpenAPI 3.1. I added the following: - New method `OpenApi::getMajorVersion()` to return the current OpenAPI version, this should be used to...

openapi 3.1

Currently there is no way to extend the code when loading needs to be customized. Also content detection for JSON vs. YAML could be optimized.

enhancement

While trying to add more tests for more specs from these sources: - https://github.com/Mermade/openapi3-examples/tree/master/resources - https://github.com/Nexmo/api-specification/tree/master/definitions - https://github.com/APIs-guru/openapi-directory I found that symfony YAML fails on a lot of these. We...