[racket-users] Pasting an Image from windows clipboard and annotating it

2020-06-26 Thread frangonve
Hello, A newbie here: I want to insert an image from windows clipboard to a rectangular widget that will take the image size. Then when repeatedly clicking the mouse on different coordinates of the image I want to superimpose each time the next letter in alphabetic order with transparent

Re: [racket-users] note about parsing speed of xml vs sxml?

2020-06-26 Thread Neil Van Dyke
I think anyone using XML or HTML seriously with Racket should probably at least be told of the SXML family of tools.  And warned about the compatibility problems. Though not tell them *everywhere* XML in the docs.  For example, I figure a tutorial for Racket Web Server shouldn't distract

[racket-users] note about parsing speed of xml vs sxml?

2020-06-26 Thread 'John Clements' via users-redirect
I’m parsing a large-ish apple plist file, (18 megabytes), and I find that the built-in xml parsing (read-xml) takes about five times as long as the sxml version (11 seconds vs 2.4 seconds on my machine), and that the plist parser is way longer, at 18 seconds. Would anyone object if I added a

[racket-users] racket-dev problem?

2020-06-26 Thread Jos Koot
Sending mail to racket -dev seems not to arrive correctly.Sending to other addresses does work.Therefore I try to report via racket-users.Jos  -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving

Re: [racket-users] racket-dev problem?

2020-06-26 Thread Sam Tobin-Hochstadt
There are no currently-pending messages for the racket-dev list, so your email has not been caught in a spam filter. I have not seen problems with the list recently. Can you say more about what has happened? Sam On Fri, Jun 26, 2020 at 1:15 PM Jos Koot wrote: > > Sending mail to racket -dev

Re: [racket-users] Xcode, embedding Racket.framework

2020-06-26 Thread Nate Griswold
ok, added https://github.com/racket/racket/wiki/Embedding-Racket Nate On Thu, Jun 25, 2020 at 4:30 AM Stephen De Gabrielle < spdegabrie...@gmail.com> wrote: > This world be great content for the wiki > > Hi Nate, > This would be great content for the racket wiki >