Disclosure

Results 5 comments of Disclosure

> I don’t think a feature request is the best place for your support question. The feature is not there yet, there is just a placeholder config window for it...

Can confirm the comment above, 4.8.2 (436) hangs after establishing an ssh connection to the server.

I had this issue on Ubuntu 16.04 where the cuda.h file would not be found no matter which environment variable I placed the include paths in when trying to install...

I can confirm that the issue is present on LispWorks 6.1.1 as well.

``` #-lispworks (unwind-protect (accept-connections acceptor) (hunchentoot:stop acceptor)) #+lispworks (accept-connections acceptor) ``` This solution does not appear to work in 6.1.1: ``` CL-USER 11 > (clack:clackup (lambda (env) (declare (ignore env))...