cage2

Results 18 issues of cage2

The package needs some tests to check for regressions. Manny approaches can be taken to do testing (assertion, code that run only during compilation, libraries, etc), i think ERT is...

enhancement

Hi! Sorry if this question has been already asked but I was not able to find information elsewhere. I would like to make an appimage for a software and i...

Hello, I am trying to figure out why this issue appeared: https://github.com/archimag/restas-directory-publisher/issues/7 I think changing this function https://github.com/archimag/restas/blob/master/src/route.lisp#L27 with ``` (defun` route-render-method (route) (funcall (or (slot-value route 'render-method) (and (module-render-method...

Hello! Thank you for your library, it is very useful! :) I am using cserial-port with an arduino mega, i do not know if the problem is arduino-specific or not,...

Hi! I have added spec files for arm architecture, without this changes loading system on arm fails. For reference see #32 Please consider merging. Bye! C.

Hi! This tiny library implements a method to calculate moon's phases. Please considering adding to quicklisp. https://codeberg.org/cage/lunar-phases Bye! C.

canbuild

Hi! Please can this library be added to the quicklisp repository? https://codeberg.org/cage/cl-colors-ng This library is an updated version of: https://codeberg.org/cage/cl-colors2 I made so much breaking changes to the latter that...

added support for specify a character using unrestricted hexadecimal number representation, for example: ``` text "\\x{1F4E3}" → #\📣 ``` also spaces between braces is supported: ``` text "\\x{ 1F4E3 }"...