[racket-users] Can someone fix links to slides in https://con.racket-lang.org/?

2018-11-09 Thread Alexander Shopov
All links to slides are broken They point to (example) slides/jesse-tov.pdf which the browser turns to http://slides/jesse-tov.pdf and there is nothing at that address. There is nothing on https://con.racket-lang.org/slides/jesse-tov.pdf either Kind regards: al_shopov -- You received this messag

Re: [racket-users] Racket Guide, REs, section 9.5

2018-11-09 Thread Jussi Salmela
Thanks for answering. I was at my wits’ end trying to think how the behavior of those two would differ and even tried a couple of experiments, to no avail unfortunately. -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this

[racket-users] riposte: language for testing json-based http apis

2018-11-09 Thread jesse
I'm pleased to announce a new tool for testing JSON-based HTTP APIs. It's called Riposte, and it's made in Racket. Just do raco pkg install riposte to get it. I made Riposte to facilitate testing of JSON-based HTTP APIs in my day job as a web developer at an ecommerce shop. ("JSON-based" means

[racket-users] Re: plot library: legend outside plot?

2018-11-09 Thread Alex Harsanyi
It is not currently possible to draw the legend outside the plot area. The code that draws the legend is at the link below, however, this code assumes that the position will be inside the plot area and will not reserve extra space outside this area: https://github.com/racket/plot/blob/8dcfd77