erjoalgo
erjoalgo
I tried your `org-caldav-url-dav-get-properties` but I'm still getting the same issue: `url-dav-process-DAV:prop: No child nodes in DAV:prop`
Here's the response I get from the server: ```html HTTP/1.1 207 Multi-Status Date: Thu, 07 Sep 2017 17:46:26 GMT Content-Type: text/xml; charset="utf-8" Content-Length: 1479 Connection: close Server: 1.1 DAV: 1,...
`(ql:quickload 'swank)` gives me `http://beta.quicklisp.org/archive/slime/2019-01-07/slime-v2.23.tgz`, which is 3 years old.
I solved this by wroting a utility to implement the recommendation in https://asdf.common-lisp.dev/asdf/Configuring-ASDF-to-find-your-systems.html to help ASDF locate local projects. ```emacs-lisp (require 'f) (defun asdf-setup-link-farm () ;; Use instructions in ;;...
> Still, it would be nice if the official instructions also described how to load slime from lisp. Probably not. Though I could not find much documentation on loading slime/swank...
For more details of this feature request: https://bugzilla.mindrot.org/show_bug.cgi?id=3609
I have an existing hunchentoot app and now a hunchensockets, I'd like to merge the two to use the same acceptor and port. I'm not too familiar with hunchen{toot,socket} internals....
Looking at the logs on the host eluding discovery (192.168.0.106), I see some of the following UFW block logs: ``` 2024-05-03T18:39:11.740403-04:00 bee kernel: [2070015.956759] [UFW BLOCK] IN=wlo1 OUT= MAC=01:00:5e:00:00:01:e4:fa:c4:e6:9a:3d:08:00 SRC=192.168.0.1...
@garilla22 that is exactly what I did 2 months ago as a PR in #44
It's not necessary to be paranoid to distrust macchanger's exit status, since it currently exits 0 (success) even if nothing at all was done due to wrong usage. So exit...