Alexander Mills

Results 200 comments of Alexander Mills

Trent died on the Oregon Trail and is still dead

@halfzebra https://en.wikipedia.org/wiki/Resurrection

a config file like this would work: ``` usernames: { 'rasmus': ['rasmus', 'rasmus2'] } ``` users could put it in "$HOME/.gitfame/config.json" since it's unlikely to differ

Medium article is pretty up to date. It looks like Webpack's hot reloading features went from "experimental" to "pretty solid". So if you are looking for something that works out...

Yeah, since I posted that comment on Nov 7, I started playing with CreateReactApp, it turns out that Webpack hot reloading / HMR is actually not stable, at all. They...

eg., read this: https://github.com/gaearon/react-hot-boilerplate/issues/97#issuecomment-249862775

Cool yeah after doing research for that article I did discover that people were pairing RequireJS with Angular 1.x to be able to do code splitting. I thought Angular 1.x...