Jonathan Hollingsworth

Results 3 issues of Jonathan Hollingsworth

I've added a `--headers` option to the `artillery quick` command. Sorry I've not added tests; that batch file stuff is a little beyond me. I have manually tested this with...

We recently had a scenario where we were using the `and` helper like this: ``` {{#if (and (is-permitted 'deleteFile') showDelete)}} Delete {{/if}} ``` The `is-permitted` helper returned a `DS.PromiseObject`, which...

The existing documentations mentions creating a new folder under the `layout` folder, and duplicating the default theme. I can see no evidence of a `layout` folder or anything that looks...