[13:10]<hannesw> kriszyp, kriskowal, is there a mappings-aware package loader/manager for narwhal somewhere? [13:25]<kriszyp> hannesw: I was just working on porting nodules to narwhal, assume it would be pretty simple to port to ringojs once narwhal is done [13:25]<kriszyp> hannesw: btw, does ringojs have any event loop? [13:38]<hannesw> kriszyp no, no event loop in ringojs [13:41]<hannesw> but there is a pintura version that works with narwhal, right? [13:41]<hannesw> does that work without module mapping? [13:45]<kriszyp> hannesw: pintura currently works on narwhal with a hideous hack that strips off the first path of the module id for known packages that are part of pintura (so require("commonjs-utils/json-ext") -> require("json-ext")) [13:46]<hannesw> i see [13:49]<hannesw> one more question: [13:50]<hannesw> you're using jar:http:.zipball..!/lib urls in your package mappings [13:50]<hannesw> shouldn't it work with just the http://zipball urls? [14:07]<kriszyp> yes, it should [14:07]<kriszyp> and you don't need the "jar:" part anymore [14:11]<hannesw> ok, thanks!