ES6 modules
Just some reminders, when working with ES6 modules: ES6 modules are automatically strict-mode code, even if you don’t write "use strict"; in them. When you run a module containing an import declaration, the modules it
Just some reminders, when working with ES6 modules: ES6 modules are automatically strict-mode code, even if you don’t write "use strict"; in them. When you run a module containing an import declaration, the modules it
Today I changed my blog to work with HTTPS. With the emerging HTTP/2 standard and google promoting HTTPS sites, I decided to convert my site from HTTP to HTTPS. After installing the certificates I used
To convert files from a SoureGear Vault Standard v3.1.9 to Git including all history I went on a journey and in this blog post I will describe the journey steps. Note: this blog post will
After importing a Hyper-V virtual machine from a Windows 10 machine to an other Windows 10 machine, the Hyper-V virtual machine reported a network cable unplugged. This was fixed by running the netcfg –d command
Today I noticed Micrososft Outlook 2016 would not start and only showed the splashscreen. Starting Microsoft Outlook 2016 in safe mode fixed my problem. Just go to the start screen and CTRL +
A group of Microsoft volunteers, have open sourced, the formaly know “Microsoft Windows Live Writer” blog item editor. I have used Windows Live Writer for all my blog entries and now upgraded to the Open
If you want to jshint all JavaScript files in a folder, but want to exclude a subfolder, you can use “negation” in gulp. var gulp = require("gulp"); var jshint = require("gulp-jshint"); var plumber
Just enter: folder(inbox) in the searchbox and select “All Mailboxes”