Steve Losh
Steve Losh
There's been an open issue on SLIME for a while about how it's terribly insecure, and I'm pretty sure Vlime works similarly: https://github.com/slime/slime/issues/286 I think this is mostly out of...
A friend of mine just hit the case described in https://github.com/quicklisp/quicklisp-client/blob/master/quicklisp/local-projects.lisp -- he renamed an `.asd` file in a local-projects subdirectory and tried to load it, and ASDF signaled a...
Sorry for the awkward title. The spec for `gethash` [says](http://clhs.lisp.se/Body/f_gethas.htm#gethash): > Value is the object in hash-table whose key is the same as key under the hash-table's equivalence test. The...
I'm trying to use `(structure ...)` patterns but keep getting lots of warnings at macroexpansion time. I tried just running the bare example in the wiki and still get them:...
The `:element-type` argument of `socket-accept` doesn't seem to be working properly in CCL -- it seems to ignore the argument and use whatever `element-type` that was used for `socket-listen`. It...
Hey, I've been using the Parsatron in another project lately and came up with a few pretty basic parsers that might be useful to other people. If you want them...
When I try to run `(draw scene (:polygon :points (list (list 0 0) (list 0 10) (list 10 0)))` the resulting SVG is mangled because that list of points gets...
I'd love to be able to simply press Ctrl+Opt+P (or something) to open the picker and get the color selection, and then Ctrl+Opt+C to copy it.
**Snakemake version**: 7.32.3 I'm attempting to use Snakemake to execute jobs using Slurm. Everything runs as expected when running locally, but when using `--slurm` all of my jobs end up...
License?
What license is this under? Thanks!