Isn't the problem of including only the code the component actually needs already solved with dead code elimination? So the framework authors can include new features but as long as your component doesn't use them the code for those feature does not end up in the final bundle you serve to the user.
I sure am missing something here because the author of Svelte is actually also the author of rollup.js [1] which does exactly that, it eliminates dead code via its tree-shaking mechanism.
It's silly that the wifi owner has to opt-out of wifi sense. Because it's not like it's already difficult enough for a non-techie to securely configure his access point, no, let's add another thing he has to care/know about.
And the way to opt-out is even sillier: you have to append _optout to your SSID. The SSID should not be used to control the clients behaviour imho.
Unfortunately nothing changed (neither in bash nor python repl) after i installed it. I followed the installation steps 1-3 on Ubuntu 14.04. Does anyone know what i'm missing?
I sure am missing something here because the author of Svelte is actually also the author of rollup.js [1] which does exactly that, it eliminates dead code via its tree-shaking mechanism.
[1]: http://rollupjs.org