vindarel
vindarel
Hi, When I call `find-dao 'my-model :my-slot (get-data)` but `(get-data)` is buggy and returns NIL instead of a value, I get a large stacktrace which goes down to SXQL: ```...
Hi, I tried to run `rove` from the command line from your jsonrpc project that is show in the README. I only get the error ``` $ rove tests/request-response.lisp [master]...
Hello, I tried Flute (which looks great and easy to use, thanks and well done) and I stumbled across a symbol conflict. I wanted to define an element which takes...
Indeed, it turns out we have uiop at help: (uiop:read-file-string "file.txt") or read-file-lines, when your snippet is longer (http://articulate-lisp.com/examples/snippets.html, bottom)
Hello, the CUSP / Eclipse plugin page would need an update. - https://github.com/budden/cusp - https://www.reddit.com/r/lisp/comments/1yq8wh/remark_on_plugin_for_eclipse_common_lisp_cusp/ (your repo is dead) - https://www.ibm.com/developerworks/library/os-eclipse-lispcusp/index.html There seems to be an active Eclipse plugin: https://github.com/Ragnaroek/dandelion
You write > I’ve found that Lispwork’s Personal 6.0 doesn’t appear to respect the Lispworks init file, so the init file (used for Quicklisp) has to be loaded manually with...
move-text is really handy, it allows like in org-mode to move a line or a region with M-up and M-down (which are not bound by default). I asked here about...
Hello again, I wrote about this project on the french linuxfr: https://linuxfr.org/users/dzecniv/journaux/participer-a-l-amelioration-de-l-experience-utilisateur-d-emacs-c-est-facile and I believe (I'm sure ! :) ) you're interested by the feedback. ## Which-key is great An...
There's a discussion about enabling ivy globally (#20). My proposal (PR attached) is to at least enable `counsel-M-x`, the ivy version of `M-x` (with a fallback to `C-c M-x`). But...