Abdessamad (Almo) Idrissi

Results 29 comments of Abdessamad (Almo) Idrissi

Please check my fix at https://github.com/Compass/compass/issues/1769#issuecomment-82648547.

+1 for that. Would be great to be able to authenticate using ppk key files.

I fixed it inside `templates/zshrc.j2` with: ``` # hotkeys {% for hotkey in zsh_hotkeys %} {% if 'hotkey' in hotkey and hotkey.hotkey != '' and (hotkey.bundle is not defined or...

Six years later.. Any progress on this issue?

In [PSR-5](https://github.com/php-fig/fig-standards/blob/master/proposed/phpdoc.md#713-param) it is possible to specify elements types for an Array: ``` /** * Initializes this class with the given options. * * @param array $options { * @var...

A js fiddle http://jsfiddle.net/numediaweb/5xbqqr0j/11/

I finally got an answer here explaining why this happens: https://stackoverflow.com/questions/44808397/requirejs-amd-module-not-defined/44822995#44822995

I have the same issue (Symfony 4.4), the XML passed into `extractCommandsFromXML` is ```XML 11:35:40 DEBUG [snc_redis] Executing command "GET domain_doctrine[App\Entity\DomainStatistic$CLASSMETADATA][1]" [ "tags" => [ "domain" ], "url" => "/command-scheduler/detail/new",...

see also: https://github.com/FriendsOfSymfony/FOSRestBundle/issues/1896

In my case it was due to `.env` file: ``` | err :: Executing script cache:clear [KO] | err :: [KO] | err :: Script cache:clear returned with error code...