Simon Perdrisat

Results 104 comments of Simon Perdrisat

The opcache revalidate frequency is not compatible with dev needs. from drupal image dockerfile ``` # see https://secure.php.net/manual/en/opcache.installation.php RUN { \ echo 'opcache.memory_consumption=128'; \ echo 'opcache.interned_strings_buffer=8'; \ echo 'opcache.max_accelerated_files=4000'; \...

I should say I'm using this images from https://github.com/EugenMayer/docker-sync

I had the same problem. Just pasting the problematic code for reference: ``` .make-nested-list(@offset, @i, @n) when (@i < @n) { > .dropdown-menu > li { &.dropdown-header, > a {...

Sure. I believe (not full tested yet, but it compile) it should be: ``` @mixin make-nested-list($offset, $i, $n) { @if ($i < $n) { > .dropdown-menu > li { &.dropdown-header,...

That would be very elegant... The nabaztag will simply send and receive audio but is capabilities will be extended dramatically.

This is also another way https://www.hackster.io/bastiaan-slee/nabaztag-gets-a-new-life-with-google-aiy-e9f2c8

You can use https://github.com/yabwe/medium-editor

We certainly need multiple countermeasures and different kind level "validation of the infection status". The different countermeasure is not mutually exclusive. It also needs to be simple to understand. #...

@lalop I'm not working anymore at the company that was using Capistrano for deployment. Personally, I try to minimize dependencies at the maximum -> I don't use rubby tools if...

Their is two forks that implement D8 deployment: https://github.com/unitedworldwrestling/drupal-deploy https://github.com/theunitteam/drupal-deploy Would be nice to check, cleanup and merge that in this repository.