bamboospirit

Results 12 issues of bamboospirit

Hello, first I want to thank you for developing this very cool lib. I find it very useful. In order to integrate checkl with fiveam I had to make two...

On windows I had to add :host in make-pathname in start-vlime.lisp and load-vlime.lisp otherwise i would get errors when loading start-vlime.lisp : ` > (defparameter *vlime-home* > (make-pathname :directory (pathname-directory...

is there a way to (update (weblocks/widgets/root:get)) for all sessions from within the repl ? No. There is only a way to reset the last session. Look at the weblocks/debug...

"Click on the "render many" button and wait for it to finish rendering. Then click again on "render many" and without delay click on "render few" You will see that...

Realtime update and synchronization between distinct sessions : https://youtu.be/MZvmYaFkNJI?t=419 "You need to use Websockets. Try this widget: https://github.com/40ants/weblocks-websocket And also you'll need some library to do the pubsub. I found...

How to make a new thread aware of the *session* it was created from ? ```lisp (:input :type "button" :value "Add random task (with (update) called from a different thread)"...

Hello ! In order to be able to configure the logs and error template locations I had to edit this file: clack/src/handler/hunchentoot.lisp and apply this fix: ``` (defun run (app...

Eval this to reproduce the bug: - (load "~/quicklisp/dists/quicklisp/software/cl-jpeg-20170124-git/package.lisp") - (load "~/quicklisp/dists/quicklisp/software/cl-jpeg-20170124-git/jpeg.lisp") > +q-luminance+ is unbound To fix it separate the macro forms that are dependent upon each other. Perhaps...

Steps to reproduce: edit spf4wc.f ``` WM_CREATE :M { lpar wpar hwnd \ hdc -- 0 } .S \ insert this line ``` now executing the word CONSOLE or compiling...

The .f files and the .txt files don't have the same Russian encoding. Some of them use cp866, while others use windws-1251. I tried to convert them using iconv and...