Alex Muntada
Alex Muntada
FWIW, I added this to vue.config.js (as mentioned in https://stackoverflow.com/a/41359607) and it works: ``` const webpack = require('webpack') module.exports = { configureWebpack: { plugins: [ new webpack.DefinePlugin({ process: {}, }),...
Have you considered using [Plack](http://plackperl.org/) instead? With Plack you have plenty of support for many HTTP servers (including Apache, if that's what you'd like).
I'm not sure why ack should need to know anything about the text to always show the first line, i.e. print the first line (whatever it contains) and then proceed...
> Do we show the first N lines only if there is a match in the file? Yes, only if there's a match in the file. > Do we show...
In `ps -a | head -n1 ; ps -a | grep expr` the output from both ps commands could theoretically be different. Then, I imagined myself adding a new option...
> ( I use `ps -a | perl -nlE 'say if 1..1 or /cronolog/` for such cases but that's me.) Wow! Didn't know that trick and I like it a...
> The lines of dashes you've shown would be a new feature, right? Right, but it was just an example of what could be done to highlight the filename without...
> because it's helpful to see the first 5 lines of the file that I'm getting results for, even though they aren't a "heading" like in the `ps` example Agreed....
> I just realized, maybe `--output` and `--head` should be mutually exclusive, and it solves that problem. If you're specifying your own output, then you probably don't want the `--head`...
FWIW, I think that it may be useful to have a web page version of the presentation that is up to date, so here it is: https://perl-team.pages.debian.net/from-debian-with-love.html