Lee on March 8th, 2009

I seem to be in a love/hate relationship with Git. On the one hand, it’s… well, horrible, usability wise, with all it’s unexpected behaviors and weird terminology for well known concepts. On the other hand, it does nice things like this when changes are committed:


rename noodil.py => kit_library/hello.py (71%)
mode change 100755 => 100644
rewrite [...]

Continue reading about Git Smart

Lee on February 19th, 2009

I received an SVGSlice bug report today. I haven’t actually looked at SVGSlice in ages.
So I’ve just posted SVGSlice 0.15 to launchpad. Mostly it just updates the code to work with a SAX namespace change (sax.saxutils.DefaultHandler -> sax.handler.ContentHandler), and does a few other small anti-bitrot cleanups. Unfortunately there’s a bug in Jaunty’s [...]

Continue reading about SVGSlice 0.15