[racket-users] on updating the aws package to api version 20120810

2016-07-20 Thread Daniel Bastos
Thank you for writing the aws package. Currently, it supports the api version 20111205. I updated dynamo.rkt to use the newer api 20120810. I updated the tests as well. I touched only dynamo.rkt. (*) What did I change My needs began with create-table because the new api version changed consid

[racket-users] HTML sanitization

2016-07-20 Thread Neil Van Dyke
Has anyone written an HTML sanitizer in Racket? Mine isn't available (it was a simple use of one of my XML transformation DSLs that wasn't released). Writing a simple one from scratch is easy, as you said. Possibly easy enough that it's less work to do yourself, rather than try someone els