mirz

Results 5 issues of mirz

Are you going to finish up your book (http://samypesse.gitbooks.io/how-to-create-an-operating-system)? It is really great - exactly what I'm looking for but I can see that only first 8 chapters are readable.

I have some issues with messages in my application and it turned out messages may be broken due to images blocked by adblockers (in my case **uBlock Origin 1.14.24**) served...

Latest selenium server complains that it requires Java 8 to start but `default-jre` package for `ubuntu/trusty64` provides Java 7. Start script should be updated to install Java 8.

What's the reason behind listening to `change` event on collections? This causes a lot of events which leads to re-rendering components. Wouldn't be better to listen to `add` and `remove`...

question

``` module.exports = [ { input: "components/Button", output: { file: "dist/components/Button.js", format: "es" }, plugins: [ peerDepsExternal(), postcss({ extract: false, modules: true, autoModules: true, use: ["sass"], parser: "postcss-scss", }), babel({...