Cyrus Harmon

Results 38 issues of Cyrus Harmon

I can fairly reliably trigger this: ``` Callback Error: the message-complete callback failed Unhandled memory fault at #x5. [Condition of type FAST-HTTP.ERROR:CB-MESSAGE-COMPLETE] Restarts: 0: [SKIP-PRINTING-FRAME] Skip printing frame 2 1:...

I'm trying to get my toy caveman2 running over HTTPS with hunchentoot and things seem to go OK at first, but then I get an SLDB error telling me that...

Would it be possible to add something like: [https://rdrr.io/cran/DBI/man/dbExistsTable.html](dbExistsTable) ? thanks!

It's nice that there's a higher performance version of execute now, but this could have been done by adding a new function and preserving the old behavior. Now I have...

I'm still in the process of tracking things down, but my code used to work before: ``` 02d7b41 | * | @ Refactored the way how transactions and savepoints are...

the defpackage form for dbd.postgres looks as follows: (defpackage dbd.postgres (:use :cl :dbi.driver :dbi.error :cl-postgres) (:import-from :cl-postgres :connection-socket :send-parse) (:import-from :cl-postgres-error ... It would be nice if we either imported...

The sineweave example starts but dies after a second or so with the following error if I run it from SLIME. If I run it from the SBCL command prompt...

help wanted
can't reproduce

Messing around with the Graph formatting demo today, I received the following error: ``` The value 33343 is not of type (SIGNED-BYTE 16) when binding XLIB::X [Condition of type TYPE-ERROR]...

I almost have the layout I'm looking for, with 4 groups in my treemap, but no matter which corner I start from, I always get the x-axis split into two...

url-encoder is eventually called with two arguments while the docstring says otherwise.