[MacRuby-devel] Looking for feedback on a draft blog post: Optimising Table Views With MacRuby

2010-01-10 Thread isaac kearse
Hey Guys, http://isaac.kearse.co.nz/draft/ Looking for any and all feedback: technical, writing, whatever... Cheers, Isaac ___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Re: [MacRuby-devel] Looking for feedback on a draft blog post: Optimising Table Views With MacRuby

2010-01-10 Thread Chuck Remes
On Jan 10, 2010, at 4:00 PM, isaac kearse wrote: > Hey Guys, > > http://isaac.kearse.co.nz/draft/ > > Looking for any and all feedback: technical, writing, whatever... Good write-up. A couple of syntax errors. In the TWITTER PROFILE PICTURES paragraph: "The I construct a NSURL" Should be "Th

Re: [MacRuby-devel] Looking for feedback on a draft blog post: Optimising Table Views With MacRuby

2010-01-10 Thread isaac kearse
Thanks Chuck, Syntax errors corrected. You're probably right about the title. This post started with a larger scope but I soon realised if I didn't cut it short I'd never finish it :) Cheers, Isaac On Mon, Jan 11, 2010 at 11:53 AM, Chuck Remes wrote: > > On Jan 10, 2010, at 4:00 PM, isaac kea

Re: [MacRuby-devel] BridgeSupport question

2010-01-10 Thread Matt Aimonetti
That seems to be a bridgesupport bug to me :( I also encountered some issues and I think someone is looking into it. - Matt On Sat, Jan 9, 2010 at 3:50 AM, Carlo Zottmann wrote: > Hi list, > > my name's Carlo Zottmann, I'm from Germany, and currently diving into > MacRuby. I've ran into some Br

Re: [MacRuby-devel] Looking for feedback on a draft blog post: Optimising Table Views With MacRuby

2010-01-10 Thread Jordan K. Hubbard
On Jan 10, 2010, at 2:53 PM, Chuck Remes wrote: > I don't think I would title the post as you have. You are optimizing a little > bit by moving to an asynchronous picture load, but that isn't necessarily a > common event for table views. Maybe call it "Asynchronous Table View Loading > With Ma

[MacRuby-devel] [MacRuby] #546: REXML text.rb fails: premature end of char-class

2010-01-10 Thread MacRuby
#546: REXML text.rb fails: premature end of char-class --+- Reporter: mac...@… | Owner: lsansone...@… Type: defect| Status: new Priority: blocker

[MacRuby-devel] [MacRuby] #547: macirb doesn't work, but macruby does

2010-01-10 Thread MacRuby
#547: macirb doesn't work, but macruby does --+- Reporter: rensela...@… | Owner: lsansone...@… Type: defect| Status: new Priority: blocker

Re: [MacRuby-devel] [MacRuby] #547: macirb doesn't work, but macruby does

2010-01-10 Thread MacRuby
#547: macirb doesn't work, but macruby does --+- Reporter: rensela...@… | Owner: lsansone...@… Type: defect| Status: new Priority: blocker

Re: [MacRuby-devel] Looking for feedback on a draft blog post: Optimising Table Views With MacRuby

2010-01-10 Thread isaac kearse
Thanks Jordan, I wanted to keep this post fairly short and narrow just for my own sanity. But maybe I'll do some more articles on the async theme and collect them together for a tutorial/documentation later. What if the next one solved this same issue but with GCD instead of an async NSURLConnec