Eitaro Fukamachi

Results 131 comments of Eitaro Fukamachi

> In the latter example, I call (run-app :server :fcgi :fd 0), which ends up calling CL-FASTCGI::SERVER-ON-FD, which is the same function that is eventually called in the working example....

Honestly, I have no idea. The only difference is, Clack always makes a thread. Have you tried Clack.Handler.Fcgi with `bt:make-thread` deleted?

Try Nginx RealIP module. ``` real_ip_header X-Forwarded-For; ``` http://nginx.org/en/docs/http/ngx_http_realip_module.html 2017年4月1日(土) 14:25 Asutosh Palai : > When deployed behind a proxy (e.g. Nginx proxy) there is no simple way to >...

Sorry for the delay. #192 will make the dist name optional as you proposed.

Great, thank you!

I don't understand what's exactly the problem you have. Where is the `end-transaction` symbol from? (you mean `commit`?) It'd be helpful if you add a reproducible code, its result, and...

Thank you for your explanation. I never thought of using `dbi:commit` without `dbi:with-transaction`. It'd be better to make it work since it's not an intuitive behavior. However, are there any...

I'm a foreigner on Windows system, but did you install mysql-client, not only mysql-server? Tell me the location of libmysqlclient.dll on your machine, then I can look into why it...

Thanks for the patch! Since the error codes are possibly different in other environments like Darwin, so need to look into it. It may be better to use Grovel to...

Oh, it'd be great if you don't mind. Thanks!