Re: [racket] Client-side cookies

2014-01-26 Thread Duncan Bayne
nd is how to use your library to extract a cookie jar from the impure port. Any nudges in the right direction would be appreciated. Thanks! :) -- Duncan Bayne ph: +61 420817082 | web: http://duncan-bayne.github.com/ | skype: duncan_bayne I usually check my mail every 24 - 48 hours. If there'

Re: [racket] Client-side cookies

2014-01-11 Thread Duncan Bayne
#x27;m busy re-writing my Common Lisp web-scraper in Racket ( https://github.com/duncan-bayne/myfitnessdata/branches/2.0 ) and I'd love to use your library ... I'll keep an eye on it, and give it a whirl as soon as it looks usable. Happy to provide feedback / testing / pull reque

[racket] Client-side cookies

2014-01-08 Thread Duncan Bayne
library[2] seems more about correctly serializing and deserializing them. Can anyone suggest a way of re-writing the above CL in Racket without having to implement a bunch of header-parsing stuff? TIA for any help ... [1] https://github.com/plt/racket/blob/master/racket/collects/net/http-clien

Re: [racket] Creating / rendering GUI elements in a Racket sandbox

2014-01-01 Thread Duncan Bayne
> I'm trying to execute Racket code with reduced permissions. My intent is > that the sandboxed code will be rendering content to be displayed by > the application. Please disregard, n00b at work. I'll use Scribble. -- Duncan Bayne ph: +61 420817082 | web: http://dunc

[racket] Creating / rendering GUI elements in a Racket sandbox

2013-12-31 Thread Duncan Bayne
y safe way of doing this however; once the sandboxed code has access to any part of the existing GUI hierarchy, it has access to All The Things. Any suggestions on idiom, pointers to documentation, etc. would be very helpful here. I'm still learning my way around Racket so suspect