Re: [MacRuby-devel] [MacRuby] #734: Mustache fails on call to render.

2010-06-08 Thread MacRuby
#734: Mustache fails on call to render. +--- Reporter: la...@… | Owner: lsansone...@… Type: defect | Status: new Priority: minor

[MacRuby-devel] help - CoreAudio

2010-06-08 Thread sowmya gopinath
Hi, My MacRuby Application requires a streaming AudioPlayer. NSSound cannot be used to build the Player. Any pointers on how it can be done using CoreAudio and AudioQueueService. Your help is much appreciated. Thanks Sowmya ___ MacRuby-devel mailing

Re: [MacRuby-devel] [MacRuby] #743: Project templates' IB files should be .xib's, not .nib's

2010-06-08 Thread MacRuby
#743: Project templates' IB files should be .xib's, not .nib's +--- Reporter: pthom...@… | Owner: pthom...@… Type: defect | Status: new Priority: major

Re: [MacRuby-devel] [MacRuby] #156: macirb fails using Japanese locales

2010-06-08 Thread MacRuby
#156: macirb fails using Japanese locales +--- Reporter: l.g.c...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: major |M

[MacRuby-devel] [MacRuby] #743: Project templates' IB files should be .xib's, not .nib's

2010-06-08 Thread MacRuby
#743: Project templates' IB files should be .xib's, not .nib's +--- Reporter: pthom...@… | Owner: pthom...@… Type: defect | Status: new Priority: major

Re: [MacRuby-devel] Using HotCocoa inside a MacRuby project?

2010-06-08 Thread Gabriel Gilder
I figured out what was going on here — the error was actually caused by having a framework (appscript) with a missing BridgeSupport folder. Not sure why hotcocoa was triggering this problem, but in any case now that I have the correct framework loaded everything seems to be fine. Sorry for the both

[MacRuby-devel] [MacRuby] #742: Encoding is always UTF-8 (?)

2010-06-08 Thread MacRuby
#742: Encoding is always UTF-8 (?) --+- Reporter: watson1...@… | Owner: lsansone...@… Type: defect| Status: new Priority: blocker | Miles

[MacRuby-devel] [MacRuby] #741: All character encoding of the string become UTF-8 when use force_encoding.

2010-06-08 Thread MacRuby
#741: All character encoding of the string become UTF-8 when use force_encoding. --+- Reporter: watson1...@… | Owner: lsansone...@… Type: defect| Status: new

Re: [MacRuby-devel] difference in float behaviour

2010-06-08 Thread Emil Tin
ok. it confused me a bit that d prints as "1.0", but d==1.0 evaluates to false. but sprintf shows that it's just float#to_s that is truncating the output: z = 0.034228469424 r = Math.sqrt z*z d = z/r puts d # => 1.0 puts d==1.0 # => false puts spri

Re: [MacRuby-devel] WebScripting protocol

2010-06-08 Thread Michael Pitra
Hi, I believe you are hitting this bug: http://www.macruby.org/trac/ticket/594 There is a workaround in the first comment: http://www.macruby.org/trac/ticket/594#comment:1 Let me know if that's not it though! :-) seems to be the case. I cannot speak for Michael Jackson (originator of the th