Re: [racket-users] Web server + authentication

2020-01-23 Thread Jens Axel Søgaard
Den tor. 23. jan. 2020 kl. 01.47 skrev Matthew Butterick : > I concur on Postmark. For 2+ yrs I've used it with the Racket web server > for mbtype.com. I pass the server settings to `smtp-send-message` from ` > net/smtp`. > > On 22 Jan 20, at 3:00 AM, Bogdan Popa wrote: > > I like using

[racket-users] My bug or Racket's? Macro + srcdoc = confusion

2020-01-23 Thread Stephen Foster
I ran into a series of confusing Racket things today. Although I've fixed my code, I'm looking for insight. Clearly there are things I don't understand about scribble/srcdoc, and maybe macros in general. I have a macro called define/contract/doc. It lets me do things like this:

Re: [racket-users] how to reinstall a broken package?

2020-01-23 Thread Eric Griffis
Hi Hendrick, There's always --force. raco pkg remove --force glm This works fine when I know I'm going to reinstall the package before using its dependents. Eric On Thu, Jan 23, 2020 at 6:34 AM Hendrik Boom wrote: > > My installation of OpenGL Mathematics (GLM) for Racket is defective > in

Re: [racket-users] keyboard shortcuts in a popup menu

2020-01-23 Thread James Platt
Thanks. I guess the point of having keyboard shortcuts in popup menus is just to display them to remind the user what they are. At this point, I plan to follow the practice of having everything from the popups also in a main menu bar in every platform. So really, the glitch failing to

Re: [racket-users] Web server + authentication

2020-01-23 Thread Stephen Foster
Philip -- My general thinking is: the more Racket examples in the world, the better. I'd certainly be interested to see how you used continuations to do your one-time-use links. Bogdan -- Lack of examples is also my main blocker when it comes to Koyo. The API docs are good, but I'm one of

Re: [racket-users] Create an identifier in syntax

2020-01-23 Thread Sean Kemplay
Hi Ryan, Thank you SO much for that explenation! Everything now clicks!! Sean On Thursday, January 23, 2020 at 4:12:44 PM UTC, Ryan Culpepper wrote: > > On 1/23/20 3:59 PM, Sean Kemplay wrote: > > Hello, > > > > I am exploring macros and am trying to define a variable at the top > > level

Re: [racket-users] Create an identifier in syntax

2020-01-23 Thread Ryan Culpepper
On 1/23/20 3:59 PM, Sean Kemplay wrote: Hello, I am exploring macros and am trying to define a variable at the top level (with the goal in mind to dynamically define a group of functions from a macro). with-syntax works fine however I was just wondering if it is possible to directly inject

[racket-users] Create an identifier in syntax

2020-01-23 Thread Sean Kemplay
Hello, I am exploring macros and am trying to define a variable at the top level (with the goal in mind to dynamically define a group of functions from a macro). with-syntax works fine however I was just wondering if it is possible to directly inject an identifier as syntax within syntax -

Re: [racket-users] how to reinstall a broken package?

2020-01-23 Thread Sorawee Porncharoenwase
I usually do raco setup --pkgs On Thu, Jan 23, 2020 at 8:34 AM Hendrik Boom wrote: > My installation of OpenGL Mathematics (GLM) for Racket is defective > in that the installed manual has tha complete table of contents but does > not > have any content past section 2.1.1. > This may be

[racket-users] how to reinstall a broken package?

2020-01-23 Thread Hendrik Boom
My installation of OpenGL Mathematics (GLM) for Racket is defective in that the installed manual has tha complete table of contents but does not have any content past section 2.1.1. This may be because of running out of disk space during installation. Asking raco pkg to install it does not work