Results 4 issues of liuxueyang

In Arch Linux, SBCL 1.3.6. Installed SDL2 successfully. Get errors in the `hello-world` examples: ![sketch-screenshot](https://cloud.githubusercontent.com/assets/3584877/18001645/6b7c54de-6b73-11e6-8e23-5a9afd5ec758.png) Any help? Thank you. ;-)

workaround exists

Add `--with-static-zstd` option to link zstd library staticly. This option is mutually exclusive with the original option `--with-zstd`. The original behavior of `--with-zstd` is not affected. We need to use...

cla-not-required

The error is raised when I try to eval an S-exp in scheme file using `mit-scheme`. `geiser-racket--language` is defined in package `geiser-racket` which is used for racket implementation.

Currently, sentence-transformers use different cache path from huggingface by default. This makes it difficult for users to copy cached models if they want to run pgml in offline mode. This...