atymic
atymic
I had a bug where one of the notifications was updated, but the previously serialized version had some invalid data in it. This caused problems because snooze tries (and fails)...
For example, when a job fails part way through and is retried it's possible to end up with a bunch of duplicate scheduled notifications. Detecting this and throwing an exception...
Relates to #881 Would be interested in your thoughts @geodeveloper @Nyholm @jbelien This allows the chain to execute as it does currently, but adds the ability to handle the exceptions...
I think we should a a section/table to the documentation with all of the framework integrations. I'll PR soon :)
PHP 7.4. I'm using the vapor base layer, which could be the issue but I thought i'd ask here in case there's an easy fix. I'll continue to debug and...
### General Information GeocoderLaravel Version: 4.4.4 PHP Version: 7.3 Operating System and Version: Ubuntu ### Issue Description The here provider is constructed via a static method for new keys (this...
Closes #181 Docs to come ;)
Hey! Would be awesome to add support for tracing http requests made via the laravel HTTP client. Should be fairly easy as events are fired. https://laravel.com/docs/9.x/http-client#events
There's currently no test coverage, so it would be a good to add some tests :) I plan to do this soon, but if anyone would like to help I'd...
Hey, not sure if it's outside the scope of this library, but it would be awesome to have a set of components for inertiajs forms Happy to create a new...