Olexiy Zamkoviy
Olexiy Zamkoviy
Some google-chrome plugin appends html comment before json so plugin didn't work for me. Comment appended is After fix plugin was tested with firefox. Code shows how I've fixed problem...
https://github.com/html/weblocks-stores.git location changed to https://github.com/weblocks-framework/weblocks-stores.git
This patch fixes test for me. Currently there is 1 more test needs to be fixed for quicklisp version 2014-10-06
It would be useful for data views. Currently data views include "Modify" link. It should be optional.
See https://groups.google.com/forum/#!topic/weblocks/EA_zizkjRek
This code works well ``` (do-page (make-widget (lambda (&rest args) (with-html (render-link (lambda (&rest args) (answer (first (widget-children (root-widget))))) "back"))))) ``` And this does not ``` (do-page (lambda (&rest args)...
At this moment when refreshing page with some widgets like gridedit, session becomes bigger. This is because of make-action which generates unique symbol for the same action every time code...
Currently find-persistent-objects has similar key params like :filter :filter-fn, :where memory - filter prevalence - filter elephant - filter-fn postmodern - where clsql - where I suppose it needs at...
When searching character column with integer value it returns nil For example, column contains "31159" value ``` (find-persistent-objects *default-store* 'citilink-excel-data-item :where [= [article] "31159"]) ``` returns nil and ``` (find-persistent-objects...