vindarel

Results 591 comments of vindarel

my 2c: I've had a couple bugs with Puri, but none with Quri: https://github.com/fukamachi/quri ```lisp ;; works: (quri:parse-uri "/index.php?s=/Index/??=?") => NIL NIL NIL NIL "/index.php" "s=/Index/??=?" NIL ;; with Puri:...

Hi there, you have to treat Ten as a regular HTML templating engine, so you'll handle CSS as classically as it can be: inline ``, loading a .css file, using...

strictly speaking `:foods` is a list of plists right? (not hash-tables) +1 for Mariano's preprocessing, foods-values looks like this: :FOODS-VALUES ((10 "Pizza" "Italy") (32 "Sushi" "Japan") (92 "Taco" "Mexico"))) or...

I still would appreciate to see it on Quicklisp.

Hello ! how are things going ? :) That would be hell of an handy addition. I see that Swank has `(swank:compile-file-for-emacs file-name load-p &options)`, would that be as "easy"...

Got it. BTW, did you use wuwei yourself in apps you can show ?

Yay, such a surprising and exciting answer^^ I'm glad we still have a great lisper amongst us and that you're following your ideas!

As a user, after some testing (in Next), I don't feel the need of an `enabled?` slot per hook but a global switch that allows to disable/enable all hooks altogether....

update: fof was removed and replaced by file-finder, its little brother, sans defclass-star. https://github.com/lisp-maintainers/file-finder

I'll add a `(print-object/std foo)` macro to print the slots' value by default: https://github.com/lisp-maintainers/defclass-std/issues/2 (edit: it's done)