Eitaro Fukamachi

Results 238 comments of Eitaro Fukamachi

The error probably won't be raised at HEAD of Qlot since I deleted the `macro-function` clause at https://github.com/fukamachi/qlot/commit/2b936489ed0294f66fd2f528085c60fc82f239bb. However, Qlot may not be able to list the dependencies of your...

Oh, I didn't know the spec. Definitely, it's great to have. Thanks!

Thank you for reporting. Your Quicklisp dist seems to be old, so many things are different from the README on GitHub. Please update it by `(ql:update-dist "quicklisp")`, or install it...

Can you try the following to see if it's from certificates in Dexador? ``` $ ros -s dexador -e '(print (nth-value 1 (dex:get "https://dist.ultralisp.org/")))' ```

This probably had fixed in https://github.com/fukamachi/dexador/pull/179.

I can load Dexador with SBCL 2.4.10 without any problems. Maybe it's because of the version of local-time, or any differences in timezone files in your environment?

Thank you for reporting! Is this only when SSL is enabled, or always? It may be because of a new function [wev:write-socket-stream](https://github.com/fukamachi/woo/blob/7f5219c55d49190f5ae17b123a8729b31c5d706e/src/ev/socket.lisp#L170) which sends a static file.

Thank you for your efforts to look into it, but I still couldn't reproduce it. Woo can serve a 147KB PNG file and a 385 KB YAML file via HTTPS...

Please write the more detailed steps to reproduce it. * Where did you place the source code * The output of `(asdf:system-source-directory :qlot)` * Full stack trace

This issue is stale. Create a new issue if you still have the same issue with the latest version.