Don Morrison

Results 5 issues of Don Morrison

The following example from the documentation fails when actually run against Optima: ``` CL-USER> (optima:match '(("a" . 123)) ((assoc "A" 123 :test #'string-equal) t)) ``` It complains about "#'STRING-EQUAL is...

It appears impossible to pass `-b`, `-d` or `--debug` to unix-opts, at least in CCL: ``` (matrix) dfm@helmsley:/tmp$ cat show-args.lisp (eval-when (:compile-toplevel :load-toplevel :execute) (load "~/quicklisp/setup.lisp") (ql:quickload :unix-opts)) (save-application "show-args"...

Decoding JSON to fluid objects appears to not work in recent versions of SBCL. For example, the following works fine in SBCL 1.1.0 on Linux (Ubuntu 14.04.3): ``` * (format...

At the bottom of the tutorial (https://github.com/BurntSushi/nflgame/wiki/Tutorial-for-non-programmers:-Installation-and-examples) is a link that purports to take you to the API doc (it's supposed to go to http://burntsushi.net/doc/nflgame/). But when you click it...

If, in nodeGame, I do node.game.memory.add({player: node.player.id, stage: node.player.stage, data: { "foo": null }}); node.game.memory.save("data.json"); I get ​{ "player": "681934395222262", "stage": { "stage": 2, "step": 1, "round": 1 }, "data":...

bug