Josep Rius

Results 9 comments of Josep Rius

Hi, I've got the same error when trying to generate a PDF from a local URL. Maybe a phantom.js bug? http://stackoverflow.com/questions/35739174/phantomjs-408-error-socket-operation-timed-out

Hello, do you have make some advances with this? I'm in the same situation. I'm sending notifications to update the pkpass but my device does nothing :(

Thanks a lot!! But after a little fight against certificates and ID's I sent a push notification using this package! I use an empty alter `$payload = Payload::create()->setAlert("");` And correctly...

@tabrezahmad Great!! 200: Success the half part is done! The next important thing to receive a message is to change any value of the pkpass. To get the better (visually...

It seems that we have the same problem but it only happens to team developers using windows. It works on OSX and on Linux. Maybe it's a folder separator problem?...

Reading the MJML documentation I understand that it only supports pixels. If this is correct, the problem is the dropdown, which should only allow pixels. https://documentation.mjml.io/#mj-image Is there an easy...

Answering myself, and for anyone with the same doubt doing `$("#element").select2('destroy');` seems to work. I hope this helps anyone!

I abswer myself: With no CKEditor config, the code does the trick and the link button disapears. But when using "removePlugins" in CKEditor config it stops working. I think that...