ddfreyne changed the topic of #nanoc to: 3.6.2 (mar 23th) | web http://nanoc.ws/ | repo http://bit.ly/XE6e3G | issues http://bit.ly/VfXaSV | forum http://ho.io/n-discuss | irclog http://irclog.whitequark.org/nanoc
xo__ has joined #nanoc
Segismond_ has quit [Ping timeout: 256 seconds]
tracphil has quit [Quit: Computer has gone to sleep.]
_whitelogger has joined #nanoc
yogsototh has joined #nanoc
_whitelogger has joined #nanoc
musicmatze has quit [Ping timeout: 255 seconds]
musicmatze has joined #nanoc
yogsototh1 has joined #nanoc
yogsototh has quit [Ping timeout: 246 seconds]
zi_ has joined #nanoc
zi has quit [Ping timeout: 240 seconds]
zi_ is now known as zi
kitallis has joined #nanoc
<Keltia> ddfreyne: ping
<ddfreyne> Keltia: Hi!
<Keltia> I have changed the way I generate my multipart article thanks to bobthecow & darix but I have some weird behaviour
<Keltia> individually rendered parts are fine, the final output is lacking part of the formatting
<ddfreyne> Keltia: How are you generating them now? What do you mean with part of the formatting?
<Keltia> ddfreyne: one rule to generate indiv. parts in Rules and a item.children.each to collect everything
<ddfreyne> Keltia: OK if I look at this in the evening? At work atm (And I don’t get paid for this :P)
<Keltia> ddfreyne: no worry :)
<ddfreyne> Keltia: remind me
<ddfreyne> Keltia: What timezone are you in?
<Keltia> CEST, am in France :)
<ddfreyne> Okay cool (Belgium here)
<ddfreyne> bobthecow: I’d like to remove support for Bundler in nanoc (it’s problematic when the Gemfile.lock version of nanoc differs from the loaded version of nanoc)
<ddfreyne> bobthecow: and tell people to use `bundle exec nanoc` if they want to use Bundler
<Skyr> Oh, did I mention that I put my nanoc site online? It's not finished yet (but then - when is a site finished), but it basically works: http://stefan.ploing.de/ \o/
Rym has quit [Ping timeout: 256 seconds]
Rym has joined #nanoc
kitallis has quit [Read error: Connection reset by peer]
kitallis has joined #nanoc
kitallis has quit [Ping timeout: 252 seconds]
Rym has quit [Ping timeout: 276 seconds]
kitallisii has joined #nanoc
Rym has joined #nanoc
Rym__ has joined #nanoc
kitallisii has quit [Ping timeout: 252 seconds]
kitallis has joined #nanoc
Rym has quit [Ping timeout: 256 seconds]
Rym__ is now known as Rym
xo__ has quit [Quit: Leaving]
kitallis has quit [Ping timeout: 240 seconds]
kitallis has joined #nanoc
Segismond has joined #nanoc
jugglinmike has joined #nanoc
vukini_ has joined #nanoc
vukini_ has quit [Remote host closed the connection]
vukini_ has joined #nanoc
vukini___ has joined #nanoc
vukini_ has quit [Ping timeout: 245 seconds]
kitallis has quit [Quit: Textual IRC Client: http://www.textualapp.com/]
<musicmatze> Skyr: Nice site!
<musicmatze> Skyr: Can you tell me how much items are there and how much time it takes for a full compile?
<Skyr> musicmatze: ~4000 items, 80 seconds
* Skyr is off, homeward bound
<musicmatze> Skyr: On what kind of machine O_o, Mine takes ~30 mins with ~3800 Items! Maybe your setup is better than mine.
<darix> musicmatze: slow disks?
<ddfreyne> 30 minutes is a very long time… :o
<darix> did you strace it a bit?
<ddfreyne> musicmatze: I still need to take a proper look!
<darix> strace -e trace=file -fF -tt
<darix> would help
* ddfreyne is finished with work (from home) and will now start dinner
<darix> i just finished FindThumbnail::find_thumbnail(@item)
<musicmatze> ddfreyne: no, but I will do. I will receive a new notebook in the next days. When setup is done on this machine. Until this machine is installed and configured, i won't have time for nanoc at all, I think.
<musicmatze> But afterwards, I will do it and try to get it running on this machine.
<musicmatze> But it should work on it... 16GB RAM!
<musicmatze> and then, I will try to fix the memory useage and so on and report almost everything I can!
<darix> musicmatze: well to get disk IO out of the equation you can try it on tmpfs ;)
<musicmatze> darix: That's a really good idea. I will do so with my new notebook after it is installed and configured!
<musicmatze> this will take some time, I think. But when it is done, it is done and I can focus on nanoc and my own project.
<musicmatze> s/project/projects/
<guardian> what do you use to deploy to a github page?
<guardian> git commit then push by hand?
<musicmatze> who?
<guardian> I'm tempted to init another git repository in output/ and use that to push to remote repo on server
<guardian> and keep that disconnected with nanoc deploy
<guardian> s/with/from
<ddfreyne> guardian: I would porbably do it that way too. I usually just use rsync though
<guardian> well as I said yesterday (which surprised Keltia) I want to know what differs exactly
<guardian> so that I can act before pushing say a feed where tags changes and would end up fuck up history in rss readers
yogsototh1 has quit [Ping timeout: 260 seconds]
whee has quit [Remote host closed the connection]
whee has joined #nanoc
number-six has quit [Ping timeout: 246 seconds]
jaspervdj has quit [Ping timeout: 246 seconds]
jaspervdj has joined #nanoc
louquillio has quit [Remote host closed the connection]
<Keltia> ddfreyne: hello
number-six has joined #nanoc
<Keltia> now, I also have a charset issue :(
hakunin_ has joined #nanoc
Rym has quit [Quit: Rym]
Guu has joined #nanoc
hakunin has quit [*.net *.split]
antbody has quit [*.net *.split]
<ddfreyne> Keltia: Hi!
Rym has joined #nanoc
<ddfreyne> Keltia: It’s a bit late atm :( Can you post the issue on the mailinglist or something? It’ll be easier to answer offline, because I won’t have time to be online tomorrow either
<Keltia> ddfreyne: ok. Do you see any particuler reason why a 'é' in utf-8 in the source file could end up as 'é' after compiling?
koan_ has joined #nanoc
Skyr_ has joined #nanoc
koan has quit [Read error: Connection reset by peer]
Skyr has quit [Ping timeout: 240 seconds]
<Keltia> ddfreyne: thanks
<Keltia> ddfreyne: I suspect kramdown and/or erb tries to be too smart about some characters like "" -> `` '' with unicode equiv
<ddfreyne> Keltia: Hmmm… does changing env and input encoding not fix it?
<ddfreyne> Keltia: It’s pretty late and I’m heading to bed. I’ll talk to you soon, alright?
<ddfreyne> Keltia: Or maybe better, put it on the mailing list!
* ddfreyne is off, gnight!
<Keltia> 'nite
<Keltia> ddfreyne: posted although it has to be moderated as a new member
jugglinmike has quit [Quit: Leaving.]