vindarel
vindarel
Hi, At last I discover a library like this :) The only missing feature for my humble needs so far (also a CL noob frustrated by the built-in string manipulation...
from https://github.com/LispCookbook/cl-cookbook/pull/401 for @bendudson or @alx-a (or me) ;) > It might good to add a link to NumCL to this page (https://github.com/numcl/numcl), and think about which library this page...
Continuing the nascent discussion in #279: we'd enjoy a faster website generator (for local work), and a better looking theme. Hugo themes for documentation: https://themes.gohugo.io/tags/documentation/ - https://docs.vantage-design.com/ace/getting-started/usage/ (nice one, simple...
Hi, I'm trying to follow the installation instructions from the website. This commands: rails new hyperstacktest -T -m https://rawgit.com/hyperstack-org/hyperstack/edge/install/rails-webpacker.rb ends with ``` … yarn add v1.19.0 [1/4] Resolving packages... [2/4]...
Hi, Can you add FOF: https://gitlab.com/ambrevar/fof It enables rapid file search, inspection and manipulation. Examples: ```lisp ;; Make inspectable file object: (file "fof.asd") ;; List all files in the current...
I am exploring these bindings, and as a beginner I'll make errors. One of them is to call the main-loop at the wrong place, which leaves me to a state...
Hello, little contribution, even if: I don't understand why but the dialog seems needed. Otherwise no UI shows and I can't C-c C-c the hanged process. Both `map` and `show`...
It's all documented since you do document to run with ``` #-sbcl (hello) #+sbcl (sb-int:with-float-traps-masked (:divide-by-zero :invalid) (callback)) ``` but this is not ideal, hence the issue. Do you know...
Example: (is (ensure-starts-with "/" "/abc") "/abc") Feedback welcome (especially for naming).
Make the [tilde newline format directive](http://www.lispworks.com/documentation/lw71/CLHS/Body/22_cic.htm) transparent, so than we could write text with indentation in our code, with no indentations in the final string: ``` (format nil "---~ +++")...