vindarel
vindarel
Thx. People impacted were on different platforms, either on Linux than macOS or W$ ?
more precisely, in my case, this is slow: ```lisp ;; the commit change (sdl2:in-main-thread () (bt:with-recursive-lock-held ((display-mutex *display*)) (funcall function))) ``` this is fast: ```lisp ;; before change (defun call-with-renderer...
Hi, I'm reading a perhaps similar MacOS issue on Discord. > Yeah Roswell can be a little broken on macOS > It’s because it’s trying to install quicklisp from HTTP...
And what is your Lem version? I think I initially had this issue with french accentuated letters, but it's ok now (I am following master).
Does this happen for all systems or a specific one?
Great! I left comments (I'm a helping hand). Could you add a paragraph on the features this brings? Here, or on the package's `:documentation`, or in a new README… so...
LGTM cool, thanks. If the PR is ready you can add cxxxr as reviewer, I'll let him merge.
Hello! Welcome to Lem. I am not experiencing this issue, we'll need to look for details. First, `quri` is already loaded when I start Lem. (quri:uri "http:hello.com") works. And ql:quickload...
Strange it's related only to quri. Can you not use it straight away? (quri:uri "http:hello.com") and can you quickload another library?
Is there a mismatch between your QL version and the one Lem refers to? (I'm not sure what comes with Lem but that may be a clue) > M-x start-lisp-repl...