Tim

Results 18 comments of Tim

I am assuming it is around here: https://github.com/Bearer/Pizzly/blob/56fbc55e4543028610757e6e699623be14996944/src/clients/javascript/src/connect.ts#L89 Wondering if I am going down a rabbit hole though. If it goes to a new page, obviously I wont get a...

@rotavio probably hacky, but this worked for me changing fonts task in build.js (saw it in https://github.com/Swiip/generator-gulp-angular/issues/849) ``` gulp.task('fonts', function () { return gulp.src('./bower_components/**/*.{eot,svg,ttf,woff,woff2}') .pipe($.flatten()) .pipe(gulp.dest(path.join(conf.paths.dist, '/fonts/'))); }); ```

I am getting orange issues after uninstalling just like in https://github.com/ggordan/GutterColor/issues/28. How can i completely remove? I tried running clear cache while installed.

Also had to remove Houston for same reason. Was spiking CPU and bringing down app.

@emirotin can you take a look at this and possibly publish to npm if looks good? https://github.com/emirotin/mongodb-migrations/pull/53

Heh ok, understand and didn't realize that On Mon, Feb 19, 2018, 2:48 AM Eugene Mirotin wrote: > I'm sorry to say that but in the last couple of years...