Re: [racket-users] Web server + authentication

2020-01-22 Thread Philip McGrath
I configure Postfix to send external mail via Amazon's "Simple Email Service," then use `net/sendmail`. Having a working mail-transfer agent means you can easily send yourself mail from other tools on the system, too, like a cron job to renew the TLS certificates. (I haven't looked at Postmark, so

Re: [racket-users] Web server + authentication

2020-01-22 Thread 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 Postmark[0] for this. Their free plan lets you

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

2020-01-22 Thread George Neuner
On 1/22/2020 4:44 PM, James Platt wrote: I'm working on some GUI code and I am seeing some glitches with keyboard shortcuts in popup menus. I wonder if others are seeing the same things. In Racket 7.5 on macOS 10.11.6 "El Captian": Shortcuts defined in a menu-item% in a popup menu don't

[racket-users] keyboard shortcuts in a popup menu

2020-01-22 Thread James Platt
I'm working on some GUI code and I am seeing some glitches with keyboard shortcuts in popup menus. I wonder if others are seeing the same things. In Racket 7.5 on macOS 10.11.6 "El Captian": Shortcuts defined in a menu-item% in a popup menu don't work unless the popup menu is displayed. In

Re: [racket-users] teaching and self-evaluation

2020-01-22 Thread Sean Bailey
Hi, Alexandre, I’ve used Jupyter notebooks and electronic submissions for a Python programming course, however, we ‘rolled our own’ auto-grader for certain assignments. The notebook format is, in my opinion, ideal for teaching programming and assigning exercises and projects. The Racket

[racket-users] teaching and self-evaluation

2020-01-22 Thread Alexandre Rademaker
Hi, I am planning to use Racket this semester for a course on introduction to programming that I will be teaching (first year of undergrad). The idea is to propose weekly projects for the students. Does anyone have experience and insights into environments for administrating this workflow? I

Re: [racket-users] Web server + authentication

2020-01-22 Thread Bogdan Popa
Jens Axel Søgaard writes: > But I haven't implemented "reset password" functionality yet. I need > to figure out how best to handle sending mails from a server. My > concern is being flagged for spamming - so I don't dare use my normal > mail. I like using Postmark[0] for this. Their free