Anton Vodonosov
Anton Vodonosov
We use cl-coverals to test cl+ssl, and recently it started to fail with error "Please, set COVERALLS_REPO_TOKEN env variable. It is required." The requirement is introduced by pull request #13....
Hello, could you please add an option to specify proxy URL and auth parameters? The LibOpenConnect class provides setProxyAuth and setHTTPProxy methods, but UI is not provided by the application.
The function alexandria:format-sybmol in the alexandria version that comes with teepeedee2 doesn't convert it's argument to string. In result babel fails with error "value #:~A-CODE-POINT-COUNTER is not of the expected...
Use case: I have a man menu, every menu item is a link with different has value ( #info, #settings, #admin, etc.). When user click menu item, $.address.externalChange handler builds...
stmx testsuite sometimes hangs on ECL, sometimes crashes with "out of memory" error. http://common-lisp.net/project/cl-test-grid/library/stmx.html
For example, it is impossible currently to choose fill color in the Vector Paint Editor on touch devices - the fill color can only be set with right mouse click.
Idea. It may be good to have an option to include the "Add to Home screen" functionality into the generated HTML, so that mobile users can "install" the project. https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps/Add_to_home_screen
``` Checking version to install.... Downloading https://common-lisp.net/project/armedbear/releases/ [##########################################################################]100% Unhandled SB-INT:INVALID-ARRAY-INDEX-ERROR in thread #: Invalid index 0 for (SIMPLE-ARRAY CHARACTER (0)), should be a non-negative integer below 0. Backtrace for: #...
https://travis-ci.org/github/avodonosov/drakma/jobs/752610998 ``` *** - FFI::FIND-FOREIGN-VARIABLE: foreign variable # does not have the required size or alignment ./clisp-link: failed in /home/travis/.roswell/src/clisp-2.49/src make: *** [base] Error 1 ..................................................................... 700 ...................................................................... 1400 .........................................................................
SBCL. Quicklisp 2013-01-28. ``` rm -r ~/.cache/common-lisp/ (ql:quickload :unicly) ``` works, while ``` rm -r ~/.cache/common-lisp/ (ql:quickload :unicly :verbose t) ``` fails. Seem to be caused by `muffle-warning` done by...