Max Carvalho
Max Carvalho
Hi, I'm trying to use your action to deploy my project using Laravel Deployer but I'm getting an error and I'd like some help if you don't mind. Here's the...
I noticed that the Blade directives such as `@impersonating()` and `@endImpersonating()` stooped working, instead they were being rendered as HTML on the frontend. After some digging and debugging I found...
I'm trying to load the project locally using the Docker command, when trying to connect to my local MySQL 8 database I get the following error: ``` Runtime Error Cube.js...
### Version @nuxtjs/color-mode: nuxt: ### Reproduction Link [https://github.com/maxacarvalho/nuxtjs-color-mode](https://github.com/maxacarvalho/nuxtjs-color-mode) ### Steps to reproduce 1. `npm install` 2. `npm run dev` 3. Access the local URL [http://localhost:3000/]() 4. Try to select one...
### Describe the Bug Hi, I'm trying out Directus using Docker to see if it will be a good fit for my needs. I have a very basic project running...
Hi, I'm facing an issue with the image when running the project on a Windows machine running WSL. It is a permission issue. Basically, I cannot install the composer dependencies....
Hi, I installed the plugin on a fresh (latest) WordPress installation. I can see that the table `wp_pantheon_sessions` was created successfully. But no entries are being added to that table....
Hi, I followed the installation and usage steps but I'm getting the error `No hint path defined for [filament-code-editor].` Here's the way I'm calling the field: ```php ... CodeEditor::make('my_field'), ......
Hi, I'm using the **self-hosted** version. **Describe the bug** I'm having an issue while trying to serve the service using Docker compose and Nginx as reverse proxy. I'm getting a...
Hi, Thank you for such great package. I wonder if you have any advice on solving PHPStan errors like: ```bash 705 Call to an undefined method Carbon\Carbon::addBusinessDays(). 🪪 method.notFound ```...