3b
3b
Test2
Some utilities for exiting on errors, muffling asdf `bad-system-name`, and a roswell script to load a system and evaluate a form for CI without a test framework
`http://www.schaik.com/pngsuite/tbbn0g04.png` gets an alpha channel due to `(png-set-expand png-ptr)`, but only 1 channel is allocated in the `make-image` call, so `png-read-image` writes past the end of the array. Also, depending...
3bmd is older than [CommonMark](https://spec.commonmark.org/), so it tries to implement the original [markdown syntax](https://daringfireball.net/projects/markdown/syntax) with reference to behavior of other markdown processors where that was ambiguous. That strategy has all...
Not sure exactly what i do to trigger it, but i frequently get dropped connections with following in `*inferior-lisp*` (after many minutes printing the contents of a large 3d array.)...
Maybe not too important since `(type t)` probably should be written as `otherwise` instead, but still confusing if one doesn't happen to think about that option. ```lisp (defun x (x)...
Turning on expansion of palettes (and possibly some other things?) also expands `tRNS` chunks to alpha, so if we don't handle those correctly we will get memory corruption when we...
With `setup-lisp@v2`, if the installation of a lisp fails (seems to fail on at least allegro,clisp,ecl on linux currently), it silently ignores it and runs tests on sbcl instead (or...
`*home-dir*` is hard-coded for `awolven` (and arguably wrong when run in msys/mingw). Consider `user-homedir-pathname` instead?
I don't have any immediate plans to use vulkan, but when I do i will probably use glop or glop2 for window creation etc, so would be nice to not...
for flow control, or dropping unresponsive connections, or avoiding sending time-sensitive data if it probably won't be sent immediately anyway.