latest 8 messages by brianpWins

+ [2013-10-08T06:53:49Z] brianpWins Is it possible to disable liquid parsing?
+ [2013-10-04T04:35:21Z] brianpWins I heard the roadmap for octopress 3 was being wrapped up and I was wondering if you were going to be making those plans public? I'd be interested to see where it's going and try and chip in if possible.
+ [2013-09-05T08:30:16Z] brianpWins ohhhhh…. because the messaging occurs mostly in the commands which I'm not running...
+ [2013-09-05T08:18:15Z] brianpWins when I have a plugin that outputs messages and I'm testing it I see the output while the tests are running. but I don't see output from any other jekyll method like normal. How can I suppress my msgs while testing as jekylls messages have been supressed?
+ [2013-09-05T06:44:07Z] brianpWins pontiki: I think I found my problem. i was mistaken. in both cases the generators are only being initialized once but generate gets called on each of those instances every time process is called.
+ [2013-09-05T06:17:12Z] brianpWins which leads me to believe it's something i've done. or something involved in the --auto flag i'm missing
+ [2013-09-05T06:16:29Z] brianpWins In contrast I don't seem to get that behaviour on a (significantly) older version
+ [2013-09-05T06:15:57Z] brianpWins Do generators in the latest version get instantiated each time the site is processed? I seem to be experiencing that behaviour but can't see where in the code it would be happening?