Here are the known issues so far in 0.9.1, and their status.
- Web version:
key.get
cannot detect the "escape" or "tab" keys. (Fixed for 0.9.2.)
- As a result of the above, autocompletion does not work in the web version. (Ditto.)
http.get
is not correctly detecting text data when the Content-Type header is "application/json; charset=utf8". As a workaround, do something like: if s isa RawData then s = s.utf8
(Fixed for 0.9.2.)