Gary Hollis
Gary Hollis
Fix for the bug described in [Issue #437](https://github.com/slime/slime/issues/437)
Since there's currently an all-matches-as-strings function which returns a list of all matches, but no function that directly returns both the matches and the group/scan matches as strings in the...
I've had two possibly related memory errors occur while trying to use NVENC for h264 with this ffmpeg patch on an NVIDIA Jetson Nano 2 GB. For a ~600 MB...
On running `(ql:quickload "bike")`, I received the following error: ```To load "bike": Load 11 ASDF systems: alexandria asdf bordeaux-threads cffi cl-ppcre flexi-streams named-readtables split-sequence trivial-features trivial-garbage uiop Install 1 Quicklisp...
After doing ``` (ql:quickload (list "xpath" "fxml" "fxml/stp" "fxml/xpath" "fxml/html5")) ``` This works: ``` (xpath:evaluate "//*" (fxml.html:parse "hello>" (fxml.stp:make-builder))) ``` ==> ``` # ``` But this doesn't: ``` (xpath:evaluate "//html"...