[1:50]<rektide> is there an env-js channel on irc anywhere ? [2:03]<BryanWB> rektide, i doubt it [3:27]<BryanWB> okito, did u get a chance to look at my response to your l10n query on the narwhal ML? [3:30]<okito> hi yes I did [3:30]<okito> I spent a good part of today looking through it [3:30]<okito> through the gettext stuff that is [3:31]<okito> I also talked to some folks and different companies to learn how they handle loc [3:31]<okito> most work flows these days seem to be build on XLIFF [3:32]<BryanWB> okito, interesting, i am not familiar w/ xliff [3:32]<okito> it is an XML interchange format [3:32]<okito> looks horrible [3:32]<okito> :) [3:32]<okito> dang I have to go for now. [3:32]<okito> but I'm still processing this. [3:33]<okito> right now the Sproutcore build tools use a strings file called strings.js [3:33]<okito> it is just a JSON hash of key -> localized string [3:33]<okito> and the API is very simple [3:33]<okito> "key".loc() [3:33]<okito> and if you want to interpolate variables: "key %@".loc(foo, bar) [3:34]<okito> but I think that API could layer on top of gettext [6:36]<ondras> keeto: here i am [11:51]<ashb> Dantman: wiki seems down [13:50]<MisterN> ryah_away: you are in teh news: http://www.golem.de/0911/71418.html [13:54]<ondras> hmm, I know that this is highly offtopic, but is some of you guys really skilled with postfix? [13:54]<ondras> (/me tried the #postfix, but people don't seem to be very friendly there) [14:01]<ashb> ondras: whats up? [14:01]<ondras> I am having troubles convincing it to reject nonexistent mailboxes on existent virtual domains [14:02]<ondras> http://pastebin.com/m3a42792a [14:02]<ashb> oh postfix [14:02]<ashb> sorry no [14:02]<ondras> ok [14:07]<ashb> i read postgres [14:55]<kixx> does anyone know of any tests or examples that demonstrate the expected behavior of require.loader.resolve()? [15:00]<ashb> kixx: just what narwhal does (if anything) [15:00]<ashb> its not implemented anywhere else yet [15:02]<kixx> thx. I'm looking at Chiron, but can't get a good handle on it what a test would look like. I'll check out narwhal.