Anwar
Anwar
### Problem Statement First of all, thank you for giving us a way to handle lazy loading/n+1 queries in production! It is so handy Do you think we could have...
### Laravel Version 10.47.1 ### PHP Version 8.3.3 ### Database Driver & Version mysql Ver 8.0.28 for Linux on x86_64 (MySQL Community Server - GPL) ### Description I noticed a...
I build this image ```dockerfile FROM php:8.1-cli RUN apt-get update RUN apt-get install -y git libzip-dev zip RUN docker-php-ext-install zip # Get latest Composer COPY --from=composer:latest /usr/bin/composer /usr/bin/composer COPY ....
### Problem I want to upgrade to Laravel 10 and the package does not support it. ### Proposed solution Add support for Laravel 10. ### Additional context ### Mockups ###...
Hello, congratulations for your package! I have searched to make an action (as listener) asynchronous but wasn't able to find any resource around that. Is it possible?
## Description Great extension, I would only miss this feature: to be able to type a message right after calling the command from the command palette. ## Reproduce 1. Focus...
**Description** The `User` keyword is being colored when it should not. **Reproduce the issue** In a `.htaccess` file, paste this code: ```.htaccess # Blocked user agents SetEnvIfNoCase ^User-Agent$ .*(googlebot|yandex) HTTP_SAFE_BADBOT...
Running PHPStan on this code will return the error below ```php $shoppingLists = ShoppingList::with("items") ->authorOrMemberMatching($user) ->when( $sort === ViewOrder::UncompletedFirst->value, fn (Builder $query): Builder => $query->withCount(["items" => fn (Builder $item): Builder...
Feature Request --- **- Feature description** To be able to listen to a "dblClickZoom" event. We could listen to `onDblClickZoom` and `beforeDblClickZoom`. **- Reasons for adopting new feature** To be...