Tim Bradshaw
Tim Bradshaw
This changes the way that MathJax is generated to make things work with MathJax 3 This is the second PR associated with greghendershott/frog#252 Rather than generating script tags, this now...
If you type something like `**fr**ozen bl**og**` then I think you should get **fr**ozen **bl**og: you currently get something with embedded asterisks instead (this is using markdown in frog of...
This makes a small, compatible, change to the `math-jax` widget which helps support for MathJax 3. The change is to allow the `#:config` option to be `#f` (previously it had...
I've been playing with getting Frog to work with MathJax 3. As best I can tell currently this requires two changes: - The `math-jax` widget needs a way of not...
`bundle-systems` bases its idea of what systems it needs to copy only on systems in dists (I think this is the right term?): you can tell it to copy the...
The fallback ASDF (2.26) bundled with Quicklisp is too old to build many projects. I understand the desire not to update it to a newer version, but I think that...
It is https://github.com/tfeb/dsm. It provides a macro, `destructuring-match` which is a `case`-style version of `destructuring-bind`, so it allows matching of a form against slightly extended `destructuring-bind` lambda lists. It needs...
I don't know if the lambda list parser is meant to support these. The source sort of implies it does (`compile-destructuring-pattern`, for instance), but it doesn't: ``` (match '(1 (2))...
**Describe the bug** `(cl:room)` fails with `NIL is not a number`. **To Reproduce** Steps to reproduce the behavior: - run Medley, in an XCL exec say `(room)`. **Expected behavior** It...
If you create a symlink to a directory in the QL `local-projects` directory, then LispWorks will loop indefinitely when looking for `*.asd` files. To reproduce (I can only try this...