Apr 28, 2017 change extension file javascript path Change the File Extension in Typescript - Using Path Following from my previous post, I've updated the function to use only the path module. Now, the code looks like: export function changeExtension(
Jan 31, 2017 angular binding callback javascript typescript Angular 2Refresh Bound Variables from Callback TL;DR: Use ChangeDetectorRef's detectChanges() at the end of your callback code. While developing my electron.js app, I've had the
Dec 16, 2016 electron javascript knex sqlite Make Electron Work with Sqlite3 The other day I tried to integrate knex with a SQLITE3 back-end. Unfortunately, the instant I've tried to instantiate knex, I've
Dec 16, 2016 electron javascript knex webpack Make Electron work with Knex.js To make my life easier (and because I hate writing SQL statements), I thought of installing an ORM. After some search, I've decided
Dec 3, 2016 angular javascript scss webpack Electron AppUse SCSS, Luke! Traditionally, I've been a LESS supporter. The way it does mixins for example seems to me more intuitive. However, I noticed that my