Tobi Schäfer
Tobi Schäfer
(Copied from less/less.js#3238) [According to the docs](http://lesscss.org/usage/#programmatic-usage), calling `less.render()` with a callback allows synchronous processing of the resulting CSS code: > If you specify a callback then a promise will...
See [upgrade guide](https://alpinejs.dev/upgrade-guide). _Originally posted by @p3k in https://github.com/antville/antville/issues/300#issuecomment-991707582_
In version 2 of H2 `value` is a reserved keyword. Thus, the `postgre.sql` script fails to create the `metadata` table when running `./gradlew :antclick:build`. While this can be worked around...
1. created, modified, creator_id or modifier_id values ```sql select id, created, modified from account where created is null or modified is null; select id, created, modified from choice where created...
See description at http://help.antville.org/stories/2248391
`org.mozilla.javascript.EcmaError: TypeError: Cannot read property "stories" from null (/opt/helma-git/./apps/antville/code/Global/Exporter.js#68)`
Probably caused by Markdown via the story.format_filter()? This caused dysfunctional [Kompetenzteam](https://kompetenzteam.antville.org) due to attributes like `class='schlimm'` which was temporarily fixed by adding the `stripTags` filter to the `` macros.
See http://getuikit.com/docs/alert.html Needs thorough refactoring of error handling.