Danny

Results 70 comments of Danny

Oh well, I commented out those "errors", and now as you said Zig has done a lot of changes...

for reference, in i3 one can use `focus_wrapping no` to disable focus wrapping

I think I am encountering some similar issues, I am using SBCL. Just running the example code, if I quit the app window, I will need to call a slime-reload-inferior-lisp...

As of now, a workaround that I am using is to instead of `leave-gtk-main`, I call `gtk-destroy-widget` on the window. After the window closes, the repl is stuck because of...

If you mean by getting the app running and webview window etc appearing, then yes. But I can't say I fully understand the consequences of not calling `gtk-main-quit` or the...

You are right actually, the gtk thread is still running on my side too. Hmmm I automatically assume, when `C-c C-c` shows one of the option to `abort thread` aborts...

I am quite happy for someone willing to discuss this matter with me, as it stands the latest commit for this repo is around 7 years ago... I have written...

I just had a look at the examples, it seems lisp stat's array operation does not support outer product anymore.

Sorry, my bad. 1. I had something going on with a readtable that messed up my testing on repl. 2. I didn't find #'outer in the documentaiton 3. Just tested...

That would be fairly reasonable task to add to my TODOs. About cl-cookbook tho, I have updated the links pointing to the one by Lisp-stat. The small problem here is...