vindarel
vindarel
That's a great example, thank you!
How would you find the IDE kind? (is there an environment variable for this?)
mmh good ideas, though would you maybe accept a first patch that does like `termp`? "make it work, make it right"…
I agree there is something to fix regarding `/`, it is disturbing to not find anything at this url. The quickstart does link to http://localhost:40000/tasks, but it doesn't explain where...
maybe fixed. A default widget now shows the available apps at `/`, PR https://github.com/40ants/reblocks/commit/415926a07ecd1c514b64de5cf7a5f3285263c634
Reproducible example: ``` (defpackage testtable (:use #:cl #:weblocks-ui/form #:weblocks/html) (:import-from #:weblocks/widget #:render #:update #:defwidget) (:import-from #:weblocks/actions #:make-js-action) (:import-from #:weblocks/app #:defapp) (:import-from #:weblocks-navigation-widget #:defroutes)) (in-package :testtable) (defapp testtable :prefix "/") (weblocks/debug:on)...
idea: the `tbody`. ``` (defmethod get-html-tag ((widget t)) (let ((path (get-html-path))) (log:debug path) (case (first path) (:table :tr) (:tr :td) (t :div)))) ``` but `(get-html-path)` still returns NIL, hence `get-html-tag`...
Hello, and up ?
up :) but your doc cleanup in the PR is already useful, encouragements to merge (and write a little something about routing).
This library is here: https://github.com/40ants/log4cl-json Indeed, it is not in Quicklisp. I suggest you carry on trying the quickstart by cloning it in `~/quicklisp/local-projects`. However, I fear it is not...