Paweł Kobylak

Results 12 comments of Paweł Kobylak

Hi @pstadler ! When you plan to do something with that one? In my case I need pass `-r` parameter because I have ~18k files (semi-size symfony2 project) and when...

FYI: dirty hack in flightplan.js (in project) `````` js local._context.hosts.map(function (host) { local.exec( 'rsync -azr --progress --delete-after * .symfony.ini --rsh="ssh -p 22" ' + host.username + '@' + host.host +...

@brikis98 can you add option --use-gzip or sth to the initial sync? I have 113793 files (1.6GB) to initial sync :-) It takes about 45min to sync :(

I excluded bunch of files (logs, compiled templates, git etc): | commands | partial time | total time | | --- | --- | --- | | docker-osx-dev sync-only |...

30% speed up is huge! It still be slow but usable (for now - it's slow & unusable).

I have that same problem. ``` ➜ docker cat docker-compose.yml poste: image: analogic/poste.io volumes: - "/srv/mail/data:/data" ports: - 25:25 - 80:8081 - 443:8443 - 110:110 - 143:143 - 465:465 -...

Hi, I need it too :-) @devgeeks can you update your code to the newest cordova? I need it in ionic ;-)

:( Thanks for update.