Matthew April

Results 8 issues of Matthew April

Unfortunately, the original maintainer appears to be MIA for many years now. Does anyone know of any actively maintained forks?

### Bug description **TypeError: The provided value is non-finite** I am getting this error in production from a handful of different users, all on **Safari 15.x** so far. ### Steps...

reproduction needed

I'm having a strange bug in Chrome where an active collapse container (.is-collapsible.is-active) does not get expanded to the proper height. It's a strange bug because it only happens some...

bug

Changing the month from the main calendar view using the arrows emits a Date object, whereas changing the month from the month list (after clicking on the month/year title in...

Unexpected exceptions are being caught and output in the response. They should not be handled in the controller, but let the exception handler class deal with them. I also replaced...

Fixes issue #8 To customize the UserProvider you can add the following binding into your own service provider: ``` $this->app->when(IntrospectionController::class) ->needs(UserProvider::class) ->give(function(){ return new MyUserProvider(); }); ```

Warnings started appearing after a recent Vue update: ``` console.warn [Vue warn]: Wrong type passed as event handler to onLeaveCancelled - did you forget @ or : in front of...

The Yes/No button in the "Active" column of /mailbox needs one of the following UX enhancements: - a confirmation prompt before changing the mailbox state, or - a success message...