Martin Flack

Results 5 comments of Martin Flack

I'm running into a very similar problem. ``` JSON-USER> (decode-json-from-string "{\"k1\": {\"k2\": [\"val\"]}}") ((:K-1 (:K-2 "val"))) JSON-USER> (encode-json-to-string *) "[[\"k1\",[\"k2\",\"val\"]]]" ``` I'm reading your rationale in the paragraph above. It's...

I found some success by using the explicit mode. There is an explicit encoder macro included in CL-JSON which accepts keywords in the data to introduce certain Javascript entities. The...

Hi, the current code is now quite old. To get this to compile would require using the versions of dependencies CL-ASYNC-SSL and CL+SSL mentioned in the README. The above error...

I should note that an alternative to extensive hacking on this library would be to get CL-ASYNC-SSL and CL+SSL to support: TLS v1.2 (they may already, it's listed as v1...

It might be nice to make the affected display configurable explicitly, configurable as the "first OLED" display, or configurable as the "attached display" (for laptops; instead of external displays).