cargo
One-to-many tables & #vardefine
· ☕ 12 min read · ✍️ River
#vardefine doesn’t always play nice with the order in which you need to evaluate code. Here are some solutions.

A Lua module to print all args
· ☕ 7 min read · ✍️ River
When debugging confusing Cargo queries, a module that just prints everything for you can be incredibly helpful

Don't use _pageName
· ☕ 10 min read · ✍️ River
Sometimes it can seem convenient to use the built-in _pageName field that Cargo provides; however, _pageName is a metadata field, and you should take care to use it only as such.