Christian Oliff

Results 245 comments of Christian Oliff

@prettydiff - although it says 'Code type is set to auto. Presumed language is XML'. - that does seem to work (doesn't break the code) when I tested a couple...

Phil [answered this over on the autotrack repo earlier](https://github.com/googleanalytics/autotrack/issues/202), reposting his comment here: > gtag doesn't support tasks or plugins, so it's not really possible to do the advanced things...

I'm on Windows 10 Professional 64-bit and CTRL SHIFT H is working fine for me. I just installed this Package today.

For this site to work offline I'd suggest; 1. Get a free SSL cert for the domain from Cloudflare and point it at Github Pages (it's easy to do and...

interesting info - thanks for sharing! This might be useful to include in the docs once it becomes a standard/shipping in browsers - right now it's just in initial draft...

gtag is different to analytics.js. If you don't need to use Google AdWords or Google Optimize or other Google services then using gtag instead is unnecessary. If you use gtag...

btw, there's nothing _wrong_ with the analytics script currently used... but I think: `ga('create', 'UA-27795084-5', 'mkdocs.org');` should be: `ga('create', 'UA-27795084-5', 'auto');` it may not be tracking since the site is...

The latest version there now is 2.3.6 it appears though the package.json file references 2.3.8. REF: https://github.com/cdnjs/cdnjs/blob/master/ajax/libs/lunr.js/package.json Will 2.3.8 appear there publicly soon does anyone know?

Heya @garris - is this good to merge?