Re: [MacRuby-devel] App Store

2012-03-15 Thread Nat Brown
Not entirely specific to targeting the mac app store, but a minor caveat for anybody very new to MacRuby -- debugging full-fledged gui MacRuby apps can be challenging due to the lack of breakpoint/stepping/etc support in XCode. see also http://lists.macosforge.org/pipermail/macruby-devel/2011-July/

Re: [MacRuby-devel] AppleTV mirroring?

2012-02-14 Thread Nat Brown
per http://en.wikipedia.org/wiki/AirPlay and from my own time spent on some reverse-engineering of AirPlay slideshows, videos, and music -- afaict nobody is quite sure how the custom view mirroring protocol works just yet. a good reference to get started playing with airplay in ruby is https://git

Re: [MacRuby-devel] MacRuby promise

2011-11-14 Thread Nat Brown
you are right, of course -- these two issues are orthogonal, I simply never pass up a chance to rant about lack of debug support on the off chance that everybody will up-vote this issue and we'll see it get fixed before another 5 years pass. if you implement your suggestion, i will certainly try it

Re: [MacRuby-devel] MacRuby promise

2011-11-14 Thread Nat Brown
this would certainly be useful, but frankly i think that having proper debugger-integration support in xcode (see http://www.macruby.org/trac/ticket/1208 and issue 3037631 in http://bugreporter.apple.com) would go dramatically farther towards making macruby useful. edit-and-continue would be great,

[MacRuby-devel] xcode debugger support

2011-07-11 Thread Nat Brown
having great fun with macruby and planning on building a lot of apps with it -- thanks to everybody who has contributed to bringing my favorite language to macs :) that said, i see in http://www.macruby.org/trac/ticket/1208 and have now suffered through with experience that proper debugger support

Re: [MacRuby-devel] Rspec Stopped Running Under Macruby

2011-05-20 Thread Nat Brown
am i understanding the option being described here as manually forcing a pre-compile of .rb gems to .rbo cached to the gems directory (with caveats like no backtrace, ymmv)? anybody working on a generic (system-wide or per-user or configurable?) cache of arbitrary .rb -> .rbo similar to how rubyin