Results 5 issues of Jack Carrozzo

Hi, I wrote a gcode exporter class in the style of Exporters/GCode/LinuxCNC.py for my Yasnac controller. I'm running the latest release, 0.6.4. Couple q's: - It looks like the gcode...

Rather than: ``` @export (defparameter +moose-height+ 7) @export (defparameter +moose-width+ 11) @export (defvar *moose-times-seen* 0) @export (defun handle-moose-sighting () ...) ``` Is there a simple way to accomplish something like:...

Hey, have you seen this one before? The alien function "uv_loop_size" is undefined. Backtrace: 0: ("undefined function") 1: (LIBUV:UV-LOOP-SIZE) 2: (SB-INT:SIMPLE-EVAL-IN-LEXENV (WS-DOSTUFF) #) While evaluating: (as:with-event-loop () (wsd:start-connection *ws-client*) (wsd:send...

Has this been abandoned? Can't build from source nor load the core :\ ``` jackc@petrichor ~/dev/cl/var/amqp/de.setf.amqp $ sbcl --userinit readmes/build-init.lisp \ > --eval "(asdf:operate 'asdf:load-op :de.setf.amqp.amqp-1-1-0-8-0)" \ > --eval "(asdf:operate...

rt isn't needed past glibc 2.17 (and including it causes fatal link error on macos)