Re: [racket-users] ARM32 binaries for CS, or building on ARM 32

2020-08-18 Thread joey.e...@gmail.com
Alright, after compiling for approximately 16 hours, it looks like this works. Thanks so much! On Tuesday, August 11, 2020 at 3:02:54 PM UTC-7 Matthew Flatt wrote: > Ah, that makes sense. > > Does configuring with `--enable-mach=arm32le` work? > > Using "arm32le" instead of the inferred "tarm32

[racket-users] Package Server Update Status

2020-08-18 Thread Deren Dohoda
Hi team, I notice on the very nice about page, https://pkg-build.racket-lang.org/about.html, it does not give an indication of when packages are rebuilt. I had a package that had doc problems and conflicts that I resolved (the ol' manual.scrbl curse). It appeared from me browsing information o

Re: [racket-users] Package Server Update Status

2020-08-18 Thread Jens Axel Søgaard
Den tir. 18. aug. 2020 kl. 16.57 skrev Deren Dohoda : > Hi team, > > I notice on the very nice about page, > https://pkg-build.racket-lang.org/about.html, it does not give an > indication of when packages are rebuilt. I had a package that had doc > problems and conflicts that I resolved (the ol' m

Re: [racket-users] Package Server Update Status

2020-08-18 Thread Matthew Flatt
Something was wrong. The pkg-builder service stopped working a week ago due to network trouble. I rebooted it. Meanwhile, I now realize that I haven't been getting the service-status email that would have alerted me, because my department's SMTP configuration changed a week ago. That's now fixed,

[racket-users] GUI zoom and normal-control-font

2020-08-18 Thread James Platt
I'm looking at implementing a zoom contents (not zoom window) feature in a GUI with lots of elements and I'm wondering about the best way to do this. Most, if not all, standard GUI widgets in Racket can be resized by changing the font size of their contents or label. Then redraw the widget an

Re: [racket-users] GUI zoom and normal-control-font

2020-08-18 Thread George Neuner
On 8/18/2020 12:31 PM, James Platt wrote: I'm looking at implementing a zoom contents (not zoom window) feature in a GUI with lots of elements and I'm wondering about the best way to do this. Most, if not all, standard GUI widgets in Racket can be resized by changing the font size of their

[racket-users] Application Templates!

2020-08-18 Thread Stephen De Gabrielle
I got jealous that dot net has dotnet new with lots of templates so I made a GitHub template for a cli command https://github.com/spdegabrielle/cli-command If you have an idea for a template you should make one! If you have a cool package that can be demonstrated as an application maybe consider

Re: [racket-users] emoji in source code

2020-08-18 Thread Matthew Flatt
It turns out that the commit below is not part of the main Cairo branch. (It builds on other commits that haven't been merged, and there appear to be issues.) So, it's not as simple as upgrading Cairo. At Mon, 20 Jul 2020 09:02:50 -0600, Matthew Flatt wrote: > The emoji problem on Mac OS has to d

Re: [racket-users] Can OpenSSL be upgraded for the next Racket release?

2020-08-18 Thread Matthew Flatt
Yes --- done. Matthew At Mon, 17 Aug 2020 17:46:49 +0100, Andre Garzia wrote: > Hi Folks, > > The OpenSSL DLLs being shipped with Racket (in version 7.7 at least) is > v1.1.0.8 which has already been EOLd. Version 1.1.1 is the stable version. > Version 1.1.1 is LTS and supported until 2023. In t

Re: [racket-users] Can OpenSSL be upgraded for the next Racket release?

2020-08-18 Thread Sage Gerard
Thank you for this. This is such a helpful change! Original Message On Aug 18, 2020, 7:42 PM, Matthew Flatt wrote: > Yes --- done. > > Matthew > > At Mon, 17 Aug 2020 17:46:49 +0100, Andre Garzia wrote: >> Hi Folks, >> >> The OpenSSL DLLs being shipped with Racket (in version 7.