Re: [racket-users] Re: Online IDE’s for Racket ?

2019-05-01 Thread Laurent
Rollapp looks interesting, but when I want to sign in with my gmail account it requires to get information about all my linked email addresses. That really seems unnecessary to me, so I didn't try it. On Fri, Apr 26, 2019 at 9:59 PM Stephen De Gabrielle < spdegabrie...@gmail.com> wrote: > Yes - W

Re: [racket-users] Re: Online IDE’s for Racket ?

2019-05-01 Thread Annaia Berry
I set up a Racket web project on Glitch here: https://glitch.com/~rantstack With this you can get live reloading and hosting of a Racket web server. On Wed, May 1, 2019 at 1:58 PM Laurent wrote: > Rollapp looks interesting, but when I want to sign in with my gmail > account it requires to get i

Re: [racket-users] Re: Online IDE’s for Racket ?

2019-05-01 Thread Sam Tobin-Hochstadt
Ooh, that's very cool. On Wed, May 1, 2019 at 8:02 AM Annaia Berry wrote: > > I set up a Racket web project on Glitch here: https://glitch.com/~rantstack > > With this you can get live reloading and hosting of a Racket web server. > > On Wed, May 1, 2019 at 1:58 PM Laurent wrote: >> >> Rollapp l

[racket-users] Racket News - Issue 7

2019-05-01 Thread 'Paulo Matos' via Racket Users
Issue 7 is here. http://racket-news.com/2019/05/racket-news-issue-7.html Americano time, enjoy! -- Paulo Matos -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [racket-users] Module not updating on the package server?

2019-05-01 Thread David Storrs
Sure. But I'm not looking for the package server to do tests for me, I'm looking for it to not discourage people from using my package because there's a red 'fails' next to the name when there shouldn't be. Especially when it hasn't tried to rebuild the package for two weeks. On Tue, Apr 30, 201

[racket-users] escape ~ in scribble's bib-entry

2019-05-01 Thread stewart mackenzie
Hello, I have a problem, my URL in a `bib-entry` has a ~ in it and I need to escape it such that scribble correctly generates a PDF and HTML. Steps to reproduce: For those who run nix here's a `shell.nix` that'll reproduce a latex environment needed by drracket to correctly generate a pdf, open

[racket-users] Racket GUI - Combo Box - Bug #65

2019-05-01 Thread Ray Racine
I am seeing the same behavior on a Fedora Linux, Racket v7.2 as was opened for combo-box%, racket/gui Issue #65. Is this a confirmed bug or is the reported issue bug reproduction code attached to the issue not using the combo-box% widget correctly? i.e. Bug or usage issue? Looks like this issue

Re: [racket-users] Racket GUI - Combo Box - Bug #65

2019-05-01 Thread Matthew Flatt
There was definitely a `combo-field%` problem fixed recently: https://github.com/racket/gui/commit/0f4f8d0d2d97e82d4a57b1cd778c40926c520269 I've commented in the issue to ask whether this repair works for the reported problem. At Wed, 1 May 2019 14:06:59 -0400, Ray Racine wrote: > I am seeing th

Fwd: [racket-users] Racket GUI - Combo Box - Bug #65

2019-05-01 Thread Ray Racine
-- Forwarded message - From: Ray Racine Date: Wed, May 1, 2019 at 2:36 PM Subject: Re: [racket-users] Racket GUI - Combo Box - Bug #65 To: Matthew Flatt No longer have a github account to comment, but can confirm that with the latest pre-built initial testing indicates that it i

Re: [racket-users] escape ~ in scribble's bib-entry

2019-05-01 Thread Ben Greenman
What version of Racket are you using? The file makes a pdf for me on v7.0 (and the current master) -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+

Re: [racket-users] escape ~ in scribble's bib-entry

2019-05-01 Thread stewart mackenzie
On Thu, 2 May 2019, 03:25 Ben Greenman, wrote: > What version of Racket are you using? > I'm using v7.2 The file makes a pdf for me on v7.0 > (and the current master) > -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this

Re: [racket-users] Module not updating on the package server?

2019-05-01 Thread Greg Hendershott
> Sure. But I'm not looking for the package server to do tests for me, I'm > looking for it to not discourage people from using my package because > there's a red 'fails' next to the name when there shouldn't be. Especially > when it hasn't tried to rebuild the package for two weeks. Probably th

Re: [racket-users] Module not updating on the package server?

2019-05-01 Thread Matthew Butterick
> On Apr 30, 2019, at 12:18 PM, David Storrs wrote: > > I just pushed an update to the test-more module. On the package server it > was marked as 'New!' and was up to the latest commit, but the build status > was 'fails'. The compilation report is from April 18. I thought I'd take a > sec

Re: [racket-users] Module not updating on the package server?

2019-05-01 Thread David Storrs
On Wed, May 1, 2019 at 4:53 PM Greg Hendershott wrote: > > Sure. But I'm not looking for the package server to do tests for me, I'm > > looking for it to not discourage people from using my package because > > there's a red 'fails' next to the name when there shouldn't be. > Especially > > when