Eitaro Fukamachi

Results 131 comments of Eitaro Fukamachi

Sorry for the delay, and thanks for the further information! Though I don't have enough time to dig into an environmental issue now, `:ALLOCATION-CLASS` (keyword) is given when defining a...

I've been thinking of how we can make table relations easy in Mito. So, this is actually worth discussing. We can use many-to-many relational tables for joining with both tables,...

I think it works on MySQL/PostgreSQL, but seems not on SQLite3. Should be fixed.

Thank you for your suggestion. It sounds useful, and I'd like to add it when I have time.

Cannot specify `:references` for a column whose `:col-type` is another table class. Try this: ``` (defclass tweet () ((user :col-type user) (content :col-type :text)) (:metaclass mito:dao-table-class) (:unique-keys user)) ``` or...

Yes, currently `rove:run` is considered to be used with ASDF systems or ASDF package-inferred-system. Perhaps, it's nice if `rove:run` allows to take a package-designator to run tests in it. (I'll...

I suppose that your Lisp is set `*print-case*` as `:downcase`. Converting the symbol to upcased one would work on such an environment, but wouldn't with modern-mode (case-sensitive reader), which Allegro...

Can you tell me the issue more clearly? * Reproducible code or steps * What is the unexpected behaviour you get

+1 for adding to Quicklisp. IMHO, jzon is already the best JSON library for rendering JSON views in web app. So, I'd like to switch from Jonathan in my libraries,...

LGTM. Thank you for your contribution. I'm waiting for the other PR is merged.