Simon Hamp

Results 103 comments of Simon Hamp

@joeelia I'm afraid I haven't used PlanetScale yet, so I'm not familiar with any specific issues that could come from that setup I will try to set something up to...

I am shocked... SHOOK! ... to see that these classes are not `final` @stevebauman 😏

@basserd yes I do

@basserd when I get some time to pick it up 😊

Hey @philipbaginski sorry for taking so long to reply to this. >What should I do to import table with IDs exactly the same as in the file? This package currently...

@gbrits as @matt7ds suggests, this would be your best approach. >I couldn't find discussions or any other way to pose the question I will open GitHub Discussions so that this...

>if the creator is there we need you! @HeadStudios I'm here. Unfortunately, I don't earn any money off of this package just yet, so I'm not able to prioritise support....

@philsturgeon that would be super awesome What would be ideal from my POV so I can get cracking on this one with less setup is: - Your migrations, so I...

This happens because you're using `format('png')` - by default this library outputs an SVG, which is just a string of XML that the browser can render natively. But a PNG...

@jesseleite It seems to have something to do with [cloning the `$page` object inside `writePaginatedPages`](https://github.com/statamic/ssg/blob/4412cd7162a5f4a1c64726507df4ab3a3c1fa774/src/Page.php#L78) - when I stop that cloning, it works just fine (but I haven't run the...