Maxime
Maxime
The fix from @tomat is working for me symfony 2.2.3 I'm using: ``` json "jms/security-extra-bundle": "1.5.*", "jms/di-extra-bundle": "1.4.*", ```
Upgrading Symfony to `2.3.4` I have the same issue again: > Cannot redeclare class EnhancedProxy_...
Does anyone have an update on this issue? I cannot see any update on v3 branches
If you don't want to install any additional dependencies you can use nextjs env library directly ```javascript const { loadEnvConfig } = require("@next/env"); const contentful = require("contentful-management"); module.exports = async...
I had the same issue, you can just append configuration to the `docker run` command: ``` sudo docker run -d \ -p 1080:80 \ -p 1025:25 \ --entrypoint=bin/maildev \ djfarrelly/maildev...
> @cefuroX the issue looks like similar to #120 (comment). Please use snowboard v4.1.5 to resolve the issue. You don't have to use global installation; it will works as local...
That's because of the `@playlyfe/gql` not supporting the graphql definition for comments/descriptions. You want to follow this issue that has been opened over a year ago now: https://github.com/Mayank1791989/gql/issues/143 I've ended...
I'm not sure if it's related or not but I had once a problem if the root folder of the stream is a symlink then `is_dir` or `is_file` are not...
I think there is an issue with composer. I have this configuration: ``` yaml "require": { ... "knplabs/knp-gaufrette-bundle": "dev-master" }, ``` but it looks like the vendor `amazonwebservices/aws-sdk-for-php` or `aws/aws-sdk-php`...
We should add this in the documentation section to setup AWS S3 filesystem. Actually we should move the documentation in the `Resources/doc` and organise it by file. One file per...