Re: [racket] http://docs.racket-lang.org/more/index.html not working...

2011-05-02 Thread Hugh Myers
In the words of the greatly missed Emily Litella--- 'Never mind!' Just out of paranoia and an innate streak of stubbornness, I exited the current session, restarted, and ran without problem. No clue what the earlier situation was and at this point, not sure I care. --hsm __

[racket] Problematic code...

2011-05-02 Thread Hugh Myers
The code found at: http://docs.racket-lang.org/more/index.html Worked for me at one point quite a while back but no longer. I'm running on Windows Vista with the latest version of Racket. Neither the original code with the simple (but flawed) serve nor the 'fixed' version provide anything that my

[racket] DrRacket crashes when I try to evaluate something

2011-05-02 Thread Alan R. Bleier
Hi, I'm a Racket/scheme newbie, but not a computer newbie. Matt helped me figure out a font problem that caused a crash before the Racket window opened. Now in beginning student mode when I press enter after (+ 5 5) in the lower window, DrRacket crashes. This is DrRacket 5.1 (5.1) on Mac OS X

Re: [racket] bug trackers (Was: Fix for dherman/json)

2011-05-02 Thread Steve Byan
On May 2, 2011, at 6:19 AM, Robby Findler wrote: > Are there bug reporting systems that you or Neil (or anyone, really) like? I'm personally partial to Roundup , mostly because it integrates so naturally with email. You can almost pretend the web interface does

[racket] policy on providing version for ffi-lib

2011-05-02 Thread Danny Yoo
I notice that Sqlite's library is usually installed as 'libsqlite3.so.0' on a user's system, but the sqlite PLaneT package: http://planet.racket-lang.org/display.ss?package=sqlite.plt&owner=jaymccarthy appears to assume that the library is named libsqlite3.so. J G Cho ran across this a week

Re: [racket] Racket/gui : How to rotate a bitmap% ?

2011-05-02 Thread Jay McCarthy
If you are using 2htdp/image, you can use 'rotate' http://pre.racket-lang.org/docs/html/teachpack/2htdpimage.html#(def._((lib._2htdp/image..rkt)._rotate)) If you are using a dc directly with draw-bitmap, you can use a different 'rotate' http://pre.racket-lang.org/docs/html/draw/dc___.html?q=draw

[racket] Racket/gui : How to rotate a bitmap% ?

2011-05-02 Thread Jyu 。
Hi ! For a school project who use the chipmunk 2D physics library, I need to rotate an image (instance of bitmap%)..I searched for a long time but I have not found, someone know how can I do this ? Thanks. ___

Re: [racket] Fix for dherman/json

2011-05-02 Thread Parnell Springmeyer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 To chime in, I've found Python's PyPi setup to work quite well. It doesn't handle any issue tracking, it will instead provide a reference URL to the repository (GitHub, BitBucket, whatever) that the author is using for version control which usually wil

Re: [racket] Fix for dherman/json

2011-05-02 Thread Neil Van Dyke
Robby Findler wrote at 05/02/2011 06:19 AM: Are there bug reporting systems that you or Neil (or anyone, really) like? I've used a lot of issue-tracking systems, but don't recall a particularly likable one. They range from passable to infuriating. The main annoyance with the PLaneT Trac

Re: [racket] Fix for dherman/json

2011-05-02 Thread Robby Findler
Are there bug reporting systems that you or Neil (or anyone, really) like? Robby On Mon, May 2, 2011 at 2:26 AM, David Herman wrote: > PS And yes, I freaking *loathe* Trac. > > On Apr 30, 2011, at 4:54 AM, Neil Van Dyke wrote: > >> Jakub Piotr Cłapa wrote at 04/30/2011 07:09 AM: >>> I am afraid

Re: [racket] Fix for dherman/json

2011-05-02 Thread David Herman
Sorry, guys, I've just had very little time for updating PLaneT packages since I went full-time at Mozilla. I will try to take a look. I'm at conferences all week but I'll see what I can do after that. Dave On Apr 30, 2011, at 4:54 AM, Neil Van Dyke wrote: > Jakub Piotr Cłapa wrote at 04/30/20

Re: [racket] Fix for dherman/json

2011-05-02 Thread David Herman
PS And yes, I freaking *loathe* Trac. On Apr 30, 2011, at 4:54 AM, Neil Van Dyke wrote: > Jakub Piotr Cłapa wrote at 04/30/2011 07:09 AM: >> I am afraid we are on our own: > > dherman is active; he just posted a new major version of a different PLaneT > package yesterday, for example. > > The