chris
chris
Hi, This patch is small but probably more like a hack, I submit it as a pull-request to start a discussion about the feature. The intent was to have "mvb"...
First patch allows custom message to pass through swank.lisp without error. The second one allows to pass base64 strings as :data directly ``` (swank::send-to-emacs `(:write-image (:data ,(base64:usb8-array-to-base64-string (vecto:with-canvas (:width 64...
Function `parse-application` in `src/ast/parse-form.lisp` calls `macro-function` on a symbol that is the head of a Coalton function application and applies the macroexpansion. I spotted this case out of habit of...
Hi, This is a minor problem but I often use `system-apropos-list` to find the exact name of a system whose name I don't quite remember, or when trying to see...
This pull request is related to the following issues: - https://github.com/vindarel/cl-str/issues/55 - https://github.com/vindarel/cl-str/issues/56 There is probably still work to do, this is more a draft to talk about the changes
Hi, as an improvement, would you be interested in making indices accept negative numbers, which apparently is something that other languages (e.g. python) offer? Based on the existing code in...
Hi, It could be interesting to have a way to allow operation on strings share the same storage as an input string. For example, `substring` could make a displaced string...
Add a new package `yaml.parser.extensions` that exports a new special variable `*yaml-tag-converter*`, to use as a generic tag converter in case the tag is not already registered in conversion tables....
Hi, As discussed with @eudoxia0 at https://github.com/eudoxia0/cl-yaml/pull/18, I would like to have `quicklisp-projects` point to the following repository for `cl-yaml`: https://github.com/christophejunke/cl-yaml.git Thank you
SBCL allows the user to customze `*ed-functions*` to be able to edit files with a custom editor. See for example this blog post from Xach: https://lispblog.xach.com/post/129215925278/my-new-favorite-slimesbcl-trick The feature request would...