Pierre Olivier TRAN
Pierre Olivier TRAN
Hi ! I'm trying to add mailchimp to my app. So far, I managed to subscribe users to my list, but I'm stuck. My list is split into 2 groups...
Is it possible to add a Fragment inside of another one ? Let's say I've got two SVGs, one of a landscape, the other one is a tree. I'd like...
I'm trying to connect to the sample project API, from a react app. Code is pretty simple: I got a valid idToken (Checked it in JWT.io debugger), using the RS256...
I'm using this lib to convert an SVG string to a PNG. My SVG includes a google font, which is imported in its `style` tag. On the SVG, the font...
Here's my version of the chat. Never used React nor Redux before, barely ever used Firebase, made this in ~10 hours. Everything is explained in the README, just clone, install...
I'm working on a `Command` component, which uses the `Dialog` component. The base version of the `Dialog` component includes a `DialogClose` by default in its content. I'd like to override...
Hi, I'm trying to deserialize a json file, using the following basic method : ``` PHP $avail = file_get_contents(__DIR__.'/../Resources/public/js/data/flux/availabilities.json'); $serializer = $this->container->get('jms_serializer'); $data = $serializer->deserialize($avail, 'AppBundle\Entity\Leg', 'json'); //json_decode version $avail...
Hello, I just basically followed the tutorial for a very basic application, but it seems like the JS is nowhere to be found. After installing the gem, I configured the...
Hello, I'm stuck between a rock and a hard place with this gem. I used the exact same code as in the tutorial, but I can't get it to work....
If you set the `autoCropArea` to any value < 1,, drop an image, and then immediately crop the image without moving the crop area, the `value` will be the entire...