Tony Messias
Tony Messias
Could you provide more context? Are you able to create a sample app that reproduces the issue? Something I could think could be interfering is if you're using multiple database...
I've tested this on my end by modifying the `~/.local/share/nvim/lazy/LazyVim` source, editing my `~/.config/nvim/lazyvim.json` to be: ```json { "extras": [ "lazyvim.plugins.extras.lang.go", "lang.php" ] ``` And after opening NeoVIM for the...
I've created a draft PR in Omakub explaining where this issue is happening: https://github.com/basecamp/omakub/pull/432
I've tested it with all the supported containers.
@mattstauffer ready for review again!
@crynobone I understand your point. Personally, I depend way more on having multiple processes when using `artisan serve` than on reloading the envs. I'm more used to restarting after config...
Oh, thanks! The issue wasn't in the package itself, though. I noticed it in a Laravel app that was using the package, because the package requires more than one process...
@crynobone what if we waited for the port to become available instead? I've updated the behavior to check for it. It should wait a few seconds (should be more than...
hey @nunomaduro, any chance of getting this one merged? Thanks
@nunomaduro @xiCO2k yo, any chance of getting this merged? Let me know if anything is missing.