abmclin
2018-9-26 11:12:44

@pocmatos I agree it’s only useful as a temporary workaround. Better bet would probably be to use pkg API to achieve your goal.


david.alkire
2018-9-26 12:46:32

Thank you for the help. I was able to figure out how the pattern matching works to bind a value thanks to digging into @lexi.lambda’s functional-lib code. Good stuff!


philip.mcgrath
2018-9-26 19:26:29

@mflatt I saw in your commit message for https://github.com/racket/slideshow/commit/66e7717b4e879232f523d6dc9262ee51478fd499 that “no one uses [size-in-pixels] anymore,” but I’m not clear why not or if there’s a better way to use photos/raster images in #lang slideshow.


mflatt
2018-9-26 19:32:30

Photos normally scale fine with smoothing. And I think most people avoid raster images or let them scale, too.


philip.mcgrath
2018-9-26 19:43:24

Ok, that simplifies things a lot. Should this be noted in http://docs.racket-lang.org/slideshow/Creating_Slide_Presentations.html#(part._display-size) and the docs for size-in-pixels?


lucifer-x-wang
2018-9-27 03:25:47

@lucifer-x-wang has joined the channel