Results 41 comments of Mike Monteith

I've been struggling with this too. Finally realised you have to "flatten" the png ``` gm("img.png").background('red').flatten().toFormat('jpg'); ```

FlattenImage() maybe? http://www.graphicsmagick.org/api/transform.html#flattenimage

@Jakobud ``` javascript gm("img.png").background('#FF0000').flatten().toFormat('jpg'); ```

@digz6666 I'm not sure where I got `toFormat` from :worried: It should be `.setFormat('jpg');` to explicitly set the output format.

related: https://github.com/SBoudrias/AST-query/issues/10

This issue is caused by the fact that clickable cards use javascript to `.click()` on the `` element when a card body is clicked on. Can we do something to...

I think the root issue here is that we're faking a link when it's not semantically defined in the HTML. What if JS fails to load? We end up with...

@Fenwick17 Ctrl+click on the link/title itself causes a new tab *and* navigates the current tab. (Firefox) In Chrome it doesn't seem to open a new tab at all. And anyway...

Possible solution here: https://github.com/nhsuk/wagtail-factories/blob/dev/src/wagtail_factories/blocks.py#L158

This is the best way I could think of getting everyone in one thread to discuss. It seems like @jeromewu https://www.npmjs.com/package/react-native-mpchart has registered the best npm package name already. I...