Seth Wright

Results 5 issues of Seth Wright

`/freestyle` is not always the best route for the style guide to live. I, for instance need it to live in a sub directory due to custom server config. It...

### ImageMagick version 7.1.0-47 ### Operating system MacOS ### Operating system, version and so on Monterey 12.0.1 ### Description Attempting to simply 1:1 convert SVG to PNG: `magick https://es-dev.imgix.net/uploads/3a8effd8-6a4a-4130-88d8-4f4ee09d41d4.svg test.png...

Under the "Expected JSON" segment (for JSON-API format), it appears to display `included` nested within the `data` hash. I have heard talk that `included` should be at the top level...

In this twiddle, I am binding a value to `name` in a `{{from-elsewhere` It appears that, if the binding becomes `null` it will break the helper, even if you set...

How can i set `headers` on the `x-xhr-http-request` component? I tried to pass `headers` with a `(hash)` helper. Specifically, I passed in this: ``` {{x-xhr-http-request ... headers=(hash Accept="file/download; version=1.0.0") ...}}...