<ddfreyne>
guardian: You should really use gist, so that you have version control over your pastes
<ddfreyne>
guardian: It's still a bit confusing… but it's on the right track
<ddfreyne>
guardian: I prefer .last instead of [-1]
<ddfreyne>
guardian: The break; does not need a ;
<guardian>
thx for the review :)
<guardian>
yeah gists maybe, I tend to use them for things that are less temporary
<ddfreyne>
guardian: I think I will need something like the ToC thing for another project so I may make some more improvements later
<ddfreyne>
later meaning nprobably next week
<ddfreyne>
-n
jugglinmike has joined #nanoc
<guardian>
ok
<guardian>
ping me then, if you remember
<bobthecow>
guardian: i tend to use private gists for temporary things, public gists for things that last longer.
<guardian>
ok
<guardian>
I'm using filter :colorize_syntax, :default_colorizer => :pygmentsrb and everything is red
<guardian>
I'm using filter :colorize_syntax, :default_colorizer => :pygmentsrb and everything is red
<guardian>
some stylesheets are broken
<ddfreyne>
guardian: What does your input look like, what does your output look like (HTML)?
<guardian>
markup's fine
<guardian>
it's all about css :) my fault
<guardian>
ddfreyne: do you know whether I can add {:title => 'foo'} to a code block in kramdown? I can't manage to get this work
<ddfreyne>
guardian: I don't know
<ddfreyne>
guardian: i used to add it to my code blocks, but I've since decided to remove all of them
<ddfreyne>
I don't think it's worth it
<guardian>
at last at home
alerante has quit [Remote host closed the connection]
cDlm has quit [Quit: Computer has gone to sleep.]
alerante has joined #nanoc
alerante has quit [Ping timeout: 252 seconds]
<guardian>
ddfreyne: in the following helper http://pastebin.com/vALtMKCE, map ||= {... }, I think I typed "||=" in hope the map would be initialized once instead of on each invocation
<guardian>
ddfreyne: but that's totally off right?
cDlm has joined #nanoc
alerante has joined #nanoc
<ddfreyne>
guardian: map is a local variable, so it will be initialized every time the function enters
<travis-ci>
[travis-ci] nanoc/nanoc/release-3.6.x 448c12d Denis Defreyne: The build passed.
<guardian>
yeah that's what I thought
<guardian>
I removed the ||
<guardian>
would you use https://github.com/schacon/ruby-git to e.g. insert build sha1 into meta tags or would you just invoke git with backticks?
cDlm has quit [Quit: Computer has gone to sleep.]
<travis-ci>
[travis-ci] nanoc/nanoc/bug/specify-default-encoding 609bf7a Denis Defreyne: The build passed.