#568: MacRuby is a lot slower than 18, and in 19, in this benchmark.
-+--
Reporter: r...@…| Owner: lsansone...@…
Type: enhancement | Status: new
Priority: minor
Hi Carlo,
In case it helps, you might be able to use one of the existing
keychain wrappers / code rather than rolling your own (listing):
http://www.cocoadev.com/index.pl?KeyChain
There is also a nice keychain wrapper for iPhone, but I'm not sure if
it works on OS X:
http://github.com/ldanderse
#568: MacRuby is a lot slower than 18, and in 19, in this benchmark.
-+--
Reporter: r...@…| Owner: lsansone...@…
Type: enhancement | Status: new
Priority: minor
#568: MacRuby is a lot slower than 18, and in 19, in this benchmark.
-+--
Reporter: r...@…| Owner: lsansone...@…
Type: enhancement | Status: new
Priority: minor
#567: macirb can't exit after trying to load a gem that doesn't exit
-+--
Reporter: mattaimone...@… | Owner: lsansone...@…
Type: defect | Status: new
Pr
#566: MacRuby uses a ton of memory on a Shootout benchmark
-+--
Reporter: pe...@… | Owner: lsansone...@…
Type: defect | Status: new
Priority: m
#425: RSpec not working
+---
Reporter: jens.nock...@… | Owner: lsansone...@…
Type: defect | Status: new
Priority: major | Milestone:
Hi Carlo,
Could you file a bug on trac regarding this problem? At least we
should not abort() :)
Regarding your initial question, I do not believe BridgeSupport and
MacRuby are complete enough to let you access the C APIs of
Security.framework.
I would recommend to wrap your calls into
#565: GCD sources should return passed-in handle for handle method
---+
Reporter: j...@… | Owner: ernest.prabha...@…
Type: defect | Status: new
Priority: bl
Hi, I'm back to using MacRuby again and I'm confused about Bridge Support.
I have been using the excellent sojaster port of the Cocoa OpenGL example to
help develop an OpenGL playpen. However, when I started using glut calls
(glutBitmapCharacter, glutStrokeString, etc) I started to get problems.
Hi Jordan,
On Jan 20, 2010, at 9:35 AM, Jordan K. Hubbard wrote:
> On Jan 20, 2010, at 7:04 AM, Ernest N. Prabhakar, Ph.D. wrote:
>
>> I actually thought about adding a "file" method on Dispatch::Source that (in
>> cases where you passed in an IO object instead of an file descriptor), would
>>
On Jan 20, 2010, at 7:04 AM, Ernest N. Prabhakar, Ph.D. wrote:
> I actually thought about adding a "file" method on Dispatch::Source that (in
> cases where you passed in an IO object instead of an file descriptor), would
> return that object. Of course it would return nothing in other cases, b
Hi Jordan,
I actually thought about adding a "file" method on Dispatch::Source that (in
cases where you passed in an IO object instead of an file descriptor), would
return that object. Of course it would return nothing in other cases, but
maybe that's OK. Still not sure what to call it -- any
#425: RSpec not working
+---
Reporter: jens.nock...@… | Owner: lsansone...@…
Type: defect | Status: new
Priority: major | Milestone:
#548: The flip-flop operator
-+--
Reporter: eloy.de.en...@… | Owner: martinlagarde...@…
Type: defect | Status: assigned
Priority: trivial
#562: Including a module into class Class or class Module
-+--
Reporter: eloy.de.en...@… | Owner: lsansone...@…
Type: defect | Status: new
Priority: bl
Anyone? Pretty please?
I need to store user credentials, and a NSUserDefaults instance is
hardly the right place, methinks. ;)
Thanks,
Carlo
2010/1/16 Carlo Zottmann :
> Hi guys,
>
> I just noticed that in 0.5b2 on Snopard,
>
>> Pointer.new_with_type("v")
>
> (void) results in a
>
>> Assertion
Hi guys,
So, now that GCD sources are supported (go Ernie!), I just thought I'd play
with a simple echo server example in MacRuby:
require 'socket'
q = Dispatch::Queue.concurrent
m = Dispatch::Queue.main
hostname = "localhost"
port = 25000
s = TCPServer.open(hostname, port)
src = Dispatch::Sou
#218: including a module which defines functions can mask functions of the same
name in the including class
---+
Reporter: cel...@… |Owner: lsansone...@…
Type: defect | Statu
19 matches
Mail list logo