mirror of
https://github.com/not-kennethreitz/convore.json.git
synced 2026-06-21 15:40:58 +00:00
1 line
2.1 KiB
JSON
1 line
2.1 KiB
JSON
[{"user_id": 39343, "stars": [], "topic_id": 45958, "date_created": 1317377054.603431, "message": "For example, I want to do some extra processing by using Compass' on_sprite_saved callback \u2013 how would I go about doing this in Middleman?", "group_id": 10410, "id": 2247692}, {"user_id": 7586, "stars": [], "topic_id": 45958, "date_created": 1317390799.879046, "message": "This should work: https://gist.github.com/1253800", "group_id": 10410, "id": 2248533}, {"user_id": 39343, "stars": [], "topic_id": 45958, "date_created": 1317491178.7058451, "message": "Unfortunately, I get a `NoMethodError` when trying to use it like that (here's the complete stack trace: https://gist.github.com/a91aa8f922f29c768685). Could it have something to do with the order in which things are loaded, so Compass has not initiated its callbacks yet?", "group_id": 10410, "id": 2255563}, {"user_id": 7586, "stars": [], "topic_id": 45958, "date_created": 1317535944.8544891, "message": "Can you post your config.rb", "group_id": 10410, "id": 2259156}, {"user_id": 7586, "stars": [], "topic_id": 45958, "date_created": 1317744761.1838529, "message": "That should work... I'll debug it", "group_id": 10410, "id": 2276651}, {"user_id": 39343, "stars": [], "topic_id": 45958, "date_created": 1317727366.535459, "message": "Sorry for the late reply \u2013 here is my config.rb: https://gist.github.com/256e096e96baa5ceb709", "group_id": 10410, "id": 2274799}, {"user_id": 39343, "stars": [], "topic_id": 45958, "date_created": 1318248081.4766369, "message": "Did you have any luck? I've tried looking into it further, but my knowledge about the inner workings of Ruby are limited :)", "group_id": 10410, "id": 2317706}, {"user_id": 7586, "stars": [], "topic_id": 45958, "date_created": 1318310654.7648261, "message": "Looks like a handful of callbacks in Compass are only made available when using a compass.config file. I suppose this is to avoid running these callbacks inside of Rails or something. So, for now, the following callbacks won't work in MM: on_sprite_saved, on_sprite_generated, on_stylesheet_saved, on_stylesheet_error", "group_id": 10410, "id": 2323034}] |