Jannis R

Results 500 comments of Jannis R

This is great stuff! Personally, I've been waiting for this (:

I come from the JavaScript world and I am reasonably experienced in JavaScript development. but even though – personally –, i'd love to have a JavaScript scripting API, **I think...

Have you already seen [the Lua about page](http://www.lua.org/about.html#why)?

@wenLiangcan What a lovely syntax (:

Hey, maintainer of `ffmpeg-static` here. I agree that it makes sense to "merge" the two projects, everything is just wasted effort. I also don't care about which way we do...

> I took a much more simplistic approach, using the built in os and architecture features of node + sub-project dependencies [...]. Yeah I solved it the same way first,...

I'm digging further into using virtual DOM for my SVG-based modules and plan to create a virtual-DOM-based transformation pipeline just like what Browserify & Babel are for JS. For this,...

I'm interested in this as well. If i my module's factory returns a class, it is not possible to normally use the class. intravenous forces me to call `.get(…)` in...

@tusharmath I just think intravenous does an unnecessary thing here. Besides limiting me in how to use the class, it also introduces more complexity in the code base. I'd like...

Just like [@tusharmath did](https://github.com/RoyJacobs/intravenous/issues/20#issuecomment-177099382), I will promote my own DI framework [_flacon_](https://github.com/derhuerst/flacon).