Eitaro Fukamachi

Results 238 comments of Eitaro Fukamachi

@t-sin What version of Qlot are you using? The situation is different, but I heard someone say Qlot won't work well with a global Quicklisp if its version is old...

Obviously, this problem is caused by my pull request that replaces cl-ppcre by cl-irregsexp. Though I don't know what happened in the latest SBCL, cl-irregsexp won't be compiled properly on...

I have no idea since I never used slynk, but maybe it uses a different package or a function name? For the moment, I don't have a plan to add...

Mondo is ASDF loadable, but currently doesn't support ways to run without Roswell. It's a problem of priority in development.

Roswell makes many of the issues about CLI programs invisible. For example, 1. Make the script implementation-independent 2. No need to think about the installed path of Quicklisp 3. Make...

Woo doesn't support Windows since it requires libev, and it doesn't run on Windows. Do you use Windows for a web server?

Okay..., then Woo can't help you! I had ever used Hunchentoot on a Windows machine, but it didn't need any performance as it was a local HTTP server. If you...

That sounds great to me. I only had a little time on CL-DBI, so there's room to improve its interface.

It's not exactly the same, but now `dbi:fetch` has a `:format` argument to specify the type of each row. It must be one of `:plist`, `:alist`, `:hash-table`, and `:values`.

I like the idea, and adding the global version of those functions is fine to me. Is this code still in progress?