Joris Debonnet

Results 27 comments of Joris Debonnet

And in IE11 as well. Would be great if it could be fixed or worked around in an official Raphael version!

I think I have the same issue. It works in PIE 1.0.0, but it does not work with PIE 2.0b1. My case: a box has border-radius and box-shadow. A header...

I looked into this again,.. and I've found that it does in fact work for me, but only if I get CSS3PIE to actually load. _That_ was the problem :)...

In my local installation, I handled it by extending `\Eduardokum\LaravelMailAutoEmbed\Listeners\SwiftEmbedImages` and overriding the `beforeSendPerformed` method: ```php public function beforeSendPerformed(\Swift_Events_SendEvent $evt) { $message = $evt->getMessage(); // Uncomment mso tags. $message->setBody( str_replace(...

I am using php 8.1, in case that matters.

Any hint you can give already? When I try: ```php $event->addAlarm( new Alarm( new Alarm\DisplayAction('Reminder: this task is scheduled now.'), new Alarm\RelativeTrigger(new \DateInterval('PT1M')) ) ); ``` Then the output is:...

(In all honesty, I find it very counter-intuitive that TTL is used in minutes in this package. I would highly recommend changing it to seconds in some future 2.x version.)

> > > Hi @JorisDebonnet , > due to the inactivity of the project, we have forked the repository (https://github.com/PHP-Open-Source-Saver/jwt-auth). Currently we are going through the PR and identify which...

Yeah, it's not easy to work around. We do really need to stick to `lcobucci/jwt` at 3.3.3, because both the changes in 3.4.* and 4.* are not supported by this...

Yeah, my suggestion is not a solution if you have another package that requires `lcobucci/jwt` >= 3.4... In that case, the most fitting issue to follow may actually be #2088....