[racket-users] Reporting odd linklet error blocking my project

2020-04-23 Thread Sage Gerard
Reposting here. I'm experiencing what I believe is a blocker that is preventing me from building updates for my website. I am not at all sure how the private contract libs got into the shown state, but I left as many details as I knew to share. Any assistance appreciated.

Re: [racket-users] Do I misunderstand set! ?

2020-04-23 Thread Hendrik Boom
On Thu, Apr 23, 2020 at 11:40:44PM -0500, Alexis King wrote: > > On Apr 23, 2020, at 21:15, Hendrik Boom wrote: > > > > (fprintf anomaly "resEEEulttyope was ~s~n" resulttype) > > (fprintf anomaly "set resulttyoe to ~s~n" ty) > > `(set! resulttype ty) > > (fprintf

Re: [racket-users] Do I misunderstand set! ?

2020-04-23 Thread Alexis King
> On Apr 23, 2020, at 21:15, Hendrik Boom wrote: > > (fprintf anomaly "resEEEulttyope was ~s~n" resulttype) > (fprintf anomaly "set resulttyoe to ~s~n" ty) > `(set! resulttype ty) > (fprintf anomaly "resEEulttyope now ~s~n" resulttype) (Re-sending this because I

Re: [racket-users] Do I misunderstand set! ?

2020-04-23 Thread Hendrik Boom
On Thu, Apr 23, 2020 at 05:07:31PM -0400, Philip McGrath wrote: > I think you are running into the (very confusing!) issue Ben describes > here: https://groups.google.com/d/msg/racket-users/UD20HadJ9Ec/mDd4x8Y1BwAJ If so, I'm confused. That issue seems to deal with modules. I'm not aware of amy

[racket-users] Re: [racket-dev] Racket now on GitHub sponsors

2020-04-23 Thread Stephen De Gabrielle
I love the themed levels - a nice touch ! S On Thu, 23 Apr 2020 at 21:48, Sam Tobin-Hochstadt wrote: > Racketeers, > > It's now possible to "sponsor" Racket with a monthly contribution > using GitHub sponsors, at https://github.com/sponsors/racket/ > > Racket is and will always be free to

Re: [racket-users] Do I misunderstand set! ?

2020-04-23 Thread Philip McGrath
I think you are running into the (very confusing!) issue Ben describes here: https://groups.google.com/d/msg/racket-users/UD20HadJ9Ec/mDd4x8Y1BwAJ -Philip On Thu, Apr 23, 2020 at 5:00 PM Hendrik Boom wrote: > extract from code: > > (fprintf anomaly "resEEEulttyope was ~s~n"

[racket-users] Do I misunderstand set! ?

2020-04-23 Thread Hendrik Boom
extract from code: (fprintf anomaly "resEEEulttyope was ~s~n" resulttype) (fprintf anomaly "set resulttyoe to ~s~n" ty) `(set! resulttype ty) (fprintf anomaly "resEEulttyope now ~s~n" resulttype) Previous creation of resulttype: (define resulttype :

Re: [racket-users] bitmap% performance

2020-04-23 Thread Robby Findler
On Thu, Apr 23, 2020 at 1:14 PM 'racket' via users-redirect wrote: > > > Thanks! For the first task I think you probably have to use the raw > > bitmap% object (since I guess you're using `read-bitmap`). > > Hi Robby, I don’t understand how to read a jpeg into a platform-bitmap. > Probably I'm

Re: [racket-users] bitmap% performance

2020-04-23 Thread 'racket' via users-redirect
> Thanks! For the first task I think you probably have to use the raw > bitmap% object (since I guess you're using `read-bitmap`).  Hi Robby, I don’t understand how to read a jpeg into a platform-bitmap. Probably I'm missing something in the documentation…   > For the second, I guess you are

Re: [racket-users] bitmap% performance

2020-04-23 Thread 'racket' via users-redirect
Hi Sam, trying your code I get back the following error: load-file in bitmap%: not available in a canvas-compatible bitmap: (object:quartz-bitmap% ...) The error I get is expected according to the load-file documentation: "Loads a bitmap from a file format that read from in, unless the bitmap

Re: [racket-users] bitmap% performance

2020-04-23 Thread Robby Findler
Thanks! For the first task I think you probably have to use the raw bitmap% object (since I guess you're using `read-bitmap`). I'm not sure if there could be some improvement internally so that screen bitmaps were used to read in the jpegs. Absent an improvement at that level, I guess I'd just try

Re: [racket-users] bitmap% performance

2020-04-23 Thread 'racket' via users-redirect
Hi Robby, thanks for your reply. What are you using the bitmap for, exactly? Just to resize the bitmaps? Or as a backing store for drawing into the canvas? Something else? Both of them.  * I have more than 10K photos in 4000x3000 format that I’d like to download from a webdav server, read exif

Re: [racket-users] bitmap% performance

2020-04-23 Thread Robby Findler
(My reply to this post bounced on the attempt to send to OP.) On Wed, Apr 22, 2020 at 3:39 PM 'racket' via users-redirect < us...@plt-scheme.org> wrote: > > Hi, > I’m writing to the group looking for help with a performance issue. > I’m coding a gallery like application, using the racket/draw

Re: [racket-users] bitmap% performance

2020-04-23 Thread Robby Findler
I don't know that we can help with the specific call you are reporting a slowdown for (maybe, but I won't address that here as asking other questions first seems worth doing). What are you using the bitmap for, exactly? Just to resize the bitmaps? Or as a backing store for drawing into the

[racket-users] Re: Puzzler - A Language for Puzzle Games

2020-04-23 Thread unlimitedscolobb
Hi Alex, Sounds really interesting! I'm not into puzzle games myself, but I have some friends who could definitely be excited. I shared it on the Fediverse: https://bidule.menf.in/notice/9uKmWBX2f0i52XqwF6 - Sergiu On Thursday, April 23, 2020 at 12:51:41 AM UTC+2, Alex Owens wrote: > >

[racket-users] Re: bitmap% performance

2020-04-23 Thread Simon Schlee
Hi, have you tried using read-bitmap? https://docs.racket-lang.org/draw/Drawing_Functions.html?q=read-bitmap#%28def._%28%28lib._racket%2Fdraw..rkt%29._read-bitmap%29%29 Personally I have only used the second constructor that takes a parameter named "in" here:

[racket-users] Re: Puzzler - A Language for Puzzle Games

2020-04-23 Thread Jack Firth
Wow this is really, really cool. It reminds me a lot of Baba Is You. On Wednesday, April 22, 2020 at 3:51:41 PM UTC-7, Alex Owens wrote: > > Hello everyone! > > My name is Alex Owens and I've been a lurker on this mailing list - and in > the Racket community in general - for a while. While I'm