Zak Http

Results 10 comments of Zak Http

Why would you use apt-get instead of pecl @Jarvizx ?

i will update my system to sierra soon, give a try and come back to it!

Thanks @avramovic for the solution, if this helps @mistre83 i am closing this issue

is there perhaps a workaround ? same here, when `onlyRenderVisibleElements` is used, `useNodesInitialized` returns false.

Hey, wondering if there is an update on this ? or perhaps a around ? Been facing the same issue for a while unfortunately :(

> Hey, wondering if there is an update on this ? or perhaps a around ? Been facing the same issue for a while unfortunately :( I think that I...

yeah that's a good idea I think. Could save others a ton of time.

del 2.x supports promises, below is my implementation: ````javascript function clean(path, done) { log('Cleaning assets: ' + $.util.colors.blue(path)); del(path) .then(function sucess() { done(); }) .catch(function failure(exception) { log('Cleaning assets exception:...

install karma-chai locally and karma-cli globally `npm install --save-dev karma-chai` `npm install -g karma-cli`

First of all i see that you are using version above 0.13. So lets fix the `start` method that was deprecated in 0.13. ```javascript var Server = require('karma').Server; var server...