Nathan Denchman

Results 14 comments of Nathan Denchman

I haven't found one. Although I'll admit I haven't looked very hard either. I just locked to a previous version. I'm happy to submit a PR to fix it if...

This PR would be very helpful since I'm using composer installed as a `.phar`, so it's not in the default location. Would be great to be able to specify the...

I'm experiencing this problem too, as soon as I enable signed cookies, it's impossible to login.

For anyone else who comes across this because their CSP is currently broken in Chrome. The latest release of Symfony (`3.4.401`, `4.4.8` and `5.0.8`), the WebProfilerBundle adds the `script-src-elem` and...

I've noticed a big performance drop when upgrading from Symfony 4.3 to 4.4. I'm unsure if it's related to this issue though. The main problem is a big increase in...

I got around this by not using the `url` parameter: ``` url: ~ dbname: test_app host: 127.0.0.1 user: root password: root ``` However, I still had a problem with missing...

I agree, it makes multi node builds unusable. I was hoping there's some way of building multiple nodes and generating the manifest at the end.

@jradtilbrook you solution should work if you're not also using geerlingguy.php-versions, because it sets `php_conf_paths` with `set_fact` which overrides most other ways to set a variable (see the [docs](https://docs.ansible.com/ansible/latest/user_guide/playbooks_variables.html#variable-precedence-where-should-i-put-a-variable)). So...

Object normalization/denoramilzation definitely takes into account adders/removers for array properties. As @javiereguiluz points out, when denormalizing it uses the PropertyInfo component to set the value of an array property. If...

Sounds like a good plan @frankdekker!