Re: [MacRuby-devel] I want to talk about MacRuby support of Lion.

2011-04-08 Thread Eloy Duran
No need to apologize, you did the right thing :) On 8 apr. 2011, at 06:16, Takao Kouji wrote: > Hi, > > I'm sorry. I will talk about it other place. > > Thanks Kouji. > > On 2011/04/08, at 11:49, Takao Kouji wrote: > >> Hi, >> >> I have joined the "Mac Developer Program". >> I am compiling

Re: [MacRuby-devel] WWDC ?

2011-04-08 Thread Christian Niles
50 is easily doable. I've contacted a few companies I know around Moscone who would likely be interested in hosting. I'm pretty sure one of them will be amenable. Assuming that works out, what are people interested in organizing at the meetup? I'm somewhat partial to happy-hour format, in which

[MacRuby-devel] MacRuby crash log

2011-04-08 Thread Gabriel Gilder
Hi, I'm working on a MacRuby app that occasionally - and somewhat randomly - crashes with a SIGABRT. Not sure if I can create a code sample that recreates the issue, since performing the same actions doesn't always trigger the crash. I've posted the crash log here: https://gist.github.com/910336

Re: [MacRuby-devel] WWDC ?

2011-04-08 Thread Rich Morin
At 10:41 AM -0700 4/8/11, Christian Niles wrote: > ... what are people interested in organizing at the meetup? Erik Michaels-Ober (@sferik) is willing to do a reprise of his MacRuby intro talk. This might be a good way for local Rubyists to get some background information before we start the regu

Re: [MacRuby-devel] WWDC ?

2011-04-08 Thread Christian Niles
Weird. I'm friends with Erik and never knew he gave a talk about MacRuby. That makes it easy to convince him to do it :) On Apr 8, 2011, at 12:23 PM, Rich Morin wrote: > At 10:41 AM -0700 4/8/11, Christian Niles wrote: >> ... what are people interested in organizing at the meetup? > > Erik Mich

Re: [MacRuby-devel] WWDC ?

2011-04-08 Thread Rich Morin
At 12:43 PM -0700 4/8/11, Christian Niles wrote: > Weird. I'm friends with Erik and never knew he gave a talk > about MacRuby. That makes it easy to convince him to do it :) He gave it at Ruby on Ales a couple of weeks ago: Erik Michaels-Ober Gui Programming with Mac Ruby -- http://ruby.o

[MacRuby-devel] MacRuby 0.10 Sqlite3 and Sequel

2011-04-08 Thread Daniel Westendorf
Hi all, I'm not able to query a Sqlite database using MacRuby and Sequel. Consider the following gist: https://gist.github.com/910989 macruby => 0.10 sequel => 3.22.0 sqlite3 => 1.3.3 I get a response from the the db when I select ALL the rows, but not when I query for one record. It works with