yespire
yespire
Context Questions: ### 1. What did you do? If possible, provide a simple script for reproducing the error. I noticed that there is a small increase in memory usage level...
output of **`207.237.77.123`** has excessive numeric keys: ``` ^ array:3 [ "regrinfo" => array:5 [ .... "network" => array:2 [ 0 => array:7 [ "inetnum" => "207.237.0.0 - 207.237.255.255" "name"...
``` h.registerPartial("p1", "p1") h.registerPartial("p2", "p2") let output = h.compile("partials: {{> p1}} + {{> p2}}, variables: {{v1}} + {{v2}}")() ``` right now, this produces "`partials: p1 + p2, variables: + `"...
``` h.compile("{{key}}", { encloseTag: "hbs" })({key:"value"}) ``` would be rendered into `value` this can be used for page refresh