Adrien Wilmet
Adrien Wilmet
Hi, we have the same issue with [Behat](https://github.com/Behat/Behat) when migrating from Bootstrap 4 to Bootstrap 5
Thanks @dunglas! I just found this on Bootstrap's Github, https://github.com/twbs/bootstrap/issues/35536#issuecomment-992327098, checking if this fix the issue right now
I can confirm this solution fix my issues with Behat on Bootstrap 5+: ```css html { scroll-behavior: auto !important; } ```
Same deprecation warning here : ```bash 1x: The "HWI\Bundle\OAuthBundle\Security\Core\Authentication\Provider\OAuthProvider" class implements "Symfony\Component\Security\Core\Authentication\Provider\AuthenticationProviderInterface" that is deprecated since Symfony 5.3, use the new authenticator system instead. ``` with `security.enable_authenticator_manager: true` and a...
@LarryKlugerDS is it possible to re-open this issue or should we create another one? The issue is still here, psr-4 autoload is not respected in `DocuSign\eSign\Api\TemplatesApi.php` and `DocuSign\eSign\Api\EnvelopesApi.php`, there should...
@LarryKlugerDS any news regarding this issue? Because of the current behavior, we can't use the API to re-send an envelope and have to manually do this through our Docusign account,...
@harsharahul, could we please have your input on this issue?