Frank Topel

Results 29 comments of Frank Topel

We're using [gulp-open](https://github.com/stevelacy/gulp-open) for this: ```javascript const open = require('gulp-open'); gulp.task('open', function () { gulp .src(config.paths.dist.root + 'dev-site/index.html') .pipe(open({ uri: config.localServer.url, app: 'iexplore' })); }); gulp.task('run-server', gulp.parallel('connect', 'open')); ```

On Linux (Ubuntu 20.10): No, instead it searches google. On Mac: No, but asks to open the URL in Finder, which works. So, on Mac, I actually **can** add the...

So any news on this? Without being able to play music from the NAS, how is this application any useful? This time I'm on Fedora 34.

> The way to do this right now is to sync your files between your devices. To avoid just that people buy NAS. On a standard Macbook/notebook you have 256...

@coreybutler This report has been around for more than 3 years. It appears to address a critical issue, and you haven't commented on it at all. Could you take a...

@b-dur Half a year later, what is the state of this?

Sure, guess what brought me here. If by "latest version" you mean the current release version, yes.

It's been more than two years, and this is a very common need... How long is it gonna take?

> You can create product units as hours in menu/products. Then in the invoice you charge the unit (x) amount so you will have exact hours per project/client You're missing...

Really, Chris Coyier has improved the code that is currently being used in `modern-normalize.css` back in 2014. Instead of ```css *, *::before, *::after { box-sizing: border-box; } ``` we **really**...