Echo JS 0.11.0

<~>

sylvainpv comments

sylvainpv 2986 days ago. link 1 point
Thank you for splitting all the functionnalities into separate plugins. It's really useful to make custom builds.
[comment deleted]
sylvainpv 3055 days ago. link 1 point
it's okay :) but it's too late to change the name for me, as I have a DNS registered: http://objectmodel.js.org ; it does not bother me that you keep the name, so its up to you
sylvainpv 3092 days ago. link 1 point
So its a version number ? I always thought it was some kind of  ASCII art or binary esoteric slogan
sylvainpv 3111 days ago. link 2 points
Here are some tips:
- do not override body inline style or disable scroll, this is a very bad practice than can break existing stuff
- provide a stylesheet instead of dozens of inline style properties
- validate your code with a linter, like JSLint
- provide a minified version

Sorry to be harsh but I agree with others. You shoukd know that there are already _LOTS_ of notification libraries out there that are, technically speaking, much better designed that this one. That does not mean you should give up, this is a great opportunity to improve your skills. But be aware that this is a news site consulted by experienced developers who expect to find projects technically impeccable. Maybe it was too soon to publish here.
sylvainpv 3133 days ago. link 1 point
I first thought "Oh boy, yet another JS module bundler...". But this one looks very clean, and a good candidate to definitely bury "the dark days of JS package management". 

I look forward to test Rollup/Babel integration: https://github.com/rollup/rollup-babel
sylvainpv 3134 days ago. link 1 point
I don't get it. The joke is probably too sophisticated
sylvainpv 3144 days ago. link 3 points
authentication keys publically available with a simple search. A common thing on Github, not only related to NPM
[more]