Odddity
Odddity
When I try to compile a `def-key-callback` form in SBCL with sly, it signals an error: ``` failed AVER: (MEMBER SB-C::CLAMBDA (SB-C::COMPONENT-LAMBDAS (SB-C::LAMBDA-COMPONENT SB-C::CLAMBDA))) This is probably a bug in...
I'm not having any luck with this: ```Lisp (redis:def-cmd FT.SEARCH (index &rest params) :multi: "Search query") ``` Because this query works: ```Lisp (ft.search "gobs" "@x:[-3300 3300] @y:[-3300 3300]") ``` But...
I guess my question is how to implement the effects of `FT_LOAD_MONOCHROME` and `FT_LOAD_TARGET_MONO` when loading/rendering glyph outlines? From what I understand, the difference with monochrome load/rendering is not only...