Results 3 issues of marinewater

How do I pass a variable to a helper method? This throws _"ReferenceError: item is not defined"_: ``` html [[~ model.array :item]] [[# def.DateFormat(item.date) ]] [[~]] ``` Is there a...

enhancement

this inlines definitions e.g. turns ``` ``` into ``` ``` By default, only definitions which are used once are inline. If you set the *onlyUnique* parameter to `false`, all definitions...

new plugin

https://github.com/apify/apify-actor-docker/blob/ee3852a92d7f3fd7bdd64348a890b0de4186c070/node/Dockerfile#L2 Is there a reason why this platform restriction is in place? At least the normal node-actor image seems to work fine on ARM machines. With the increasing number of...

t-tooling