flip111
flip111
I downloaded https://github.com/vletroye/Mods/releases/download/v7.3-beta.1/ModsPackagerSetup.exe to give it a try In the readme it says > The Web Station and the third party package Init 3rd Party are not mandatory anymore (See...
Very interesting how this is evolving, good work @TerryE
Better proof first that ESP8266+ESP32 can be combined into 1 firmware before adding lua 5.3 support
Seems you are confident that the 5.1 update will work, maybe go for 5.3 then.
As i understand it passing the data to `options['fn']` makes the data available in the scope of the block, what i meant with "later use" is when you already left...
Let's consider bullet point 5 from [here](https://github.com/zordius/lightncandy/issues/266#issuecomment-285295431) first. `createFrame` seems to be used for something different, form the handlebars.js documentation: http://handlebarsjs.com/reference.html > Used by block helpers to create a child...
@jayS-de i tried this too but it doesn't work because of the dual nature of the `hbch` function, namely `$op` is used as something else in case of `block custom...
Sorry to say but i have a project to finish which can not work without this feature, so for the moment i'm switching to twig, which can do [this](http://twig.sensiolabs.org/doc/2.x/tags/set.html). The...
@jayS-de yeah i can see how this can work, however this pushes everything to runtime ..
1. If they input should always be an associative array then you can just check this once at the start of the rendering and save many extra php calls to...