tyler36

Results 86 comments of tyler36

Would like to see this. I've patched a PHPUnit extension package. I don't need PHPunit install on the PROD server so the abibilty to `patch-dev` would be really useful.

I'm not sure if this is the same or a different issue. Im working in WSL with a Docker container providing my webserver. When I run `artisan packager:new acme supercool`,...

I've added a this to Github Actions ```yaml - uses: jonaseberle/github-action-setup-ddev@v1 with: autostart: true ``` This step taking 1min 30s - 1min 50s seconds to run. Anyone found a caching...

Thank you for the update. I added the following line to my Github actions: ```diff + - uses: satackey/[email protected] + continue-on-error: true - uses: jonaseberle/github-action-setup-ddev@v1 with: autostart: true ``` Which...

@yandeu I think the rule is important. It is better to keep it in. `html-validate` is at [`7.1.1`](https://html-validate.org/changelog/index.html#v7-1-1) now but it also required node 12. If the bump doen't break...

That looks good. It would also make it easier to update the list if other "not valid" elements appear in the future.

I would prefer `Failed to ddev ssh web: exit status XX ` be removed. I find it confusing and have to remind myself what it means. It happens alot when...

I don't think it is a search issue. It's a navigation issue. "https://ddev.readthedocs.io/en/latest/users/quickstart/#laravel" does not navigate the page to relevant section.

If you look at the screenshot above, the is a "¶" permalink after the laravel title. Click this will naviagte the page to the id section. If you paste this...

> Oh, I see -you're talking about the nav bar on the left, Yes. > I thought you were just talking about the fact that you can't share a useful...