code could definitively be cleaned up/
optimized.
I just want to know if that's something others are interested in, or
if you prefer to
1. come up with your own solution every time
2. don't bother with mvc
3. use xcode/ib
- Matt
___________
MacRuby-devel mailing list
MacRuby-devel@l
isan.com/2009/9/1/macruby-intro
Having done this I cannot run some of the HotCocoa examples.
For calculato, layout_view and hotconsole doing a macrake just
hangs. Doing a macrake -- trace did get the examples to build and
run. Subsequent macrake then launched the example and they appear
t
Instruction Selection' on function
'@431'
Abort trap
}}}
If this is really only happening to me, let me know what other information
I can provide.
--
Ticket URL: <http://www.macruby.org/trac/ticket/415>
MacRuby <http://macruby.org/>
________
in
self.isSelectorExcludedFromWebScript(sel), the "click:" selector is not
amongst the results.
What am I missing here?
Regards,
Michael
___________
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
g such a team! I think it would be
interesting, myself, particularly if it led to the creation of something that
could compare to Processing. :)
- Jordan
_______________
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
ur patches over
> email if there's any real interest in creating such a team! I think it
> would be interesting, myself, particularly if it led to the creation of
> something that could compare to Processing. :)
>
> - Jordan
>
> _
mple (very
>> much like something I've done in CobraMenu):
>>
>> HotCocoa::URLConnection.get('http://google.com') do |c|
>>
>> c.success { success_callback }
>>
>> c.failure { failure_callback }
>>
>> c.error { |e| er
ver, where the limits should lie is not written in stone somewhere
afaik, so maybe that's a good idea to discuss?
My 2$
--
Ticket URL: <http://www.macruby.org/trac/ticket/274#comment:1>
MacRuby <http://macruby.org/>
_______
MacRuby-devel
gt; tutorial
> http://www.macruby.com/documentation/tutorial.html
> and also looked at the discussion in ticket 281, macruby-devel at
> http://bit.ly/dkKyXT, and carlo.log http://bit.ly/5SdxCq
>
> At this point, the app does nothing but pop up "hello world" (using Cocoa
> directl
Component: MacRuby |Keywords: Hotcocoa Color Error
+---
Changes (by lsansone...@…):
* owner: lsansone...@… => r...@…
Comment:
Assigning to Rich for screening.
--
Ticket URL: &l
| Milestone:
Component: MacRuby |Keywords:
--+-
Comment(by mattaimone...@…):
check the new hotcocoa mapping for the progress indicator. Everything
works
"it's all about" in many
aspects of what we offer, I daresay).
- Jordan
___________
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
).
-r
--
http://www.cfcl.com/rdmRich Morin
http://www.cfcl.com/rdm/resume [EMAIL PROTECTED]
http://www.cfcl.com/rdm/weblog +1 650-873-7841
Technical editing and writing, programming, and web development
_______
MacRuby-devel mailing lis
some implementation hints (:-).
-r
--
http://www.cfcl.com/rdmRich Morin
http://www.cfcl.com/rdm/resume [EMAIL PROTECTED]
http://www.cfcl.com/rdm/weblog +1 650-873-7841
Technical editing and writing, programming, and web development
___________
M
uby.framework /path/to/
MyApp.app/Contents/Frameworks
$ macruby -r hotcocoa/application_builder -e
"HotCocoa::ApplicationBuilder.deploy(ARGV[0])" /path/to/MyApp.app
This will basically do 3 things:
1) copy the version of MacRuby.framework that you built inside your app
2) change the inst
ed by the verbosity of this line of code, well
than working with edge cases in Cocoa will
give you nightmares. Maybe this is actually not an edge case,
because a lot of people might use this method.
But my point is that MacRuby & HotCocoa should not teach the users
how to _not_ use Cocoa, b
o there's plenty of time left for discussion on this topic.
While this is all interesting, please do not commit anything to trunk
before we discuss this idea together.
Also, I am a bit suspicious when it comes to the rspec syntax. I
personally would prefer the shoulda or pure test/unit
ccess { success_callback }
>
> c.failure { failure_callback }
>
> c.error { |e| error_handler.call_something e }
>
> end
>
>
> I'd be interested to see if other people think this is a good idea. If so, I
> can formulate a strategy, and get to
hpricot uses a C extension which is not compatible with MacRuby yet. I'm
planning on working with Aaron Patterson who wrote nokogiri during
RailsConf. The hope is to have nokogiri compatible with macruby 0.5 pretty
soon. In the mean time, HotCocoa has a XML parser which works pretty well,
Xcode.
On May 2, 2010, at 1:16 PM, Matt Aimonetti wrote:
> Are you trying to compile an Xcode or hotcocoa project?
>
> - Matt
>
> On Sun, May 2, 2010 at 11:10 AM, Brian Marick wrote:
> I'm trying to get a standalone distribution working (one with the MacRuby
> fra
y 1.9.0) [universal-darwin9.0, x86_64]
Abort trap
}}}
--
Ticket URL: <http://www.macruby.org/trac/ticket/307>
MacRuby <http://macruby.org/>
_______
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
now would be to have a test suite for HotCocoa first,
so everyone can dive in and start hacking.
- Eloy
_______
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
s, what do you have
to deal with? SOAP, XML-RPC, something else?
On a different note, I can think of a few things that you could do
to help:
- work on MacRuby/HotCocoa examples, I know you already ported a lot
of samples from various sources, but some original samples to show
various tech
ome animation.
class MyView < NSView
def drawRect(r)
end
end
or, even better in some cases
a = view(:something)
class << a
def drawRect(r)
end
end
-Ben
_______
MacRuby-devel mailing list
[email protected]
http://lists.macosforge
t did not find any discussions about this.
There was something about checkboxes and hotcocoa, but I do not use hotcocoa.
The best solution would be a simple stupid mistake on my part :-)
Any takers?
Regards,
Rien.
___
MacRuby-devel mailing list
MacRuby-
#x27;m still planning on preparing some documentation on
integrating MacRuby apps with remote/local web applications. You mentioned
non-REST webservices, what do you have to deal with? SOAP, XML-RPC,
something else?
On a different note, I can think of a few things that you could do to help:
- work on M
: major| Milestone:
Component: MacRuby |Keywords:
-+--
Comment(by drnicwilli...@…):
This is a hotcocoa ticket, but I forgot to add it to
some (yet
>> more) tips ;-).
>>
>> Unfortunately, there was a last minute change and I won't be able to make
>> it to the conf. However, I'm still planning on preparing some documentation
>> on integrating MacRuby apps with remote/local web applications. Yo
ee to
contact me offline so I can show you how to use our blog engine
tool. (I think Rich is planning on releasing a tutorial on how to do
that, but that might not happen right away)
- Matt
___
MacRuby-devel mailing list
MacRuby-d
http://www.cfcl.com/rdmRich Morin
http://www.cfcl.com/rdm/resume [EMAIL PROTECTED]
http://www.cfcl.com/rdm/weblog +1 650-873-7841
Technical editing and writing, programming, and web development
___________
MacRuby-devel ma
documentation
___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
And if so, can someone tell me if this project is still in active
development? The last time it was updated was in January, and it seems the
bugs have gone unread the last few months.
Thanks,
-Matt
___
MacRuby-devel mailing list
MacRuby-devel
| Status: new
Priority: minor | Milestone: MacRuby 0.6
Component: MacRuby |Keywords: hotcocoa layout_view
setFrame superclass
passed onto a true Cocoa
> interface, kinda thing?
Pretty much. For example, imagine that WebApp hands back a DOM tree
that is decorated with geometric information. The MacRuby app walks
this tree and makes the appropriate HotCocoa calls.
I think WebApp will simply pass through information i
Also, what are you building with MacRuby?
- Matt
___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
Hotcocoa deploy command if run as a regular user. The
attached patch changes the permissions to be 644 so users can copy the
files
--
Ticket URL: <http://www.macruby.org/trac/ticket/267>
MacRuby <http://macruby.org/>
_______
MacRuby-devel
|Milestone: MacRuby 0.5
Component: MacRuby | Resolution: invalid
Keywords: bug compile |
-+--
Comment(by kieran...@…):
So in order for someone to ship MacRuby/HotCocoa apps
ng HotCocoa plug-ins, and perhaps the added structure of
coming from Cocoa might enable simpler solutions.
-enp
_______
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
nd `f.rangeOfString(".app").length ==
0` all work in macruby -d and all fail after macrake. When I say fail this
line does not evaluate correctly and hence the paths are not loaded which
fails when requiring other classes within project. I am currently using a
nightly build 30-11-09.
all fail after macrake. When I say fail this
line does not evaluate correctly and hence the paths are not loaded which
fails when requiring other classes within project. I am currently using a
nightly build 30-11-09.
--
--
Ticket URL: <http://www.macruby.org/trac/ticket/470#comment:3>
MacRuby <http://macruby.org/>
___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
you have?
Henry
_______
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
UBY_VERSION and MACRUBY_REVISION.
_______
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
Well, the install_name_tool only fixes the dynamic linking, so I
presume the macruby search paths in the framework need to be changed
as well. I am not using hotcocoa, so I haven't run into that
particular issue.
2009/1/23 Dr Nic Williams :
> Thanks for the new idea; though I'm get
t:6>
MacRuby <http://macruby.org/>
_______
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
t wrote:
>
>> Hey,
>>
>> Attached a patch with the fix. I checked the test and the fix does indeed
>> make it pass.
>> In my change I also changed Object#full_const_get to return nil (and not
>> false) when it does not find a constant because false seemed odd to me. Wh
te:
Hmmm,
I spoke too soon. I just loaded MacRuby into a clean environment on
another machine, and /System/Library/Frameworks/ is not in $: and
require 'hotcocoa' works just fine.
Back to the drawing board.
Bob Schaaf
On Jan 30, 2009, at 6:27 PM, Robert Schaaf wrote:
Hello
If you want to hear the latest MacRuby news, make sure to follow @macruby on
twitter: http://twitter.com/macruby
On top of sharing with you the latest news, @MacRuby answers your (simple)
MacRuby/Hotcocoa questions via twitter. Questions in English, French,
Spanish, Japanese will be addressed in
MacRuby syntax sticks as closely as possible to the Objective-C
Cocoa APIs. From my point of view, it's best to leave the rubyfication of
the APIs to HotCocoa.
--
Ticket URL: <http://www.macruby.org/trac/ticket/712#comment:6>
MacRuby <http
into a file
> > called 'shortcutapp.rb' and type:
> >
> > [1]:
> http://andymatuschak.org/articles/2008/09/12/hotcocoa-is-pretty-damn-hot/
> >
> > macruby shortcutapp.rb
> >
> > If you want to package things up into an actual .app bundle, then you
Leigh,
The impression I got with HotCocoa is that the core MacRuby team was
busy enough with MacRuby to not want to get distracted with helping
develop it. I know that many including myself would be interested in
seeing it expand. (Rich did an awesome job with it, but it seemed to
have a
n't be trusted blindly. I will simply see if
all code has been ran, not whether or not you tested all different
situations.
Keep in mind that not every one on earth believes in TDD :-)
I do, that's why I'm making this case especially for HotCocoa and
not for core MacRuby.
And
of today, it is not possible to submit, on
>> the AppStore (the iOS AppStore), an application that has been written using
>> MacRuby :-(.
>
> Why not? What information do you have?
>
> Henry
>
> _______
> MacRub
0.5 pretty soon. In the mean time, HotCocoa has a XML parser
which works pretty well, check the hotcocoa mappings + do a search
on this mailing list to find a quick example wrote by Rich Kilmer.
- Matt
On Tue, Apr 21, 2009 at 3:00 PM, s.ross wrote:
I've been toying around with Mac
4 and mac OS 10.5.8, it no
> > longer works for me since updating macruby and the OS:
> >
> > macruby -e 'require "hotcocoa/graphics"'
> > -e:1:in `': private method `define_method' called for Class:Class
> > (NoMethodError)
> >
> &
Hmmm,
I spoke too soon. I just loaded MacRuby into a clean environment on
another machine, and /System/Library/Frameworks/ is not in $: and
require 'hotcocoa' works just fine.
Back to the drawing board.
Bob Schaaf
On Jan 30, 2009, at 6:27 PM, Robert Schaaf wrote:
Hello
e for installing macruby).
I like to extend some functionality for my (experimental) opensource
project.
The mapping files are in the hotcocoa/mappings directory in the
MacRuby's standard library. If you are willing to extend RubyCocoa I
would recommend to install it from the sources,
rsal-darwin10.0, x86_64]
"svn revision 3385 from
http://svn.macosforge.org/repository/ruby/MacRuby/trunk";
$ macgem -v
1.3.5
$ sudo macgem install hotcocoa
Password:
ERROR: While executing gem ... (TypeError)
incompatible marshal file format (can't be read)
forma
___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
de a classic layout as you are accustomed to by
>>> frameworks such as Rails.
>>>
>>> At this point, the test framework which we can fully run is Bacon, which
>>> is what I'm gonna base the rest of my current work on. However, once we can
>>> fully run
t;> that pulls it all together.
>>
>
> It's a small details but I think we do need a solid testing framework in
> XCode too. Not everyone will use Rucola and therefore offering a great test
> solution for both tools would be great.
>
>
> Rucola has always been about al
http://www.cfcl.com/rdmRich Morin
http://www.cfcl.com/rdm/resume [email protected]
http://www.cfcl.com/rdm/weblog +1 650-873-7841
Technical editing and writing, programming, and web development
___
MacRuby-devel mailing list
MacRuby-
Hello,
I wrote up some thoughts on building cocoa applications with MacRuby last night
and would love to hear any thoughts other people have. You can see the article
at http://everburning.com/news/ramblings-on-programming-cocoa-with-ruby/ .
I've been trying several different methods, Hot
d
end
module X
include Y
def x
puts 'x'
end
end
o = Object.new
o.extend X
o.x
o.y
}}}
Bug reported by Rich Kilmer which is the reason why HotCocoa #on_action
doesn't work in b2
--
Ticket URL: <http://www.macruby.org/trac/ticket
y sure there are MacRuby apps that have been accepted. People are just
being coy about it.
___________
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
wise, I am going to keep plugging away at it in my spare
time--maybe around 2050 or so I will solve it. But I will solve it
eventually, because I love the idea of macruby and I love my old gem library
and I can't live without either.
Tim
_______
MacRu
well as adding ruby methods and
constants, lib/hotcocoa/mapping.rb could be persuaded to do something
like that. I'd envisage this being a tool you could run on a mapping
file to spit out html / rdoc / whatever. I don't have time this week
but I'd like to look into something
self
>> >
>> > download "http://localhost:5984/couchrest-test/";, :method => 'POST',
>> > :payload => '{"user":"[email protected]","zip":92129}',
>> > :delegation =>
>
,
> >> > :layout
> >> > => {:start => false})
> >> > end
> >> >end
> >> >
> >> >download "http://macruby.org/users/matt";, :delegation =>
> >> > @downloaded_file, :method =>
ery
> and the response handling are async so the rest of your code can be run and
> you get notified only when the response comes back.
>
> The underlying API looks like that: MacRubyHTTP::Query.new( url,
> http_method='GET', options={} )
> Queries don't run in a cust
be shared in this forum
when we all get caught up on the rest of our lives.
-Ben
___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
use the hotcocoa cli interface to generate the file, so I
>> > don't have a Rakefile or anything. I just used a text editor and
>> > followed an old example[1]. Try putting the ruby code into a file
>> > called 'shortcutapp.rb' and type:
>> >
&g
ate the file, so I
> don't have a Rakefile or anything. I just used a text editor and
> followed an old example[1]. Try putting the ruby code into a file
> called 'shortcutapp.rb' and type:
>
> [1]: http://andymatuschak.org/articles/2008/09/12/hotcocoa-is-pretty-damn-ho
with Cocoa.
Cheers,
Eloy
_______
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
_______
MacRuby-devel mailing list
[email protected]
http://lists.macosforg
would have balked, for sure, and maybe even walked away.
Also, Matt Aimoetti's MacRuby book, and the upcoming book, MacRuby in Action,
indicate that the support is out there.
I think that HotCocoa is a great example of "fun" and "distinctive development
cycle". It aims to
-
cbdd6d06ece482e124516359cd9299294667daeb)
rake aborted!
no such file to load -- hotcocoa/standard_rake_tasks
/Users/barry/dev/vincentisambart-hotconsole-
cbdd6d06ece482e124516359cd9299294667daeb/rakefile:2:in `require'
(See full trace by running task with --trace)
This means you are using an old version of MacRuby, probabl
ick"
end
When I run and double click on a row in the table I get:
*** -[RBAnonymous132 doubleClickInRow:]: unrecognized selector sent
to instance 0x8005d1c40
Does anyone know how to get this to work?
Thanks,
Dave.
_______________
MacRuby-d
6_64]
>> > (with ruby version 1.9.0)
>> >
>> > I don't see a define_method call anywhere in the source code in the
>> >
>> /Library/Frameworks/MacRuby.framework/Versions/0.5/usr/lib/ruby/1.9.0/hotcocoa/graphics.rb
>> > file.
>> >
&g
08/09/12/hotcocoa-is-pretty-damn-hot/
macruby shortcutapp.rb
If you want to package things up into an actual .app bundle, then you
would need a slightly different approach. It shouldn't be too bad,
since hotcocoa helps you layout your code in a sensible way. Make
sure the above works first
| Milestone: MacRuby 0.5
Component: MacRuby|Keywords: Interface Builder, outlets
---+
I tried to make HotCocoa application. I added Ruby class file, wrote
outlets (like attr_accessor
it's aimed at RubyCocoa, because that's what I still
actively use,
but I could work on making it fit with MacRuby.
Cheers,
Eloy
_______
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
w.cfcl.com/rdm/weblog +1 650-873-7841
>
> Technical editing and writing, programming, and web development
> ___________
> MacRuby-devel mailing list
> [email protected]
> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
>
sense.
And my advice to you would be to re-evaluate this after you have had
the chance to really do something with Cocoa.
Cheers,
Eloy
_______
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listin
test and the fix does
indeed
make it pass.
In my change I also changed Object#full_const_get to return nil
(and not
false) when it does not find a constant because false seemed odd
to me. What
do you think?
Cheers
<0001-Fixed-HotCocoa-mapping-after-framework-
load.patch>_____
full trace by running task with --trace)
This means you are using an old version of MacRuby, probably 0.3. You
can check it by running macruby -v, or in macirb by displaying
MACRUBY_VERSION and MACRUBY_REVISION.
___
MacRuby-devel mailing list
MacRuby-
-mapping-after-framework-load.patch
Description: Binary data
___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
entry.
Thanks,
Keenan
___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
Hi.
I hope that "#763 : HotCocoa does not work with MacRuby Trunk." is
fixed so that works on MacRuby 0.6. :-)
Thank you!
2010/8/24 Laurent Sansonetti :
> On Aug 23, 2010, at 7:20 PM, Laurent Sansonetti wrote:
>> I will go through the tracker and identify release blo
MacRuby itself doesn't provide you with this feature, however you can look
into HotCocoa and see how it's done.
- Matt
On Sun, Oct 17, 2010 at 4:49 PM, corey johnson wrote:
> On Sat, Oct 16, 2010 at 11:46 AM, Dave Baldwin
> wrote:
> > Assuming you have a valid app then
On May 29, 2009, at May 29, 10:47 PM, Matt Aimonetti wrote:
I wrote a quick summary a couple of days ago:
http://lists.macosforge.org/pipermail/macruby-devel/2009-May/001825.html
Let me know if you have any questions.
Oh good grief, your message was right in my mail. Well that
t;response received: #{test.headers} #{test.status_code}")
> >end
> >
> >
> > As you can see from the example list, the method name download isn't
> always
> > appropriate and maybe I should g
tinlagarde...@…):
* milestone: MacRuby 0.5 =>
Comment:
If I remember correctly, the problem was an i386 bug with MacRuby, rather
than HotCocoa. More specifically:
{{{
#!ruby
framework 'Cocoa'
p NSMakeSize(400, 400)
}}}
{{{
$> arch -i386 macruby i386NaN.rb
#
}}}
I think that
if there is a plan for how to
> fix it. Otherwise, I am going to keep plugging away at it in my spare
> time--maybe around 2050 or so I will solve it. But I will solve it
> eventually, because I love the idea of macruby and I love my old gem library
> and I can't live without eit
more content. Contributing new or enhancing
existing content would be greatly appreciated.
Thanks!
Laurent
___________
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/m
.com/rdmRich Morin
http://www.cfcl.com/rdm/resume [email protected]
http://www.cfcl.com/rdm/weblog +1 650-873-7841
Technical editing and writing, programming, and web development
___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
I used macrake to build Demo.app in Developers/Examples/Ruby/MacRuby/
HotCocoa/demo. After a while, the beachball (it's not a "beachball"
anymore; what do people call the spinning thing that says your app is
hung?) spun, and I Force Quit the demo.
I relaunched Demo.app wit
Thanks for this. I think it's pretty slick. I think the view name for
the default project should be AccountSetupView, but other than that,
cool. I'm just struggling with MacRuby and HotCocoa right now -- doing
much more Rails, so maybe I'm the wrong person to ask. But the M ..
x27;d be interested to see if other people think this is a good idea. If so, I
can formulate a strategy, and get to work :)
Leigh
_______
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
n with IB. The
application builder supports this, and in the examples directory the
"round_transparent_window" example uses a nib. It is possible to mix HotCocoa
and nibs; for instance, you could create a button using the HotCocoa
constructor and put it in a window created from a nib.
I don't see IB as a competitor, but I do sometimes look at Xcode for ideas how
to make HotCocoa better.
--
Mark
___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
tom runloop yet but that's something I want to
look at once IO work on the experimental branch will be done.
So, here is my question, do you guys think that this is something that
should be part of HotCocoa or it's better if it stays its own separate lib?
Also, what do you think about having a default vendor folder for hotcocoa
apps and autoload the vendor files if available?
- Matt
___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
that made the
RubyConf presentation; I'm just a MacRuby and HotCocoa wannabe...
Ooops, I must have some sort of richlexia, you aren't the first two
I've got confused!
Sorry guys, just catching up with this thread...
... auto-generating documentation about what's
301 - 400 of 592 matches
Mail list logo