weblocks icon indicating copy to clipboard operation
weblocks copied to clipboard

Results 14 weblocks issues
Sort by recently updated
recently updated
newest added

Building with SBCL 2.1.7.62-417920f09 / ASDF 3.3.5 for quicklisp dist creation. Trying to build commit id fe96152458c8eb54d74751b3201db42dafe1708b *weblocks-demo-popover* fails to build because of a failure in _weblocks_. *weblocks-s11* fails to...

I'm assuming this is what the code was supposed to do, but completely untested. Fixes https://github.com/skypher/weblocks/issues/59

Building with SBCL 2.1.0.29-a1ce59262 / ASDF 3.3.1 for quicklisp dist creation. Trying to build commit id fe96152458c8eb54d74751b3201db42dafe1708b *weblocks-demo-popover* fails to build because of a failure in _weblocks_. *weblocks-s11* fails to...

In the last line of the file src/views/formview/template-form-view.lisp, inside **(method with-view-header (template-form-view t t t)**, it uses the variable **form-id** outside the scope of its binding.

I get this: ; READ error during COMPILE-FILE: Package SWANK does not exist. Line: 40, Column: 50, File-Position: 1512 Stream: #

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...