Jerome Bajou
Jerome Bajou
Hello, I'm using Litepicker with Laravel-livewire. Long story short, I use `lockDaysFilter` to understand which days are bookable. I have an async call modifying the data I'm checking in `lockDaysFilter`....
Hello, We're using eloquent-tree to handle hierarchy between users. We spoted some performance issue when registering a new user and could track it down to `setChildOf()`. The problem is that...
Hello, I'm back with an issue I have trouble understanding how to bridge. I'm running `paperclip:fresh` for a single class and a single variant on project hosted with lambda functions...
Hello, I'm trying to deactivate any action from this package in my tests (as it doesn't make sense + I don't have to setup spammers table, etc). My problem is...
Using the search input will result in the following error on Laravel 10: ``` mb_strtolower(): Argument #1 ($string) must be of type string, Illuminate\Database\Query\Expression given ``` Any idea ?
I guys, I'm having troubles using the ADLCollection and achieving what I want. Here is the thing: I instantiate the collection with some statements returned by an AJAX query to...
Hello, I would like to use PHPPresentation to convert each slide of a pptx file to an image for viewing purposes. In the actual development state of the project, would...
### Is there an existing issue for the same bug? - [X] I have checked the existing issues. ### Describe the bug and reproduction steps We're using open hands GitHub...
We've been using this a few years ago and found out the package has not been updated for Laravel 11 - ever. This is our update to it. Works like...