Edouard Cunibil

Results 28 comments of Edouard Cunibil

Not stale please. In my case I'm trying to get the `external_connection` port of my database to feed a PHPStorm config file when I start my project and be able...

Thanks a lot @AaronFeledy! I thought the proxy was sending requests to the external connection port. I should have read the documentation more carefully :facepalm:

@AaronFeledy I spoke too quick. It's not working. Maybe that's because the proxy is trying to route only http traffic, I don't know. I tried to use a simple mysql...

Would it be enough to only extend these two lines in `TranslateRoman`? I'm bad at C++ so I'm not sure `char` can hold unicode characters. ```cpp static const char roman_numbers[]...

Sure! Prepare to be stunned ;) ``` $ cat composer.json { "require": { "drush/drush": "~8.0" } } ``` (I told you it is not a project built with composer ^^)

It works, thanks! It would be great if it was documented, maybe in your readme? :)

Here is my composer.json file. My drupal root is located in the `www` directory. ``` { "require": { "drush/drush": "~8.0" }, "extra": { "installer-paths": { "www": ["type:drupal-core"], "www/sites/all/libraries/{$name}": ["type:drupal-library"], "www/sites/all/modules/contrib/{$name}":...

I think we could safely consider using `composer_version: 2-latest` do avoid having to change it later.