cl-03

Results 8 issues of cl-03

I found that the package CLACK exists some bugs, so that the codes under Chapter websockets didn't work well on cloud server,just work well on localhost.even though the Helloworld example...

bug
good first issue

win10+emacs+slime+sbcl ``` CL-USER> (ql:quickload :py4cl/tests) To load "py4cl/tests": Load 1 ASDF system: py4cl/tests ; Loading "py4cl/tests" ; file: C:/Users/chuangxiu.chen/quicklisp/dists/quicklisp/software/py4cl-20200925-git/tests/tests.lisp ; in: PY4CL:IMPORT-MODULE "math" ; (PY4CL:IMPORT-MODULE "math" :RELOAD T) ; ;...

Dear Lovesan, As I'm just a new lisper,I don't know much about Windows ,such as COM, OLE,and so on. when read your helloword below examples folder,I don't know how to...

there comes an error when I followed the 《K USER MANUAL》。on the page of 32, I want the object displayed on the screen,by saying “show it”, kona \ for help....

enhancement

`(defvar *handler* (clack:clackup (lambda (env) (declare (ignore env)) '(200 (:content-type "text/plain") ("Hello, Clack!")))))` It works well on localhost,but can't Open remote web browser . my cloud server's public IP is...

As a newbee,I have to face many difficulties,It maybe easier for me to follow the examples.When I want to try a web-automatic,like to use dex:post to login in a website,and...

Dear Andrey, sorry to disturb you, I got trapped in how to use RESTAS to publisher an exist file,such as .html . .txt etc.Even though a package which called "restas.file-publisher",I...

Dear Flavio, Only can I found some read-use under your README-file, for my need,Would you mind give an example for using :LISP-XL to write data to the .xlsx-file,thank you very...