Paulo Geyer
Results
2
issues of
Paulo Geyer
this is my code ``` (defjs map_category() (emit this.category 1)) (defjs sum_games(c vals) (return ((@ Array sum vals)))) (defun sum-by-category () (cl-mongo:pp (cl-mongo:mr.p ($map-reduce "game" map_category sum_games)))) ``` when I...
Hi, I don't know if I am missing something, but rinari-find-by-conext doesn't work I've installed it from the emacs package.el, and looks like I'm using the newest version, my emacs...