Charles Zink

Results 2 issues of Charles Zink

Brand new Laravel app, ran `composer require aacotroneo/laravel-saml2:dev-remove_mcrypt`, `php artisan vendor:publish`, and setup the various configurations in `config/saml2_settings.php`. Visiting `/saml2/metadata` results in the following error: `~/vendor/aacotroneo/laravel-saml2/src/Aacotroneo/Saml2/Saml2ServiceProvider.php` Line 78: `return new...

I have a few combo boxes that have hundreds of options, and it would be really helpful to automatically scroll through them if the left/right arrow was held down, rather...