Clément Guillemain

Results 9 comments of Clément Guillemain

I had the same issue ! When no `id` specified in path, my custom data provider is never called... So I temporary fixed it by setting an id which is...

Same problem than @hschiebold :s And the method used in `vendor\payum\stripe\Payum\Stripe\Resources\views\Action\obtain_js_token_for_strong_customer_authentication.html.twig` line 60 : ``` Stripe.createPaymentMethod('card', $form, stripeResponseHandler); ``` prepareAction : ``` public function stripePrepareAction(Request $request, $amount) { $amount *=...

PWA is the new standard and it could be great to manipulate IndexedDB with strong wrapper like Realm !

Hi @russellseymour, a GIF is a compilation of multiple images. GD doesn't manage GIF (in fact GD only use the first image of a GIF), but I created a class...

Hi @russellseymour If this is a one frame GIF, it should work without the 2 additionnal libs. This is perhaps a bug... Can I have a look to your original...

Hi @www-abcd I don't know about datalife engine, and I found that the doc' is written in Russian that I can't read. You should find some help from the datalife...

Your welcome @www-abcd. This error appears because your script is trying to use more RAM than authorized by your PHP configuration. In fact GD library uses a lot of RAM...

Indeed... Can you give me your original GIF image ? Sometimes there is a bug like that because a frame can be partially transparent, and you need to paste all...