charJe

Results 26 issues of charJe

This happends with usinig `redis:with-connection` with the`:auth` parameter. SBCL 2.1.9 Redis server v=6.2.6 sha=00000000:0 malloc=libc bits=64 build=1fa752802c6d9991 cl-redis: 2.3.8 ``` Unexpected value #x88 at start of UTF-8 sequence. [Condition of...

```lisp (define-constant +crlf+ (coerce (list (code-char 13) (code-char 10)) 'string) :test #'string=) (define-econstant +sec-key+ "258EAFA5-E914-47DA-95CA-C5AB0DC85B11" :test #'string=) ``` Inconsistent indentation for the value.

> It seems that the android sdk manager no longer downloads the support repository to the expected location. Manually copying > > ``` > /usr/local/android-sdk-r25.2.5/extras/android/m2repository/com/android/support/support-v4/19.0.0/support-v4-19.0.0.jar > ``` > > (using...

feature-request

When I connect to the running application using telnet. The repl appears in the shell where I ran `make install` like so ``` ==> attempting to install linux application DemoRedSquare...

``` Cookie “test-cookie” will be soon rejected because it has the “SameSite” attribute set to “None” or an invalid value, without the “secure” attribute. To know more about the “SameSite“...

Steps to reproduce: ```lisp (require :abcl-contrib) (require :asdf-jar) ;; load quicklisp too (handler-case (asdf-jar:package :cl-unicode :out "./" :recursive t :force t) ((package-error () (let ((skip (find-restart 'system::skip))) (when skip (invoke-restart...

I managed to build shcl on guix, but get this error when trying to run. ```sh $ shcl fatal error encountered in SBCL pid 10164 tid 10164: Can't find sbcl.core...

I've been having trouble with messages larger than 1MB but only on Chromium. I think it's an issue with Chromium but [they seem to think it is a problem with...