Oli

Results 2 issues of Oli

Correct me if I am wrong, but if I wanted to create multiple connections to the APN services, I would simply call connect function with a different connection name atom....

1.x

Let's say we want a list within a list using the following: ``` Template = "{{#outer}} {{#inner}} x {{/inner}} {{/outer}}" Ctx = dict:from_list([{outer, [ dict:from_list([{inner, []} ] )]}]). ``` when...