Julien Stoeffler
Julien Stoeffler
Hi, I'd like to create polygons belonging to collision group. I found two different approaches: - creating the polygon shape myself (creating a new "Body.fromPolygon" method) - looping through the...
On windows platform, if I try to unzip a file `img.jpg` contained in a folder named `images`, I will get a file named `images_img.jpg` and no folder. This seem to...
**What you were expecting:** I have a custom `mutationOptions` with `onError` on a `Create` form that displays a custom `Alert` component: ``` mutationOptions={{ onError: () => { notify(This is a...
Hi there ! Great job with this plugin (and especially the bundle). Just wondering, why don't you add it to the wordpress.org plugin directory ? It would make it easier...
Using Symfony 2.6 with this wonderful bundle, I tried to update the database, and I get the following error: ``` [Doctrine\DBAL\DBALException] An exception occurred while executing 'ALTER TABLE wp_term_taxonomy ADD...
Hi there, I've experienced this plugin recently, and there's something I'd really like to achieve : creating dynamic pages with Symfony and embed them in Wordpress. So here's : -...
Hi, Thanks for maintaining this super helpful library! I am facing a new issue: It doesn't seem possible to change a Promotion Asset from "Money Amount Off" to "Percent Off"....