Re: [racket-users] Adding keybindings to debug

2021-10-30 Thread Mike Engelhart
On Mac OS I tried adding keyboard shortcuts using the linked Apple support document to allow for comment/uncomment bindings in DrRacket and it doesn't work (at least on Mac OS Monterey). One thing I noticed is that if you go back to System Preferences->Keyboard->Shortcuts->App Shortcuts and look

Re: [racket-users] M1 Mac exe SSL error

2021-10-22 Thread Mike Engelhart
On Fri, Oct 22, 2021 at 6:02 PM Matthew Flatt wrote: > At Fri, 22 Oct 2021 17:24:30 -0400, Mike Engelhart wrote: > > I wanted to build a binary to send to a colleague to test it (who > > isn't a programmer and doesn't have Racket installed) but when I > > build it on my

[racket-users] M1 Mac exe SSL error

2021-10-22 Thread Mike Engelhart
Hi all I'm new to Racket so this may be explained somewhere although searching the web I couldn't find anything related to this. I'm working on my first real project in Racket and it leverages http-easy to do some simple API calls and processes the responses. I wanted to build a binary to send