Fixed (with different wording/implementation, and a tweak to the code to actually make this argument be optional), and deployed to clojars as 0.3.0. As a note, I really don't suggest you def a global store here - it'll play funnily with reloading in dev mode/etc - use something like Component or at least just create the storage at server bootup time rather than passing it globally.
Thank you very much, I basically just wanted to have it documented somewhere. I could not find it in the documentation nor in the source, but luckily in the example.
Nice that you corrected it :-)
Thanks!
Fixed (with different wording/implementation, and a tweak to the code to actually make this argument be optional), and deployed to clojars as
0.3.0
. As a note, I really don't suggest youdef
a global store here - it'll play funnily with reloading in dev mode/etc - use something like Component or at least just create the storage at server bootup time rather than passing it globally.