Displaying 9 results from an estimated 9 matches for "sleight42".
2007 May 01
12
Bitmap memory leaks (Bug 251)?
...r, the memory leak is just murdering me.
Unfortunately, I cannot merely load and cache bitmaps easily as I am
modifying them (drawing text on them) at run time. While I could
cache the unique bitmaps with the drawn text, it seemed more of a
nuisance than it was worth.
Evan Light
IMs (all): sleight42
http://evan.tiggerpalace.com
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2007 Apr 29
8
wxruby unfriendly to other threads?
...ping"
end
end
puts "main loop"
app.main_loop
"in thread" and "main loop" appear at approximately the same time,
contending for STDOUT. However, "looping" never appears on STDOUT.
Is wxruby halting all non wxruby threads?
Evan Light
IMs (all): sleight42
http://evan.tiggerpalace.com
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2007 May 10
11
wxRuby2 0.0.40
Congratulations, wxRuby2 0.0.40
but,where is 0.0.40 mswin32.gem?
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2007 Sep 14
7
Posted this in "dev" last night but I''m not sure that anyone reads it
...t on #rspec. ScenarioRunner#run treats
"pending" scenarios as an error case. We both believed this to be a
little odd as we both thought that pending would just be a branch and
not an error. That said, I thought that there may be a reasonable
explanation.
Evan Light
IMs (all): sleight42
Twitter: elight
http://evan.tiggerpalace.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/rspec-users/attachments/20070914/3aa25dc4/attachment.html
2007 Apr 29
0
[ wxruby-Feature Requests-10449 ] RDoc
Feature Requests item #10449, was opened at 2007-04-29 13:15
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=221&aid=10449&group_id=35
Category: Documentation
Group: None
Status: Open
Priority: 3
Submitted By: Evan Light (sleight42)
Assigned to: Alex Fenton (brokentoy)
Summary: RDoc
Initial Comment:
It would be hugely beneficial if wxRuby''s documentation was in the more friendly RDoc format than its current.
----------------------------------------------------------------------
You can respond by visiting:
http:/...
2007 Apr 29
0
[ wxruby-Bugs-10450 ] Sizer#remove
Bugs item #10450, was opened at 2007-04-29 14:02
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=218&aid=10450&group_id=35
Category: Incorrect or missing docs
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Evan Light (sleight42)
Assigned to: Alex Fenton (brokentoy)
Summary: Sizer#remove
Initial Comment:
It appears that Sizer#remove expects an Integer and no a WxWindow. Docs currently cite both versions.
----------------------------------------------------------------------
You can respond by visiting:
http://rubyforg...
2007 May 03
0
Just have to ask but...
.... where do you get the time to work on all of this, Alex?
I''m constantly scraping for time (and consciousness) to work on code
in my off hours...
Evan Light
IMs (all): sleight42
http://evan.tiggerpalace.com
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2007 Apr 29
0
wxruby and threading
I stand corrected. My threads priority is must be massively lower
than wxruby. "looping" does print but not even close to every five
seconds as in my code example.
Evan Light
IMs (all): sleight42
Skype-In: (703) 531-8484
http://evan.tiggerpalace.com
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2007 Sep 12
12
Philosophical questions
Disclaimer: The following are observations by a relatively new user
(couple of weeks) of RSpec and not intended as RSpec trollbait.
Also, forgive me if similar topics have been discussed elsewhere on
the mailing list. I at least did the due diligence of a quick search.
That said...
I''ve been positively thrilled with RSpec for use outside of Rails.
It has been in my attempts