Files
2012-02-21 01:15:00 -05:00

1 line
15 KiB
JSON

[{"user_id": 3, "stars": [], "topic_id": 13276, "date_created": 1300235004.841378, "message": "And use it in a cs less environment", "group_id": 591, "id": 361325}, {"user_id": 3, "stars": [{"date_created": 1300235052.748455, "user_id": 2341}, {"date_created": 1300802034.8009441, "user_id": 16058}, {"date_created": 1300948669.5941479, "user_id": 24474}], "topic_id": 13276, "date_created": 1300234878.2535951, "message": "I'm digging Milk as a js mustache implementation", "group_id": 591, "id": 361308}, {"user_id": 3, "stars": [], "topic_id": 13276, "date_created": 1300234912.014854, "message": "https://github.com/pvande/Milk", "group_id": 591, "id": 361312}, {"user_id": 1855, "stars": [], "topic_id": 13276, "date_created": 1300235066.834965, "message": "I have yet to try Milk", "group_id": 591, "id": 361336}, {"user_id": 3, "stars": [], "topic_id": 13276, "date_created": 1300234930.8216469, "message": "Supports the full spec", "group_id": 591, "id": 361313}, {"user_id": 1855, "stars": [], "topic_id": 13276, "date_created": 1300234941.464709, "message": "pvande kicks some serious ass", "group_id": 591, "id": 361315}, {"user_id": 1855, "stars": [], "topic_id": 13276, "date_created": 1300234932.9129419, "message": "*cs #pedant", "group_id": 591, "id": 361314}, {"user_id": 3, "stars": [], "topic_id": 13276, "date_created": 1300234993.440165, "message": "You can compile it to js", "group_id": 591, "id": 361324}, {"user_id": 3, "stars": [], "topic_id": 13276, "date_created": 1300235031.028568, "message": "Instead of one of the other mustache js libraries", "group_id": 591, "id": 361332}, {"user_id": 3, "stars": [], "topic_id": 13276, "date_created": 1300235125.5637319, "message": "Not sure, it has a simple API though", "group_id": 591, "id": 361346}, {"user_id": 1855, "stars": [], "topic_id": 13276, "date_created": 1300235082.8010039, "message": "can you use it easily in express?", "group_id": 591, "id": 361342}, {"user_id": 2236, "stars": [], "topic_id": 13276, "date_created": 1300256334.766748, "message": "It's probably also worth calling out that there is a JS-compiled version of it kept in parallel with the CS version: http://pvande.github.com/Milk/milk.js", "group_id": 591, "id": 363252}, {"user_id": 2236, "stars": [], "topic_id": 13276, "date_created": 1300256382.186671, "message": "@locks I haven't tried playing with it in Express. I'll look into it when I find some time again, otherwise I look forward to hearing what your experiences are.", "group_id": 591, "id": 363254}, {"user_id": 3795, "stars": [], "topic_id": 13276, "date_created": 1300290043.9350851, "message": "Thanks for the implementation @pvande, glad to see a js solution that conforms to the spec.", "group_id": 591, "id": 367041}, {"user_id": 2236, "stars": [], "topic_id": 13276, "date_created": 1300647597.9622431, "message": "Just released a new version, compatible with v1.1.2 of the Mustache spec.", "group_id": 591, "id": 393203}, {"user_id": 2236, "stars": [], "topic_id": 13276, "date_created": 1300662287.214963, "message": "What's the expected signature for `compile`?", "group_id": 591, "id": 394203}, {"user_id": 22924, "stars": [], "topic_id": 13276, "date_created": 1300662080.247762, "message": "I tried and failed to get Milk working with Express.js. The first issue is that when you set the 'view engine' property, Express expects that name to be both the name of the module and the file extension for views. So I had to change my view filenames from .mustache to .milk. But the bigger problem is that Express.js expects a `compile` method to be provided by the view engine module, while Milk uses a method called `render`.", "group_id": 591, "id": 394187}, {"user_id": 2236, "stars": [{"date_created": 1300948653.6307809, "user_id": 24474}], "topic_id": 13276, "date_created": 1300664986.0828381, "message": "@hans Reportedly, you should be able to use `app.register('.mustache', require('milk'))` to do most of your dirty work.", "group_id": 591, "id": 394359}, {"user_id": 2236, "stars": [], "topic_id": 13276, "date_created": 1300666187.626389, "message": "Looking at Express a little more specifically, there are some changes I've been wanting to make to Milk that will be rather useful. I'll dig a little deeper, and see what I can come up with.", "group_id": 591, "id": 394461}, {"user_id": 3, "stars": [], "topic_id": 13276, "date_created": 1300913670.356905, "message": "yeah, that's how we do it", "group_id": 591, "id": 420669}, {"user_id": 3, "stars": [], "topic_id": 13276, "date_created": 1300913679.4200599, "message": "instead of json + client templates", "group_id": 591, "id": 420674}, {"user_id": 2130, "stars": [], "topic_id": 13276, "date_created": 1300911893.1532159, "message": "anyone know how milk compares to mustache.js?", "group_id": 591, "id": 420389}, {"user_id": 2130, "stars": [], "topic_id": 13276, "date_created": 1300912400.0732069, "message": "@defunkt is there any consensus on the \"best\" JS implementation of the Mustache Spec?", "group_id": 591, "id": 420444}, {"user_id": 2130, "stars": [], "topic_id": 13276, "date_created": 1300910801.15747, "message": "@pvande do you have explicit versions set for Milk?", "group_id": 591, "id": 420224}, {"user_id": 2130, "stars": [], "topic_id": 13276, "date_created": 1300912344.056947, "message": "hmm I wasn't aware he was following the JS implementations that closely...", "group_id": 591, "id": 420439}, {"user_id": 3, "stars": [], "topic_id": 13276, "date_created": 1300913609.046735, "message": "(and the reason i use it)", "group_id": 591, "id": 420646}, {"user_id": 3, "stars": [], "topic_id": 13276, "date_created": 1300913634.5967929, "message": "single page iphoney web app type things", "group_id": 591, "id": 420655}, {"user_id": 2130, "stars": [], "topic_id": 13276, "date_created": 1300913643.5146079, "message": "do you use a JS mustache implementation on github>", "group_id": 591, "id": 420660}, {"user_id": 3, "stars": [], "topic_id": 13276, "date_created": 1300913648.7652669, "message": "no", "group_id": 591, "id": 420663}, {"user_id": 3, "stars": [], "topic_id": 13276, "date_created": 1300913656.7152281, "message": "we don't really use that pattern", "group_id": 591, "id": 420665}, {"user_id": 3, "stars": [{"date_created": 1301111125.055984, "user_id": 25497}], "topic_id": 13276, "date_created": 1300913703.3592789, "message": "i wouldn't use Issues as an example of good js", "group_id": 591, "id": 420682}, {"user_id": 2130, "stars": [], "topic_id": 13276, "date_created": 1300913719.4643741, "message": "I've tweeted a thing or two about issues", "group_id": 591, "id": 420688}, {"user_id": 2130, "stars": [], "topic_id": 13276, "date_created": 1300913745.0550711, "message": "that sounds like a fine philosophy to me", "group_id": 591, "id": 420697}, {"user_id": 2130, "stars": [], "topic_id": 13276, "date_created": 1300913804.664618, "message": "hmm well anyway, I'm going to try to migrate from Mustache.js to Milk -- seems like Mustache.js has been stagnant... and non-compliant for a while", "group_id": 591, "id": 420711}, {"user_id": 2130, "stars": [], "topic_id": 13276, "date_created": 1300913929.40362, "message": "yeah just a drop in replacement hopefully", "group_id": 591, "id": 420742}, {"user_id": 2190, "stars": [], "topic_id": 13276, "date_created": 1300912298.457999, "message": "@agibralter I think defunkt is the one that knows that better than anyone ;)", "group_id": 591, "id": 420437}, {"user_id": 3, "stars": [], "topic_id": 13276, "date_created": 1300913597.3375261, "message": "it runs its tests against the spec", "group_id": 591, "id": 420643}, {"user_id": 3, "stars": [], "topic_id": 13276, "date_created": 1300913604.654748, "message": "that's the one i use anyway", "group_id": 591, "id": 420645}, {"user_id": 2130, "stars": [], "topic_id": 13276, "date_created": 1300913632.9762731, "message": "makes sense", "group_id": 591, "id": 420654}, {"user_id": 2130, "stars": [], "topic_id": 13276, "date_created": 1300913664.9304459, "message": "server side rendering?", "group_id": 591, "id": 420668}, {"user_id": 2130, "stars": [], "topic_id": 13276, "date_created": 1300913692.5553851, "message": "ah cool", "group_id": 591, "id": 420679}, {"user_id": 3, "stars": [], "topic_id": 13276, "date_created": 1300913872.2427261, "message": "Milk.render(template, context):)", "group_id": 591, "id": 420724}, {"user_id": 3, "stars": [], "topic_id": 13276, "date_created": 1300913882.9539399, "message": "as far as i can tell they have the same api, so it should be a snap", "group_id": 591, "id": 420726}, {"user_id": 3, "stars": [], "topic_id": 13276, "date_created": 1300913673.7813201, "message": "the tree slider for instance returns HTML", "group_id": 591, "id": 420672}, {"user_id": 3, "stars": [], "topic_id": 13276, "date_created": 1300913591.2284529, "message": "@agibralter i think Milk", "group_id": 591, "id": 420641}, {"user_id": 3, "stars": [], "topic_id": 13276, "date_created": 1300913627.7546909, "message": "we don't use it on github but i use milk in personal projects", "group_id": 591, "id": 420651}, {"user_id": 2130, "stars": [], "topic_id": 13276, "date_created": 1300913991.5303819, "message": "yeah I've been playing around with both systems (server-side rendering vs. client-side) -- trying out Mustache-Ruby on initial load, and then JSON + Mustache-JS for ajax updates", "group_id": 591, "id": 420755}, {"user_id": 3, "stars": [], "topic_id": 13276, "date_created": 1300913883.928946, "message": "g'luck", "group_id": 591, "id": 420727}, {"user_id": 2130, "stars": [], "topic_id": 13276, "date_created": 1300913682.484833, "message": "and GitHub issues?", "group_id": 591, "id": 420675}, {"user_id": 2130, "stars": [], "topic_id": 13276, "date_created": 1300913710.1722651, "message": ":)", "group_id": 591, "id": 420685}, {"user_id": 3, "stars": [{"date_created": 1301014702.364944, "user_id": 1855}, {"date_created": 1301049864.253011, "user_id": 1516}], "topic_id": 13276, "date_created": 1300913721.7741301, "message": "now we believe everything should work without js, then you add the js to spice it up", "group_id": 591, "id": 420690}, {"user_id": 2130, "stars": [], "topic_id": 13276, "date_created": 1300914015.9702189, "message": "@defunkt thanks!", "group_id": 591, "id": 420760}, {"user_id": 2236, "stars": [], "topic_id": 13276, "date_created": 1300920464.724658, "message": "@defunkt The biggest API differences are that the partials argument can be a function (in master), and that if you set Milk.helpers or Milk.escape, the right things happen.", "group_id": 591, "id": 421484}, {"user_id": 2236, "stars": [], "topic_id": 13276, "date_created": 1300920403.901166, "message": "@agibralter Explicit versions of what set for Milk?", "group_id": 591, "id": 421481}, {"user_id": 2130, "stars": [], "topic_id": 13276, "date_created": 1301079731.7561741, "message": "@pvande yeah I mean something like milk-1.0.0.js", "group_id": 591, "id": 441441}, {"user_id": 2130, "stars": [], "topic_id": 13276, "date_created": 1301079715.3316679, "message": "@pvande yeah, I mean like milk-1.0.0.js or something like that.", "group_id": 591, "id": 441439}, {"user_id": 2130, "stars": [], "topic_id": 13276, "date_created": 1301082970.6794569, "message": "@pvande I was just thinking you could include a version variable in milk.coffee itself though...", "group_id": 591, "id": 442039}, {"user_id": 2130, "stars": [], "topic_id": 13276, "date_created": 1301082876.8629019, "message": "@pvande that would be awesome -- I haven't gotten into coffee script yet", "group_id": 591, "id": 442024}, {"user_id": 2236, "stars": [], "topic_id": 13276, "date_created": 1301082897.753876, "message": "@agibralter If you don't mind jumping some hoops, the compiled code is in the gh-pages branch, and there's a submodule reference that should be accessible from the tagged versions in master...", "group_id": 591, "id": 442027}, {"user_id": 2236, "stars": [], "topic_id": 13276, "date_created": 1301083089.9366629, "message": "@agibralter I can, and probably should. Would you prefer that be exported, or just that the version number appear somewhere inside the compiled source?", "group_id": 591, "id": 442054}, {"user_id": 2236, "stars": [], "topic_id": 13276, "date_created": 1301082830.5126131, "message": "@agibralter Milk is currently being deployed primarily through npm. Tagged versions of milk.coffee can be accessed through GitHub (e.g. https://github.com/pvande/Milk/raw/v1.0.0/milk.coffee). Tagged versions of the compiled (JS) code do not presently exist, but I'll look into it.", "group_id": 591, "id": 442021}, {"user_id": 2130, "stars": [], "topic_id": 13276, "date_created": 1301083573.227596, "message": "that'd be awesome", "group_id": 591, "id": 442121}, {"user_id": 2130, "stars": [], "topic_id": 13276, "date_created": 1301083574.6530409, "message": "thank you!", "group_id": 591, "id": 442123}, {"user_id": 2130, "stars": [], "topic_id": 13276, "date_created": 1301083277.9440801, "message": "@pvande I was thinking Milk.version = \"x.x.x\"", "group_id": 591, "id": 442085}, {"user_id": 2236, "stars": [], "topic_id": 13276, "date_created": 1301083540.6191499, "message": "Yeah, I'll go ahead and look into that. I want to make some other changes here soon that will improve Milk's handling of parse errors (especially in-browser), so I'll try to make sure this gets weaseled into my next release.", "group_id": 591, "id": 442116}, {"user_id": 2236, "stars": [], "topic_id": 13276, "date_created": 1301254179.128509, "message": "Just pushed a new minor version of Milk.", "group_id": 591, "id": 452476}, {"user_id": 2236, "stars": [], "topic_id": 13276, "date_created": 1301254194.3111629, "message": "Now with better parse errors and an exported version number!", "group_id": 591, "id": 452478}, {"user_id": 2130, "stars": [], "topic_id": 13276, "date_created": 1302843971.1493621, "message": "but char is a reserved JS keyword so it should be \"char\"", "group_id": 591, "id": 695974}, {"user_id": 2130, "stars": [], "topic_id": 13276, "date_created": 1302843437.871316, "message": "@pvande ping! :) So I've been having trouble with Milk + Jammit... well YUI compressor. For some reason, milk.js is causing ruby-yui-compressor to raise a RuntimeError... any thoughts?", "group_id": 591, "id": 695904}, {"user_id": 2130, "stars": [], "topic_id": 13276, "date_created": 1302843960.6433101, "message": "ah ok, so char is used as a key on line 43 of milk.js", "group_id": 591, "id": 695972}, {"user_id": 2236, "stars": [], "topic_id": 13276, "date_created": 1302847603.812027, "message": "That should be fixed in master now.", "group_id": 591, "id": 696505}, {"user_id": 2236, "stars": [], "topic_id": 13276, "date_created": 1302847636.3229129, "message": "I'll make sure that a new version gets published soon, but I want to see if I can round out some bigger changes first. :)", "group_id": 591, "id": 696509}, {"user_id": 2130, "stars": [], "topic_id": 13276, "date_created": 1302876674.839891, "message": "@pvande ah ok :) I just changed `char` to `character` for the time being", "group_id": 591, "id": 700470}, {"user_id": 2130, "stars": [], "topic_id": 13276, "date_created": 1303313401.7942519, "message": "@pvande no version bump for the latest changes? or will the version always match the spec?", "group_id": 591, "id": 756036}, {"user_id": 2236, "stars": [], "topic_id": 13276, "date_created": 1303320383.233285, "message": "The latest changes will be included in the next version; there's a couple more changes I want to push in before I bump the version number, though.", "group_id": 591, "id": 757752}]