Michael Heuberger

Results 199 issues of Michael Heuberger

Somehow this does not work for me: ``` js gulp.task('webserver', function() { var webserver = require('gulp-webserver') gulp.src(settings.server.paths.src) .pipe(webserver({ port: settings.server.port, https: true, livereload: true, directoryListing: false, open: true })) })...

I'd like to reproduce a timeout issue between server and browser but to me, it never occurs. I suspect that Beefy does some pings between both instances. Don't have `live`...

Why can't I use something like this? ``` js http.createServer(beefy({ entries: ['client.js'], cwd: './../', bundler: require('browserify'),

Looks like the wanted option `open` to automatically open the browser is missing here https://www.npmjs.com/package/beefy#beefyoptions

### Description prezto's git module doesn't show the correct git branch I am in after having deleted it ### Expected behavior - I am on branch `hello` - prezto's git...

Hello guys Is there a recommendation how to configure powerline + tmux within prezto best? At the moment I always have to manually enter the command `powerline-config tmux setup` to...

### Description Each time I start a new session with ZSH this error comes up. ### Expected behavior No error upon new ZSH session at all. ### Actual behavior This:...

hello there i think the recommended function `dispose()` is not called on an error. let me explain, you have this line in your code: ``` javascript reqDomain.on('error', next); ``` this...

https://github.com/rictorres/node-rpm-builder/pull/15 Really. Otherwise we cannot use your lib here due to failing RPM installation on any other Linux machine.

would be cool if we ubuntu users can apt-get install it too