vindarel

Results 591 comments of vindarel

Hey Matt, yes fabric did work with another fabfile (locally). With more googling I found this thread: https://stackoverflow.com/questions/28399335/python-paramiko-incompatible-ssh-server So, on my server, in `/etc/ssh/sshd_config`, at the key MACs I added...

Ok, cool. I'll wait. Or… do you have a list of easy todos ? I could at least have a look and, who knows… :p

Strange, I don't have your error with swank-backend, it works too. ```lisp (swank-backend:who-specializes (find-class 'footest)) (((DEFMETHOD FOO-METHOD) (:LOCATION (:BUFFER-AND-FILE "cmdcollectivites.lisp" "/home/vince/projets/foo/src/cmdcollectivites.lisp") (:OFFSET 18381 0) (:SNIPPET "(defmethod foo-method ((obj footest)) :yep)"))))...

I noticed this again. Happened after a QL-dist update. I was trying to quickload a system of mine, I got an error about a library (osicat, cffi) and noticed that...

I fixed this second error (unrelated, about a cache putting in a cl21error message) and I'm back on tracks.

Hello, really? I double checked, it's fine here, and I have no pending changes to commit. ``` $ make run [master] rlwrap sbcl --load run.lisp --eval '(in-package :web-live-reload)' This is...

No, I have no copyright assignment with the FSF. What shall I do ? (I read your link; besides this is a really small change) And no, didn't go to...

I indeed falled back on the usual `.indexOf` plain JS solution :/

uhoh. I'm surprised by the mention of es5-async-await, babel and all. I was thinking that we'd need to define one or two Parenscript macros, so we could write something like:...