On Sun, Apr 06, 2008 at 04:21:27AM +0100, pedro mg wrote: > I sent a friend Twittershoes 0.6 to test on his Mac and the result is very > similar to the one on my Gnome Debian. Say cross-platform ? > cross-platform indeed. > > Any fixes, developments, would be very welcome :) > Didn't test on Windows.
Windows has some issues, but I'm working through them. First, drop remote_image from Twittershoes. I'm using two levels of image caching in Shoes now: first, images downloaded are cached on the filesystem. And, second, images loaded multiple times are stored in-memory as a single surface. Also, for some reason, Shoes on Windows is having DNS resolver problems which can be remedied by using: require 'resolv-replace' in Twittershoes. _why
